@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha3ChallengeSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1alpha3ChallengeSpec.TypeEnum
Type is the type of ACME challenge this resource represents.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AUTHZ_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 |
|---|
V1alpha3ChallengeSpec() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha3ChallengeSpec |
authzURL(String authzURL) |
V1alpha3ChallengeSpec |
dnsName(String dnsName) |
boolean |
equals(Object o) |
String |
getAuthzURL()
AuthzURL is 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.
|
V1alpha3ChallengeSpecIssuerRef |
getIssuerRef()
Get issuerRef
|
String |
getKey()
Key is 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>`.
|
V1alpha3ChallengeSpecSolver |
getSolver()
Get solver
|
String |
getToken()
Token is the ACME challenge token for this challenge.
|
V1alpha3ChallengeSpec.TypeEnum |
getType()
Type is the type of ACME challenge this resource represents.
|
String |
getUrl()
URL is 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() |
V1alpha3ChallengeSpec |
issuerRef(V1alpha3ChallengeSpecIssuerRef issuerRef) |
V1alpha3ChallengeSpec |
key(String key) |
void |
setAuthzURL(String authzURL) |
void |
setDnsName(String dnsName) |
void |
setIssuerRef(V1alpha3ChallengeSpecIssuerRef issuerRef) |
void |
setKey(String key) |
void |
setSolver(V1alpha3ChallengeSpecSolver solver) |
void |
setToken(String token) |
void |
setType(V1alpha3ChallengeSpec.TypeEnum type) |
void |
setUrl(String url) |
void |
setWildcard(Boolean wildcard) |
V1alpha3ChallengeSpec |
solver(V1alpha3ChallengeSpecSolver solver) |
V1alpha3ChallengeSpec |
token(String token) |
String |
toString() |
V1alpha3ChallengeSpec |
type(V1alpha3ChallengeSpec.TypeEnum type) |
V1alpha3ChallengeSpec |
url(String url) |
V1alpha3ChallengeSpec |
wildcard(Boolean wildcard) |
public static final String SERIALIZED_NAME_AUTHZ_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 V1alpha3ChallengeSpec authzURL(String authzURL)
public String getAuthzURL()
public void setAuthzURL(String authzURL)
public V1alpha3ChallengeSpec dnsName(String dnsName)
public String getDnsName()
public void setDnsName(String dnsName)
public V1alpha3ChallengeSpec issuerRef(V1alpha3ChallengeSpecIssuerRef issuerRef)
public V1alpha3ChallengeSpecIssuerRef getIssuerRef()
public void setIssuerRef(V1alpha3ChallengeSpecIssuerRef issuerRef)
public V1alpha3ChallengeSpec key(String key)
public String getKey()
public void setKey(String key)
public V1alpha3ChallengeSpec solver(V1alpha3ChallengeSpecSolver solver)
public V1alpha3ChallengeSpecSolver getSolver()
public void setSolver(V1alpha3ChallengeSpecSolver solver)
public V1alpha3ChallengeSpec token(String token)
public String getToken()
public void setToken(String token)
public V1alpha3ChallengeSpec type(V1alpha3ChallengeSpec.TypeEnum type)
public V1alpha3ChallengeSpec.TypeEnum getType()
public void setType(V1alpha3ChallengeSpec.TypeEnum type)
public V1alpha3ChallengeSpec url(String url)
public String getUrl()
public void setUrl(String url)
public V1alpha3ChallengeSpec wildcard(Boolean wildcard)
@Nullable public Boolean getWildcard()
public void setWildcard(Boolean wildcard)
Copyright © 2020. All rights reserved.