@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha3OrderSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMMON_NAME |
static String |
SERIALIZED_NAME_CSR |
static String |
SERIALIZED_NAME_DNS_NAMES |
static String |
SERIALIZED_NAME_ISSUER_REF |
| Constructor and Description |
|---|
V1alpha3OrderSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha3OrderSpec |
addDnsNamesItem(String dnsNamesItem) |
V1alpha3OrderSpec |
commonName(String commonName) |
V1alpha3OrderSpec |
csr(byte[] csr) |
V1alpha3OrderSpec |
dnsNames(List<String> dnsNames) |
boolean |
equals(Object o) |
String |
getCommonName()
CommonName is the common name as specified on the DER encoded CSR.
|
byte[] |
getCsr()
Certificate signing request bytes in DER encoding.
|
List<String> |
getDnsNames()
DNSNames is a list of DNS names that should be included as part of the Order validation
process.
|
V1beta1OrderSpecIssuerRef |
getIssuerRef()
Get issuerRef
|
int |
hashCode() |
V1alpha3OrderSpec |
issuerRef(V1beta1OrderSpecIssuerRef issuerRef) |
void |
setCommonName(String commonName) |
void |
setCsr(byte[] csr) |
void |
setDnsNames(List<String> dnsNames) |
void |
setIssuerRef(V1beta1OrderSpecIssuerRef issuerRef) |
String |
toString() |
public static final String SERIALIZED_NAME_COMMON_NAME
public static final String SERIALIZED_NAME_CSR
public static final String SERIALIZED_NAME_DNS_NAMES
public static final String SERIALIZED_NAME_ISSUER_REF
public V1alpha3OrderSpec commonName(String commonName)
@Nullable public String getCommonName()
public void setCommonName(String commonName)
public V1alpha3OrderSpec csr(byte[] csr)
public byte[] getCsr()
public void setCsr(byte[] csr)
public V1alpha3OrderSpec dnsNames(List<String> dnsNames)
public V1alpha3OrderSpec addDnsNamesItem(String dnsNamesItem)
public List<String> getDnsNames()
public V1alpha3OrderSpec issuerRef(V1beta1OrderSpecIssuerRef issuerRef)
public V1beta1OrderSpecIssuerRef getIssuerRef()
public void setIssuerRef(V1beta1OrderSpecIssuerRef issuerRef)
Copyright © 2020. All rights reserved.