@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1OrderStatusChallenges extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TOKEN |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
V1beta1OrderStatusChallenges() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getToken()
Token is the token that must be presented for this challenge.
|
String |
getType()
Type is the type of challenge being offered, e.g.
|
String |
getUrl()
URL is the URL of this challenge.
|
int |
hashCode() |
void |
setToken(String token) |
void |
setType(String type) |
void |
setUrl(String url) |
V1beta1OrderStatusChallenges |
token(String token) |
String |
toString() |
V1beta1OrderStatusChallenges |
type(String type) |
V1beta1OrderStatusChallenges |
url(String url) |
public static final String SERIALIZED_NAME_TOKEN
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_URL
public V1beta1OrderStatusChallenges token(String token)
public String getToken()
public void setToken(String token)
public V1beta1OrderStatusChallenges type(String type)
public String getType()
public void setType(String type)
public V1beta1OrderStatusChallenges url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.