@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ArbitraryRuleResponseDataAttributes extends Object
ArbitraryRuleResponseDataAttributes object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COSTS_TO_ALLOCATE |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_LAST_MODIFIED_USER_UUID |
static String |
JSON_PROPERTY_ORDER_ID |
static String |
JSON_PROPERTY_PROCESSING_STATUS |
static String |
JSON_PROPERTY_PROVIDER |
static String |
JSON_PROPERTY_REJECTED |
static String |
JSON_PROPERTY_RULE_NAME |
static String |
JSON_PROPERTY_STRATEGY |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_UPDATED |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
ArbitraryRuleResponseDataAttributes() |
ArbitraryRuleResponseDataAttributes(List<ArbitraryRuleResponseDataAttributesCostsToAllocateItems> costsToAllocate,
OffsetDateTime created,
Boolean enabled,
String lastModifiedUserUuid,
Long orderId,
List<String> provider,
String ruleName,
ArbitraryRuleResponseDataAttributesStrategy strategy,
String type,
OffsetDateTime updated,
Integer version) |
public boolean unparsed
public static final String JSON_PROPERTY_COSTS_TO_ALLOCATE
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_LAST_MODIFIED_USER_UUID
public static final String JSON_PROPERTY_ORDER_ID
public static final String JSON_PROPERTY_PROCESSING_STATUS
public static final String JSON_PROPERTY_PROVIDER
public static final String JSON_PROPERTY_REJECTED
public static final String JSON_PROPERTY_RULE_NAME
public static final String JSON_PROPERTY_STRATEGY
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_UPDATED
public static final String JSON_PROPERTY_VERSION
public ArbitraryRuleResponseDataAttributes()
public ArbitraryRuleResponseDataAttributes(List<ArbitraryRuleResponseDataAttributesCostsToAllocateItems> costsToAllocate, OffsetDateTime created, Boolean enabled, String lastModifiedUserUuid, Long orderId, List<String> provider, String ruleName, ArbitraryRuleResponseDataAttributesStrategy strategy, String type, OffsetDateTime updated, Integer version)
public ArbitraryRuleResponseDataAttributes costsToAllocate(List<ArbitraryRuleResponseDataAttributesCostsToAllocateItems> costsToAllocate)
public ArbitraryRuleResponseDataAttributes addCostsToAllocateItem(ArbitraryRuleResponseDataAttributesCostsToAllocateItems costsToAllocateItem)
public List<ArbitraryRuleResponseDataAttributesCostsToAllocateItems> getCostsToAllocate()
attributes costs_to_allocate.public void setCostsToAllocate(List<ArbitraryRuleResponseDataAttributesCostsToAllocateItems> costsToAllocate)
public ArbitraryRuleResponseDataAttributes created(OffsetDateTime created)
public OffsetDateTime getCreated()
attributes created.public void setCreated(OffsetDateTime created)
public ArbitraryRuleResponseDataAttributes enabled(Boolean enabled)
public Boolean getEnabled()
attributes enabled.public void setEnabled(Boolean enabled)
public ArbitraryRuleResponseDataAttributes lastModifiedUserUuid(String lastModifiedUserUuid)
public String getLastModifiedUserUuid()
attributes last_modified_user_uuid.public void setLastModifiedUserUuid(String lastModifiedUserUuid)
public ArbitraryRuleResponseDataAttributes orderId(Long orderId)
public Long getOrderId()
attributes order_id.public void setOrderId(Long orderId)
public ArbitraryRuleResponseDataAttributes processingStatus(String processingStatus)
@Nullable public String getProcessingStatus()
attributes processing_status.public void setProcessingStatus(String processingStatus)
public ArbitraryRuleResponseDataAttributes provider(List<String> provider)
public ArbitraryRuleResponseDataAttributes addProviderItem(String providerItem)
public ArbitraryRuleResponseDataAttributes rejected(Boolean rejected)
@Nullable public Boolean getRejected()
attributes rejected.public void setRejected(Boolean rejected)
public ArbitraryRuleResponseDataAttributes ruleName(String ruleName)
public String getRuleName()
attributes rule_name.public void setRuleName(String ruleName)
public ArbitraryRuleResponseDataAttributes strategy(ArbitraryRuleResponseDataAttributesStrategy strategy)
public ArbitraryRuleResponseDataAttributesStrategy getStrategy()
ArbitraryRuleResponseDataAttributesStrategy object.public void setStrategy(ArbitraryRuleResponseDataAttributesStrategy strategy)
public ArbitraryRuleResponseDataAttributes type(String type)
public String getType()
attributes type.public void setType(String type)
public ArbitraryRuleResponseDataAttributes updated(OffsetDateTime updated)
public OffsetDateTime getUpdated()
attributes updated.public void setUpdated(OffsetDateTime updated)
public ArbitraryRuleResponseDataAttributes version(Integer version)
public Integer getVersion()
attributes version. maximum: 2147483647public void setVersion(Integer version)
public ArbitraryRuleResponseDataAttributes 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 © 2026. All rights reserved.