@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateUploadRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateUploadRequestData() |
CreateUploadRequestData(CreateUploadRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
CreateUploadRequestData |
attributes(CreateUploadRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CreateUploadRequestData object is equal to o.
|
CreateUploadRequestDataAttributes |
getAttributes()
Upload configuration specifying how data is uploaded by the user, and properties of the table
to associate the upload with.
|
CreateUploadRequestDataType |
getType()
Upload resource type.
|
int |
hashCode() |
void |
setAttributes(CreateUploadRequestDataAttributes attributes) |
void |
setType(CreateUploadRequestDataType type) |
String |
toString() |
CreateUploadRequestData |
type(CreateUploadRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public CreateUploadRequestData()
public CreateUploadRequestData(CreateUploadRequestDataType type)
public CreateUploadRequestData attributes(CreateUploadRequestDataAttributes attributes)
@Nullable public CreateUploadRequestDataAttributes getAttributes()
public void setAttributes(CreateUploadRequestDataAttributes attributes)
public CreateUploadRequestData type(CreateUploadRequestDataType type)
public CreateUploadRequestDataType getType()
public void setType(CreateUploadRequestDataType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.