@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3APISpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IMPLEMENTED_BY |
static String |
JSON_PROPERTY_INTERFACE |
static String |
JSON_PROPERTY_LIFECYCLE |
static String |
JSON_PROPERTY_TIER |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3APISpec() |
| Modifier and Type | Method and Description |
|---|---|
EntityV3APISpec |
_interface(EntityV3APISpecInterface _interface) |
EntityV3APISpec |
addImplementedByItem(String implementedByItem) |
boolean |
equals(Object o)
Return true if this EntityV3APISpec object is equal to o.
|
List<String> |
getImplementedBy()
Services which implemented the API.
|
EntityV3APISpecInterface |
getInterface()
The API definition.
|
String |
getLifecycle()
The lifecycle state of the component.
|
String |
getTier()
The importance of the component.
|
String |
getType()
The type of API.
|
int |
hashCode() |
EntityV3APISpec |
implementedBy(List<String> implementedBy) |
EntityV3APISpec |
lifecycle(String lifecycle) |
void |
setImplementedBy(List<String> implementedBy) |
void |
setInterface(EntityV3APISpecInterface _interface) |
void |
setLifecycle(String lifecycle) |
void |
setTier(String tier) |
void |
setType(String type) |
EntityV3APISpec |
tier(String tier) |
String |
toString() |
EntityV3APISpec |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_IMPLEMENTED_BY
public static final String JSON_PROPERTY_INTERFACE
public static final String JSON_PROPERTY_LIFECYCLE
public static final String JSON_PROPERTY_TIER
public static final String JSON_PROPERTY_TYPE
public EntityV3APISpec implementedBy(List<String> implementedBy)
public EntityV3APISpec addImplementedByItem(String implementedByItem)
@Nullable public List<String> getImplementedBy()
public EntityV3APISpec _interface(EntityV3APISpecInterface _interface)
@Nullable public EntityV3APISpecInterface getInterface()
public void setInterface(EntityV3APISpecInterface _interface)
public EntityV3APISpec lifecycle(String lifecycle)
@Nullable public String getLifecycle()
public void setLifecycle(String lifecycle)
public EntityV3APISpec tier(String tier)
@Nullable public String getTier()
public void setTier(String tier)
public EntityV3APISpec type(String type)
@Nullable public String getType()
public void setType(String type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.