@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestFileMultipartPresignedUrlsParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KEY |
static String |
JSON_PROPERTY_UPLOAD_ID |
static String |
JSON_PROPERTY_URLS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestFileMultipartPresignedUrlsParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestFileMultipartPresignedUrlsParams 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 |
getKey()
The full storage path for the file being uploaded.
|
String |
getUploadId()
The upload ID assigned by the storage provider for this multipart upload.
|
Map<String,String> |
getUrls()
A map of part numbers to presigned upload URLs.
|
int |
hashCode() |
SyntheticsTestFileMultipartPresignedUrlsParams |
key(String key) |
SyntheticsTestFileMultipartPresignedUrlsParams |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestFileMultipartPresignedUrlsParams |
putUrlsItem(String key,
String urlsItem) |
void |
setKey(String key) |
void |
setUploadId(String uploadId) |
void |
setUrls(Map<String,String> urls) |
String |
toString() |
SyntheticsTestFileMultipartPresignedUrlsParams |
uploadId(String uploadId) |
SyntheticsTestFileMultipartPresignedUrlsParams |
urls(Map<String,String> urls) |
public boolean unparsed
public static final String JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_UPLOAD_ID
public static final String JSON_PROPERTY_URLS
public SyntheticsTestFileMultipartPresignedUrlsParams()
public SyntheticsTestFileMultipartPresignedUrlsParams key(String key)
@Nullable public String getKey()
public void setKey(String key)
public SyntheticsTestFileMultipartPresignedUrlsParams uploadId(String uploadId)
@Nullable public String getUploadId()
public void setUploadId(String uploadId)
public SyntheticsTestFileMultipartPresignedUrlsParams urls(Map<String,String> urls)
public SyntheticsTestFileMultipartPresignedUrlsParams putUrlsItem(String key, String urlsItem)
@Nullable public Map<String,String> getUrls()
public SyntheticsTestFileMultipartPresignedUrlsParams 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.