@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BillConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXPORT_NAME |
static String |
JSON_PROPERTY_EXPORT_PATH |
static String |
JSON_PROPERTY_STORAGE_ACCOUNT |
static String |
JSON_PROPERTY_STORAGE_CONTAINER |
boolean |
unparsed |
| Constructor and Description |
|---|
BillConfig() |
BillConfig(String exportName,
String exportPath,
String storageAccount,
String storageContainer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this BillConfig object is equal to o.
|
BillConfig |
exportName(String exportName) |
BillConfig |
exportPath(String exportPath) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getExportName()
The name of the configured Azure Export.
|
String |
getExportPath()
The path where the Azure Export is saved.
|
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.
|
int |
hashCode() |
BillConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExportName(String exportName) |
void |
setExportPath(String exportPath) |
void |
setStorageAccount(String storageAccount) |
void |
setStorageContainer(String storageContainer) |
BillConfig |
storageAccount(String storageAccount) |
BillConfig |
storageContainer(String storageContainer) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXPORT_NAME
public static final String JSON_PROPERTY_EXPORT_PATH
public static final String JSON_PROPERTY_STORAGE_ACCOUNT
public static final String JSON_PROPERTY_STORAGE_CONTAINER
public BillConfig exportName(String exportName)
public String getExportName()
public void setExportName(String exportName)
public BillConfig exportPath(String exportPath)
public String getExportPath()
public void setExportPath(String exportPath)
public BillConfig storageAccount(String storageAccount)
public String getStorageAccount()
public void setStorageAccount(String storageAccount)
public BillConfig storageContainer(String storageContainer)
public String getStorageContainer()
public void setStorageContainer(String storageContainer)
public BillConfig 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.