public class JobProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JobProperties.JobStatus |
static class |
JobProperties.JobType |
| Constructor and Description |
|---|
JobProperties() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTimeUtc() |
boolean |
getExcludeKeysInExport() |
String |
getFailureReason() |
String |
getInputBlobContainerUri() |
String |
getJobId() |
String |
getOutputBlobContainerUri() |
int |
getProgress() |
Date |
getStartTimeUtc() |
JobProperties.JobStatus |
getStatus() |
JobProperties.JobType |
getType() |
void |
setEndTimeUtc(Date endTimeUtc) |
void |
setExcludeKeysInExport(boolean excludeKeysInExport) |
void |
setFailureReason(String failureReason) |
void |
setInputBlobContainerUri(String inputBlobContainerUri) |
void |
setJobId(String jobId) |
void |
setOutputBlobContainerUri(String outputBlobContainerUri) |
void |
setProgress(int progress) |
void |
setStartTimeUtc(Date startTimeUtc) |
void |
setStatus(JobProperties.JobStatus status) |
void |
setType(JobProperties.JobType type) |
public String getJobId()
public void setJobId(String jobId) throws IllegalArgumentException
jobId - the job idIllegalArgumentException - if the provided jobId is nullpublic Date getStartTimeUtc()
public void setStartTimeUtc(Date startTimeUtc)
startTimeUtc - the UTC job start time.public Date getEndTimeUtc()
public void setEndTimeUtc(Date endTimeUtc)
endTimeUtc - the UTC job end time.public JobProperties.JobType getType()
public void setType(JobProperties.JobType type)
type - the type of job to execute.public JobProperties.JobStatus getStatus()
public void setStatus(JobProperties.JobStatus status)
status - the job status.public int getProgress()
public void setProgress(int progress)
progress - the job progress.public String getInputBlobContainerUri()
public void setInputBlobContainerUri(String inputBlobContainerUri)
inputBlobContainerUri - the input blob container URI.public String getOutputBlobContainerUri()
public void setOutputBlobContainerUri(String outputBlobContainerUri)
outputBlobContainerUri - the output blob container URI.public boolean getExcludeKeysInExport()
public void setExcludeKeysInExport(boolean excludeKeysInExport)
excludeKeysInExport - optional for export jobs; ignored for other jobs. Default: false.
If false, authorization keys are included in export output. Keys are exported as null otherwise.public String getFailureReason()
public void setFailureReason(String failureReason)
failureReason - the failure reason.Copyright © 2017. All rights reserved.