@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.
|
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 |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.