@Deprecated public class SecretOptions extends Object
| Constructor and Description | 
|---|
SecretOptions()
Deprecated.  
  | 
SecretOptions(JsonObject json)
Deprecated.  
Constructor to create an options from JSON 
 | 
SecretOptions(SecretOptions other)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getSecret()
Deprecated.  
  | 
String | 
getType()
Deprecated.  
  | 
SecretOptions | 
setSecret(String secret)
Deprecated.  
  | 
SecretOptions | 
setType(String type)
Deprecated.  
  | 
public SecretOptions()
public SecretOptions(SecretOptions other)
public SecretOptions(JsonObject json)
json - the JSONpublic String getType()
public SecretOptions setType(String type)
public String getSecret()
public SecretOptions setSecret(String secret)
Copyright © 2020 Eclipse. All rights reserved.