@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureUCConfigPairAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIGS |
static String |
JSON_PROPERTY_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureUCConfigPairAttributes() |
AzureUCConfigPairAttributes(List<AzureUCConfig> configs) |
| Modifier and Type | Method and Description |
|---|---|
AzureUCConfigPairAttributes |
addConfigsItem(AzureUCConfig configsItem) |
AzureUCConfigPairAttributes |
configs(List<AzureUCConfig> configs) |
boolean |
equals(Object o)
Return true if this AzureUCConfigPairAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<AzureUCConfig> |
getConfigs()
An Azure config.
|
Long |
getId()
The ID of the Azure config pair.
|
int |
hashCode() |
AzureUCConfigPairAttributes |
id(Long id) |
AzureUCConfigPairAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfigs(List<AzureUCConfig> configs) |
void |
setId(Long id) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIGS
public static final String JSON_PROPERTY_ID
public AzureUCConfigPairAttributes()
public AzureUCConfigPairAttributes(List<AzureUCConfig> configs)
public AzureUCConfigPairAttributes configs(List<AzureUCConfig> configs)
public AzureUCConfigPairAttributes addConfigsItem(AzureUCConfig configsItem)
public List<AzureUCConfig> getConfigs()
public void setConfigs(List<AzureUCConfig> configs)
public AzureUCConfigPairAttributes id(Long id)
@Nullable public Long getId()
public void setId(Long id)
public AzureUCConfigPairAttributes 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 © 2024. All rights reserved.