@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureScanOptionsInputUpdateData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureScanOptionsInputUpdateData() |
AzureScanOptionsInputUpdateData(String id,
AzureScanOptionsInputUpdateDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public AzureScanOptionsInputUpdateData()
public AzureScanOptionsInputUpdateData(String id, AzureScanOptionsInputUpdateDataType type)
public AzureScanOptionsInputUpdateData attributes(AzureScanOptionsInputUpdateDataAttributes attributes)
@Nullable public AzureScanOptionsInputUpdateDataAttributes getAttributes()
public void setAttributes(AzureScanOptionsInputUpdateDataAttributes attributes)
public AzureScanOptionsInputUpdateData id(String id)
public String getId()
public void setId(String id)
public AzureScanOptionsInputUpdateData type(AzureScanOptionsInputUpdateDataType type)
public AzureScanOptionsInputUpdateDataType getType()
public void setType(AzureScanOptionsInputUpdateDataType type)
public AzureScanOptionsInputUpdateData 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.