public class PreflightFileUploadCheckRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PreflightFileUploadCheckRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The name for the file.
|
protected PreflightFileUploadCheckRequestBodyParentField |
parent |
protected Integer |
size
The size of the file in bytes.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
PreflightFileUploadCheckRequestBody() |
protected |
PreflightFileUploadCheckRequestBody(PreflightFileUploadCheckRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
PreflightFileUploadCheckRequestBodyParentField |
getParent() |
Integer |
getSize() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected PreflightFileUploadCheckRequestBodyParentField parent
public PreflightFileUploadCheckRequestBody()
protected PreflightFileUploadCheckRequestBody(PreflightFileUploadCheckRequestBody.Builder builder)
public PreflightFileUploadCheckRequestBodyParentField getParent()