@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1ChallengeSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta1ChallengeSpec.TypeEnum
The type of ACME challenge this resource represents.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AUTHORIZATION_U_R_L |
static String |
SERIALIZED_NAME_DNS_NAME |
static String |
SERIALIZED_NAME_ISSUER_REF |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_SOLVER |
static String |
SERIALIZED_NAME_TOKEN |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
static String |
SERIALIZED_NAME_WILDCARD |
| Constructor and Description |
|---|
V1beta1ChallengeSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1ChallengeSpec |
authorizationURL(String authorizationURL) |
V1beta1ChallengeSpec |
dnsName(String dnsName) |
boolean |
equals(Object o) |
String |
getAuthorizationURL()
The URL to the ACME Authorization resource that this challenge is a part of.
|
String |
getDnsName()
dnsName is the identifier that this challenge is for, e.g.
|
V1beta1ChallengeSpecIssuerRef |
getIssuerRef()
Get issuerRef
|
String |
getKey()
The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be
responded with to complete the HTTP01 challenge in the format: `<private key JWK
thumbprint>.<key from acme server for challenge>`.
|
V1beta1ChallengeSpecSolver |
getSolver()
Get solver
|
String |
getToken()
The ACME challenge token for this challenge.
|
V1beta1ChallengeSpec.TypeEnum |
getType()
The type of ACME challenge this resource represents.
|
String |
getUrl()
The URL of the ACME Challenge resource for this challenge.
|
Boolean |
getWildcard()
wildcard will be true if this challenge is for a wildcard identifier, for example
'*.example.com'.
|
int |
hashCode() |
V1beta1ChallengeSpec |
issuerRef(V1beta1ChallengeSpecIssuerRef issuerRef) |
V1beta1ChallengeSpec |
key(String key) |
void |
setAuthorizationURL(String authorizationURL) |
void |
setDnsName(String dnsName) |
void |
setIssuerRef(V1beta1ChallengeSpecIssuerRef issuerRef) |
void |
setKey(String key) |
void |
setSolver(V1beta1ChallengeSpecSolver solver) |
void |
setToken(String token) |
void |
setType(V1beta1ChallengeSpec.TypeEnum type) |
void |
setUrl(String url) |
void |
setWildcard(Boolean wildcard) |
V1beta1ChallengeSpec |
solver(V1beta1ChallengeSpecSolver solver) |
V1beta1ChallengeSpec |
token(String token) |
String |
toString() |
V1beta1ChallengeSpec |
type(V1beta1ChallengeSpec.TypeEnum type) |
V1beta1ChallengeSpec |
url(String url) |
V1beta1ChallengeSpec |
wildcard(Boolean wildcard) |
public static final String SERIALIZED_NAME_AUTHORIZATION_U_R_L
public static final String SERIALIZED_NAME_DNS_NAME
public static final String SERIALIZED_NAME_ISSUER_REF
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_SOLVER
public static final String SERIALIZED_NAME_TOKEN
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_WILDCARD
public V1beta1ChallengeSpec authorizationURL(String authorizationURL)
public String getAuthorizationURL()
public void setAuthorizationURL(String authorizationURL)
public V1beta1ChallengeSpec dnsName(String dnsName)
public String getDnsName()
public void setDnsName(String dnsName)
public V1beta1ChallengeSpec issuerRef(V1beta1ChallengeSpecIssuerRef issuerRef)
public V1beta1ChallengeSpecIssuerRef getIssuerRef()
public void setIssuerRef(V1beta1ChallengeSpecIssuerRef issuerRef)
public V1beta1ChallengeSpec key(String key)
public String getKey()
public void setKey(String key)
public V1beta1ChallengeSpec solver(V1beta1ChallengeSpecSolver solver)
public V1beta1ChallengeSpecSolver getSolver()
public void setSolver(V1beta1ChallengeSpecSolver solver)
public V1beta1ChallengeSpec token(String token)
public String getToken()
public void setToken(String token)
public V1beta1ChallengeSpec type(V1beta1ChallengeSpec.TypeEnum type)
public V1beta1ChallengeSpec.TypeEnum getType()
public void setType(V1beta1ChallengeSpec.TypeEnum type)
public V1beta1ChallengeSpec url(String url)
public String getUrl()
public void setUrl(String url)
public V1beta1ChallengeSpec wildcard(Boolean wildcard)
@Nullable public Boolean getWildcard()
public void setWildcard(Boolean wildcard)
Copyright © 2020. All rights reserved.