@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FastlyAccountUpdateRequestData extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
Constructor and Description |
---|
FastlyAccountUpdateRequestData() |
Modifier and Type | Method and Description |
---|---|
FastlyAccountUpdateRequestData |
attributes(FastlyAccountUpdateRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this FastlyAccountUpdateRequestData object is equal to o.
|
FastlyAccountUpdateRequestAttributes |
getAttributes()
Attributes object for updating a Fastly account.
|
FastlyAccountType |
getType()
The JSON:API type for this API.
|
int |
hashCode() |
void |
setAttributes(FastlyAccountUpdateRequestAttributes attributes) |
void |
setType(FastlyAccountType type) |
String |
toString() |
FastlyAccountUpdateRequestData |
type(FastlyAccountType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public FastlyAccountUpdateRequestData attributes(FastlyAccountUpdateRequestAttributes attributes)
@Nullable public FastlyAccountUpdateRequestAttributes getAttributes()
public void setAttributes(FastlyAccountUpdateRequestAttributes attributes)
public FastlyAccountUpdateRequestData type(FastlyAccountType type)
@Nullable public FastlyAccountType getType()
fastly-accounts
.public void setType(FastlyAccountType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.