public class SecretOptions extends Object
Constructor and Description |
---|
SecretOptions() |
SecretOptions(JsonObject json)
Constructor to create an options from JSON
|
SecretOptions(SecretOptions other) |
Modifier and Type | Method and Description |
---|---|
String |
getSecret() |
String |
getType() |
SecretOptions |
setSecret(String secret) |
SecretOptions |
setType(String type) |
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 © 2017. All rights reserved.