@Deprecated @Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OrganizationBilling extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE
Deprecated.
|
boolean |
unparsed
Deprecated.
|
| Constructor and Description |
|---|
OrganizationBilling()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
Return true if this OrganizationBilling object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Deprecated.
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Deprecated.
Return the additional (undeclared) property with the specified name.
|
String |
getType()
Deprecated.
The type of billing.
|
int |
hashCode()
Deprecated.
|
OrganizationBilling |
putAdditionalProperty(String key,
Object value)
Deprecated.
Set the additional (undeclared) property with the specified name and value.
|
void |
setType(String type)
Deprecated.
|
String |
toString()
Deprecated.
|
OrganizationBilling |
type(String type)
Deprecated.
|
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public OrganizationBilling type(String type)
@Nullable public String getType()
parent_billing is supported.public void setType(String type)
public OrganizationBilling 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.