@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetConfigurationFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILE_CONTENT |
static String |
JSON_PROPERTY_FILE_PATH |
static String |
JSON_PROPERTY_FILENAME |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetConfigurationFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FleetConfigurationFile object is equal to o.
|
FleetConfigurationFile |
fileContent(String fileContent) |
FleetConfigurationFile |
filename(String filename) |
FleetConfigurationFile |
filePath(String filePath) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFileContent()
The raw content of the configuration file.
|
String |
getFilename()
Name of the configuration file.
|
String |
getFilePath()
Path to the configuration file.
|
int |
hashCode() |
FleetConfigurationFile |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFileContent(String fileContent) |
void |
setFilename(String filename) |
void |
setFilePath(String filePath) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILE_CONTENT
public static final String JSON_PROPERTY_FILE_PATH
public static final String JSON_PROPERTY_FILENAME
public FleetConfigurationFile fileContent(String fileContent)
@Nullable public String getFileContent()
public void setFileContent(String fileContent)
public FleetConfigurationFile filePath(String filePath)
@Nullable public String getFilePath()
public void setFilePath(String filePath)
public FleetConfigurationFile filename(String filename)
@Nullable public String getFilename()
public void setFilename(String filename)
public FleetConfigurationFile 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.