@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3QueueSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENT_OF |
static String |
JSON_PROPERTY_LIFECYCLE |
static String |
JSON_PROPERTY_TIER |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3QueueSpec() |
| Modifier and Type | Method and Description |
|---|---|
EntityV3QueueSpec |
addComponentOfItem(String componentOfItem) |
EntityV3QueueSpec |
componentOf(List<String> componentOf) |
boolean |
equals(Object o)
Return true if this EntityV3QueueSpec object is equal to o.
|
List<String> |
getComponentOf()
A list of components the queue is a part of
|
String |
getLifecycle()
The lifecycle state of the queue.
|
String |
getTier()
The importance of the queue.
|
String |
getType()
The type of queue.
|
int |
hashCode() |
EntityV3QueueSpec |
lifecycle(String lifecycle) |
void |
setComponentOf(List<String> componentOf) |
void |
setLifecycle(String lifecycle) |
void |
setTier(String tier) |
void |
setType(String type) |
EntityV3QueueSpec |
tier(String tier) |
String |
toString() |
EntityV3QueueSpec |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENT_OF
public static final String JSON_PROPERTY_LIFECYCLE
public static final String JSON_PROPERTY_TIER
public static final String JSON_PROPERTY_TYPE
public EntityV3QueueSpec componentOf(List<String> componentOf)
public EntityV3QueueSpec addComponentOfItem(String componentOfItem)
@Nullable public List<String> getComponentOf()
public EntityV3QueueSpec lifecycle(String lifecycle)
@Nullable public String getLifecycle()
public void setLifecycle(String lifecycle)
public EntityV3QueueSpec tier(String tier)
@Nullable public String getTier()
public void setTier(String tier)
public EntityV3QueueSpec type(String type)
@Nullable public String getType()
public void setType(String type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.