@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestRequestBodyFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BUCKET_KEY |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORIGINAL_FILE_NAME |
static String |
JSON_PROPERTY_SIZE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestRequestBodyFile() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestRequestBodyFile |
bucketKey(String bucketKey) |
SyntheticsTestRequestBodyFile |
content(String content) |
boolean |
equals(Object o)
Return true if this SyntheticsTestRequestBodyFile 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.
|
String |
getBucketKey()
Bucket key of the file.
|
String |
getContent()
Content of the file.
|
String |
getName()
Name of the file.
|
String |
getOriginalFileName()
Original name of the file.
|
Long |
getSize()
Size of the file.
|
String |
getType()
Type of the file.
|
int |
hashCode() |
SyntheticsTestRequestBodyFile |
name(String name) |
SyntheticsTestRequestBodyFile |
originalFileName(String originalFileName) |
SyntheticsTestRequestBodyFile |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBucketKey(String bucketKey) |
void |
setContent(String content) |
void |
setName(String name) |
void |
setOriginalFileName(String originalFileName) |
void |
setSize(Long size) |
void |
setType(String type) |
SyntheticsTestRequestBodyFile |
size(Long size) |
String |
toString() |
SyntheticsTestRequestBodyFile |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_BUCKET_KEY
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORIGINAL_FILE_NAME
public static final String JSON_PROPERTY_SIZE
public static final String JSON_PROPERTY_TYPE
public SyntheticsTestRequestBodyFile bucketKey(String bucketKey)
@Nullable public String getBucketKey()
public void setBucketKey(String bucketKey)
public SyntheticsTestRequestBodyFile content(String content)
@Nullable public String getContent()
public void setContent(String content)
public SyntheticsTestRequestBodyFile name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsTestRequestBodyFile originalFileName(String originalFileName)
@Nullable public String getOriginalFileName()
public void setOriginalFileName(String originalFileName)
public SyntheticsTestRequestBodyFile size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public SyntheticsTestRequestBodyFile type(String type)
@Nullable public String getType()
public void setType(String type)
public SyntheticsTestRequestBodyFile 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.