@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AzureUCConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DATASET_TYPE |
static String |
JSON_PROPERTY_ERROR_MESSAGES |
static String |
JSON_PROPERTY_EXPORT_NAME |
static String |
JSON_PROPERTY_EXPORT_PATH |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_MONTHS |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STATUS_UPDATED_AT |
static String |
JSON_PROPERTY_STORAGE_ACCOUNT |
static String |
JSON_PROPERTY_STORAGE_CONTAINER |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
AzureUCConfig() |
AzureUCConfig(String accountId,
String clientId,
String datasetType,
String exportName,
String exportPath,
String scope,
String status,
String storageAccount,
String storageContainer) |
| Modifier and Type | Method and Description |
|---|---|
AzureUCConfig |
accountId(String accountId) |
AzureUCConfig |
addErrorMessagesItem(String errorMessagesItem) |
AzureUCConfig |
clientId(String clientId) |
AzureUCConfig |
createdAt(String createdAt) |
AzureUCConfig |
datasetType(String datasetType) |
boolean |
equals(Object o)
Return true if this AzureUCConfig object is equal to o.
|
AzureUCConfig |
errorMessages(List<String> errorMessages) |
AzureUCConfig |
exportName(String exportName) |
AzureUCConfig |
exportPath(String exportPath) |
String |
getAccountId()
The tenant ID of the azure account.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getClientId()
The client ID of the Azure account.
|
String |
getCreatedAt()
The timestamp when the Azure config was created.
|
String |
getDatasetType()
The dataset type of the Azure config.
|
List<String> |
getErrorMessages()
The error messages for the Azure config.
|
String |
getExportName()
The name of the configured Azure Export.
|
String |
getExportPath()
The path where the Azure Export is saved.
|
Long |
getId()
The ID of the Azure config.
|
Integer |
getMonths()
Deprecated.
|
String |
getScope()
The scope of your observed subscription.
|
String |
getStatus()
The status of the Azure config.
|
String |
getStatusUpdatedAt()
The timestamp when the Azure config status was last updated.
|
String |
getStorageAccount()
The name of the storage account where the Azure Export is saved.
|
String |
getStorageContainer()
The name of the storage container where the Azure Export is saved.
|
String |
getUpdatedAt()
The timestamp when the Azure config was last updated.
|
int |
hashCode() |
AzureUCConfig |
id(Long id) |
AzureUCConfig |
months(Integer months) |
AzureUCConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AzureUCConfig |
scope(String scope) |
void |
setAccountId(String accountId) |
void |
setClientId(String clientId) |
void |
setCreatedAt(String createdAt) |
void |
setDatasetType(String datasetType) |
void |
setErrorMessages(List<String> errorMessages) |
void |
setExportName(String exportName) |
void |
setExportPath(String exportPath) |
void |
setId(Long id) |
void |
setMonths(Integer months)
Deprecated.
|
void |
setScope(String scope) |
void |
setStatus(String status) |
void |
setStatusUpdatedAt(String statusUpdatedAt) |
void |
setStorageAccount(String storageAccount) |
void |
setStorageContainer(String storageContainer) |
void |
setUpdatedAt(String updatedAt) |
AzureUCConfig |
status(String status) |
AzureUCConfig |
statusUpdatedAt(String statusUpdatedAt) |
AzureUCConfig |
storageAccount(String storageAccount) |
AzureUCConfig |
storageContainer(String storageContainer) |
String |
toString() |
AzureUCConfig |
updatedAt(String updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DATASET_TYPE
public static final String JSON_PROPERTY_ERROR_MESSAGES
public static final String JSON_PROPERTY_EXPORT_NAME
public static final String JSON_PROPERTY_EXPORT_PATH
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_MONTHS
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS_UPDATED_AT
public static final String JSON_PROPERTY_STORAGE_ACCOUNT
public static final String JSON_PROPERTY_STORAGE_CONTAINER
public static final String JSON_PROPERTY_UPDATED_AT
public AzureUCConfig accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public AzureUCConfig clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public AzureUCConfig createdAt(String createdAt)
@Nullable public String getCreatedAt()
public void setCreatedAt(String createdAt)
public AzureUCConfig datasetType(String datasetType)
public String getDatasetType()
public void setDatasetType(String datasetType)
public AzureUCConfig errorMessages(List<String> errorMessages)
public AzureUCConfig addErrorMessagesItem(String errorMessagesItem)
@Nullable public List<String> getErrorMessages()
public AzureUCConfig exportName(String exportName)
public String getExportName()
public void setExportName(String exportName)
public AzureUCConfig exportPath(String exportPath)
public String getExportPath()
public void setExportPath(String exportPath)
public AzureUCConfig id(Long id)
@Nullable public Long getId()
public void setId(Long id)
public AzureUCConfig months(Integer months)
@Deprecated @Nullable public Integer getMonths()
@Deprecated public void setMonths(Integer months)
public AzureUCConfig scope(String scope)
public String getScope()
public void setScope(String scope)
public AzureUCConfig status(String status)
public String getStatus()
public void setStatus(String status)
public AzureUCConfig statusUpdatedAt(String statusUpdatedAt)
@Nullable public String getStatusUpdatedAt()
public void setStatusUpdatedAt(String statusUpdatedAt)
public AzureUCConfig storageAccount(String storageAccount)
public String getStorageAccount()
public void setStorageAccount(String storageAccount)
public AzureUCConfig storageContainer(String storageContainer)
public String getStorageContainer()
public void setStorageContainer(String storageContainer)
public AzureUCConfig updatedAt(String updatedAt)
@Nullable public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public AzureUCConfig 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.