@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1CertificateSpecKeystoresJks extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATE |
static String |
SERIALIZED_NAME_PASSWORD_SECRET_REF |
| Constructor and Description |
|---|
V1beta1CertificateSpecKeystoresJks() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CertificateSpecKeystoresJks |
create(Boolean create) |
boolean |
equals(Object o) |
Boolean |
getCreate()
Create enables JKS keystore creation for the Certificate.
|
V1beta1CertificateSpecKeystoresJksPasswordSecretRef |
getPasswordSecretRef()
Get passwordSecretRef
|
int |
hashCode() |
V1beta1CertificateSpecKeystoresJks |
passwordSecretRef(V1beta1CertificateSpecKeystoresJksPasswordSecretRef passwordSecretRef) |
void |
setCreate(Boolean create) |
void |
setPasswordSecretRef(V1beta1CertificateSpecKeystoresJksPasswordSecretRef passwordSecretRef) |
String |
toString() |
public static final String SERIALIZED_NAME_CREATE
public static final String SERIALIZED_NAME_PASSWORD_SECRET_REF
public V1beta1CertificateSpecKeystoresJks create(Boolean create)
public Boolean getCreate()
public void setCreate(Boolean create)
public V1beta1CertificateSpecKeystoresJks passwordSecretRef(V1beta1CertificateSpecKeystoresJksPasswordSecretRef passwordSecretRef)
public V1beta1CertificateSpecKeystoresJksPasswordSecretRef getPasswordSecretRef()
public void setPasswordSecretRef(V1beta1CertificateSpecKeystoresJksPasswordSecretRef passwordSecretRef)
Copyright © 2020. All rights reserved.