@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateComponentRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPONENTS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_POSITION |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateComponentRequestDataAttributes() |
CreateComponentRequestDataAttributes(String name,
Long position,
CreateComponentRequestDataAttributesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPONENTS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_POSITION
public static final String JSON_PROPERTY_TYPE
public CreateComponentRequestDataAttributes()
public CreateComponentRequestDataAttributes(String name, Long position, CreateComponentRequestDataAttributesType type)
public CreateComponentRequestDataAttributes components(List<CreateComponentRequestDataAttributesComponentsItems> components)
public CreateComponentRequestDataAttributes addComponentsItem(CreateComponentRequestDataAttributesComponentsItems componentsItem)
@Nullable public List<CreateComponentRequestDataAttributesComponentsItems> getComponents()
group, the components to create within the group.public void setComponents(List<CreateComponentRequestDataAttributesComponentsItems> components)
public CreateComponentRequestDataAttributes name(String name)
public String getName()
public void setName(String name)
public CreateComponentRequestDataAttributes position(Long position)
public Long getPosition()
public void setPosition(Long position)
public CreateComponentRequestDataAttributes type(CreateComponentRequestDataAttributesType type)
public CreateComponentRequestDataAttributesType getType()
public void setType(CreateComponentRequestDataAttributesType type)
public CreateComponentRequestDataAttributes 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.