@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CloudflareAccountResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RESOURCES |
static String |
JSON_PROPERTY_ZONES |
boolean |
unparsed |
| Constructor and Description |
|---|
CloudflareAccountResponseAttributes() |
CloudflareAccountResponseAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
CloudflareAccountResponseAttributes |
addResourcesItem(String resourcesItem) |
CloudflareAccountResponseAttributes |
addZonesItem(String zonesItem) |
CloudflareAccountResponseAttributes |
email(String email) |
boolean |
equals(Object o)
Return true if this CloudflareAccountResponseAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEmail()
The email associated with the Cloudflare account.
|
String |
getName()
The name of the Cloudflare account.
|
List<String> |
getResources()
An allowlist of resources to restrict pulling metrics for.
|
List<String> |
getZones()
An allowlist of zones to restrict pulling metrics for.
|
int |
hashCode() |
CloudflareAccountResponseAttributes |
name(String name) |
CloudflareAccountResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CloudflareAccountResponseAttributes |
resources(List<String> resources) |
void |
setEmail(String email) |
void |
setName(String name) |
void |
setResources(List<String> resources) |
void |
setZones(List<String> zones) |
String |
toString() |
CloudflareAccountResponseAttributes |
zones(List<String> zones) |
public boolean unparsed
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_ZONES
public CloudflareAccountResponseAttributes()
public CloudflareAccountResponseAttributes(String name)
public CloudflareAccountResponseAttributes email(String email)
@Nullable public String getEmail()
public void setEmail(String email)
public CloudflareAccountResponseAttributes name(String name)
public String getName()
public void setName(String name)
public CloudflareAccountResponseAttributes resources(List<String> resources)
public CloudflareAccountResponseAttributes addResourcesItem(String resourcesItem)
@Nullable public List<String> getResources()
public CloudflareAccountResponseAttributes zones(List<String> zones)
public CloudflareAccountResponseAttributes addZonesItem(String zonesItem)
@Nullable public List<String> getZones()
public CloudflareAccountResponseAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.