@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3SystemSpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_LIFECYCLE |
static String |
JSON_PROPERTY_TIER |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3SystemSpec() |
| Modifier and Type | Method and Description |
|---|---|
EntityV3SystemSpec |
addComponentsItem(String componentsItem) |
EntityV3SystemSpec |
components(List<String> components) |
boolean |
equals(Object o)
Return true if this EntityV3SystemSpec object is equal to o.
|
List<String> |
getComponents()
A list of components belongs to the system.
|
String |
getLifecycle()
The lifecycle state of the component.
|
String |
getTier()
An entity reference to the owner of the component.
|
int |
hashCode() |
EntityV3SystemSpec |
lifecycle(String lifecycle) |
void |
setComponents(List<String> components) |
void |
setLifecycle(String lifecycle) |
void |
setTier(String tier) |
EntityV3SystemSpec |
tier(String tier) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
public static final String JSON_PROPERTY_LIFECYCLE
public static final String JSON_PROPERTY_TIER
public EntityV3SystemSpec components(List<String> components)
public EntityV3SystemSpec addComponentsItem(String componentsItem)
@Nullable public List<String> getComponents()
public EntityV3SystemSpec lifecycle(String lifecycle)
@Nullable public String getLifecycle()
public void setLifecycle(String lifecycle)
public EntityV3SystemSpec tier(String tier)
@Nullable public String getTier()
public void setTier(String tier)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.