@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudflareAccountUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_EMAIL |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudflareAccountUpdateRequestAttributes() |
CloudflareAccountUpdateRequestAttributes(String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
CloudflareAccountUpdateRequestAttributes |
apiKey(String apiKey) |
CloudflareAccountUpdateRequestAttributes |
email(String email) |
boolean |
equals(Object o)
Return true if this CloudflareAccountUpdateRequestAttributes object is equal to o.
|
String |
getApiKey()
The API key of the Cloudflare account.
|
String |
getEmail()
The email associated with the Cloudflare account.
|
int |
hashCode() |
void |
setApiKey(String apiKey) |
void |
setEmail(String email) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_EMAIL
public CloudflareAccountUpdateRequestAttributes()
public CloudflareAccountUpdateRequestAttributes(String apiKey)
public CloudflareAccountUpdateRequestAttributes apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public CloudflareAccountUpdateRequestAttributes email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.