@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1CertificateSpecKeystores extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_JKS |
static String |
SERIALIZED_NAME_PKCS12 |
| Constructor and Description |
|---|
V1beta1CertificateSpecKeystores() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1beta1CertificateSpecKeystoresJks |
getJks()
Get jks
|
V1beta1CertificateSpecKeystoresPkcs12 |
getPkcs12()
Get pkcs12
|
int |
hashCode() |
V1beta1CertificateSpecKeystores |
jks(V1beta1CertificateSpecKeystoresJks jks) |
V1beta1CertificateSpecKeystores |
pkcs12(V1beta1CertificateSpecKeystoresPkcs12 pkcs12) |
void |
setJks(V1beta1CertificateSpecKeystoresJks jks) |
void |
setPkcs12(V1beta1CertificateSpecKeystoresPkcs12 pkcs12) |
String |
toString() |
public static final String SERIALIZED_NAME_JKS
public static final String SERIALIZED_NAME_PKCS12
public V1beta1CertificateSpecKeystores jks(V1beta1CertificateSpecKeystoresJks jks)
@Nullable public V1beta1CertificateSpecKeystoresJks getJks()
public void setJks(V1beta1CertificateSpecKeystoresJks jks)
public V1beta1CertificateSpecKeystores pkcs12(V1beta1CertificateSpecKeystoresPkcs12 pkcs12)
@Nullable public V1beta1CertificateSpecKeystoresPkcs12 getPkcs12()
public void setPkcs12(V1beta1CertificateSpecKeystoresPkcs12 pkcs12)
Copyright © 2020. All rights reserved.