@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FastlyAccounResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
FastlyAccounResponseAttributes() |
FastlyAccounResponseAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
FastlyAccounResponseAttributes |
addServicesItem(FastlyService servicesItem) |
boolean |
equals(Object o)
Return true if this FastlyAccounResponseAttributes 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 |
getName()
The name of the Fastly account.
|
List<FastlyService> |
getServices()
A list of services belonging to the parent account.
|
int |
hashCode() |
FastlyAccounResponseAttributes |
name(String name) |
FastlyAccounResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FastlyAccounResponseAttributes |
services(List<FastlyService> services) |
void |
setName(String name) |
void |
setServices(List<FastlyService> services) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SERVICES
public FastlyAccounResponseAttributes()
public FastlyAccounResponseAttributes(String name)
public FastlyAccounResponseAttributes name(String name)
public String getName()
public void setName(String name)
public FastlyAccounResponseAttributes services(List<FastlyService> services)
public FastlyAccounResponseAttributes addServicesItem(FastlyService servicesItem)
@Nullable public List<FastlyService> getServices()
public void setServices(List<FastlyService> services)
public FastlyAccounResponseAttributes 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.