@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class Upload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Upload.CompletedByEnum
Currently the API has an endpoint for the client to call and mark an upload completed.
|
Constructor and Description |
---|
Upload() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Upload.CompletedByEnum |
getCompletedBy()
Currently the API has an endpoint for the client to call and mark an upload completed.
|
DateTime |
getCompletedOn()
The date and time (ISO 8601 format) that the upload was completed.
|
Long |
getContentLength()
The size of the object in bytes.
|
String |
getContentMd5()
The base64-encoded, 128-bit MD5 digest of the upload.
|
String |
getContentType()
MIME content type.
|
String |
getFilename()
Name of the uploaded file.
|
HealthDataRecord |
getHealthData()
Get healthData
|
SynapseExporterStatus |
getHealthRecordExporterStatus()
Get healthRecordExporterStatus
|
String |
getRecordId()
The record ID of the upload in Synapse.
|
DateTime |
getRequestedOn()
The date and time (ISO 8601 format) that the client requested an URL to make an upload to the server.
|
String |
getSchemaId()
The ID of the schema for this upload.
|
Long |
getSchemaRevision()
The revision for the schema of this upload.
|
UploadStatus |
getStatus()
Get status
|
String |
getType()
Upload
|
String |
getUploadId()
The GUID assigned to this upoad.
|
List<String> |
getValidationMessageList()
An array of error messages if this upload did not pass validation.
|
int |
hashCode() |
Boolean |
isEncrypted()
True if the upload is encrypted.
|
Boolean |
isZipped()
True if the upload is zipped.
|
String |
toString() |
public String getUploadId()
public Boolean isEncrypted()
public String getSchemaId()
public Long getSchemaRevision()
public String getRecordId()
public HealthDataRecord getHealthData()
public Long getContentLength()
public String getContentMd5()
public String getContentType()
public String getFilename()
public UploadStatus getStatus()
public DateTime getRequestedOn()
public DateTime getCompletedOn()
public Upload.CompletedByEnum getCompletedBy()
public List<String> getValidationMessageList()
public SynapseExporterStatus getHealthRecordExporterStatus()
public Boolean isZipped()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.