JobPropertiesParser 类
定义
public class JobPropertiesParser
- 继承
-
java.lang.ObjectJobPropertiesParser
构造函数
JobPropertiesParser() |
Empty constructor: Used only to keep GSON happy. |
JobPropertiesParser(String json) |
Constructor for a JobPropertiesParser object that is built from the provided Json |
方法
getEndTimeUtc() |
Getter for endTimeUtc |
getFailureReason() |
Getter for failureReason |
getIdentity() |
Getter for identity |
getInputBlobContainerUri() |
Getter for inputBlobContainerUri |
getJobId() |
Getter for jobId
|
getJobIdFinal() |
Getter for jobId |
getOutputBlobContainerUri() |
Getter for outputBlobContainerUri |
getProgress() |
Getter for progress |
getStartTimeUtc() |
Getter for startTimeUtc |
getStatus() |
Getter for status |
getStorageAuthenticationType() |
Getter for authentication type being used for connecting to a storage account. |
getType() |
Getter for type |
isExcludeKeysInExport() |
Getter for excludeKeysInExport |
setEndTimeUtc(Date endTimeUtc) |
Setter for EndTimeUtc |
setExcludeKeysInExport(boolean excludeKeysInExport) |
Setter for ExcludeKeysInExport |
setFailureReason(String failureReason) |
Setter for FailureReason |
setIdentity(ManagedIdentity identity) |
Setter for identity |
setInputBlobContainerUri(String inputBlobContainerUri) |
Setter for InputBlobContainerUri |
setJobId(String jobId) |
Setter for jobId |
setOutputBlobContainerUri(String outputBlobContainerUri) |
Setter for OutputBlobContainerUri |
setProgress(int progress) |
Setter for Progress |
setStartTimeUtc(Date startTimeUtc) |
Setter for StartTimeUtc |
setStatus(String status) |
Setter for Status |
setStorageAuthenticationType(StorageAuthenticationType storageAuthenticationType) |
Setter for authentication type being used for connecting to a storage account. |
setType(String type) |
Setter for Type |
toJson() |
Converts this into json and returns it |