@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestFileCompleteMultipartUploadPart extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_E_TAG |
static String |
JSON_PROPERTY_PART_NUMBER |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestFileCompleteMultipartUploadPart() |
SyntheticsTestFileCompleteMultipartUploadPart(String eTag,
Long partNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestFileCompleteMultipartUploadPart object is equal to o.
|
SyntheticsTestFileCompleteMultipartUploadPart |
eTag(String eTag) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getETag()
The ETag returned by the storage provider after uploading the part.
|
Long |
getPartNumber()
The 1-indexed part number for the multipart upload.
|
int |
hashCode() |
SyntheticsTestFileCompleteMultipartUploadPart |
partNumber(Long partNumber) |
SyntheticsTestFileCompleteMultipartUploadPart |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setETag(String eTag) |
void |
setPartNumber(Long partNumber) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_E_TAG
public static final String JSON_PROPERTY_PART_NUMBER
public SyntheticsTestFileCompleteMultipartUploadPart()
public SyntheticsTestFileCompleteMultipartUploadPart eTag(String eTag)
public String getETag()
public void setETag(String eTag)
public SyntheticsTestFileCompleteMultipartUploadPart partNumber(Long partNumber)
public Long getPartNumber()
public void setPartNumber(Long partNumber)
public SyntheticsTestFileCompleteMultipartUploadPart 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.