@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateUploadRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEADERS |
static String |
JSON_PROPERTY_PART_COUNT |
static String |
JSON_PROPERTY_PART_SIZE |
static String |
JSON_PROPERTY_TABLE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateUploadRequestDataAttributes() |
CreateUploadRequestDataAttributes(List<String> headers,
Integer partCount,
Long partSize,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
CreateUploadRequestDataAttributes |
addHeadersItem(String headersItem) |
boolean |
equals(Object o)
Return true if this CreateUploadRequestDataAttributes 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.
|
List<String> |
getHeaders()
The CSV file headers that define the schema fields, provided in the same order as the columns
in the uploaded file.
|
Integer |
getPartCount()
Number of parts to split the file into for multipart upload.
|
Long |
getPartSize()
The size of each part in the upload in bytes.
|
String |
getTableName()
Name of the table to associate with this upload.
|
int |
hashCode() |
CreateUploadRequestDataAttributes |
headers(List<String> headers) |
CreateUploadRequestDataAttributes |
partCount(Integer partCount) |
CreateUploadRequestDataAttributes |
partSize(Long partSize) |
CreateUploadRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHeaders(List<String> headers) |
void |
setPartCount(Integer partCount) |
void |
setPartSize(Long partSize) |
void |
setTableName(String tableName) |
CreateUploadRequestDataAttributes |
tableName(String tableName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HEADERS
public static final String JSON_PROPERTY_PART_COUNT
public static final String JSON_PROPERTY_PART_SIZE
public static final String JSON_PROPERTY_TABLE_NAME
public CreateUploadRequestDataAttributes headers(List<String> headers)
public CreateUploadRequestDataAttributes addHeadersItem(String headersItem)
public List<String> getHeaders()
public CreateUploadRequestDataAttributes partCount(Integer partCount)
public Integer getPartCount()
public void setPartCount(Integer partCount)
public CreateUploadRequestDataAttributes partSize(Long partSize)
public Long getPartSize()
public void setPartSize(Long partSize)
public CreateUploadRequestDataAttributes tableName(String tableName)
public String getTableName()
public void setTableName(String tableName)
public CreateUploadRequestDataAttributes 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.