@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FastlyServiceData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FastlyServiceData() |
FastlyServiceData(String id,
FastlyServiceType type) |
| Modifier and Type | Method and Description |
|---|---|
FastlyServiceData |
attributes(FastlyServiceAttributes attributes) |
boolean |
equals(Object o)
Return true if this FastlyServiceData 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.
|
FastlyServiceAttributes |
getAttributes()
Attributes object for Fastly service requests.
|
String |
getId()
The ID of the Fastly service.
|
FastlyServiceType |
getType()
The JSON:API type for this API.
|
int |
hashCode() |
FastlyServiceData |
id(String id) |
FastlyServiceData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(FastlyServiceAttributes attributes) |
void |
setId(String id) |
void |
setType(FastlyServiceType type) |
String |
toString() |
FastlyServiceData |
type(FastlyServiceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public FastlyServiceData()
public FastlyServiceData(String id, FastlyServiceType type)
public FastlyServiceData attributes(FastlyServiceAttributes attributes)
@Nullable public FastlyServiceAttributes getAttributes()
public void setAttributes(FastlyServiceAttributes attributes)
public FastlyServiceData id(String id)
public String getId()
public void setId(String id)
public FastlyServiceData type(FastlyServiceType type)
public FastlyServiceType getType()
fastly-services.public void setType(FastlyServiceType type)
public FastlyServiceData 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.