JobSubTask Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. JobSubTask
- com.
Implements
public final class JobSubTask
implements JsonSerializable<JobSubTask>
Details of Job's Sub Task.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
additionalDetails()
Get the additional |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| int |
taskId()
Get the task |
| String |
taskName()
Get the task |
| String |
taskProgress()
Get the task |
| String |
taskStatus()
Get the task |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
additionalDetails
public Map<String,String> additionalDetails()
Get the additionalDetails property: Additional details of Sub Tasks.
Returns:
fromJson
public static JobSubTask fromJson(JsonReader jsonReader)
Reads an instance of JobSubTask from the JsonReader.
Parameters:
Returns:
Throws:
taskId
public int taskId()
Get the taskId property: Task Id of the Sub Task.
Returns:
taskName
public String taskName()
Get the taskName property: Name of the Sub Task.
Returns:
taskProgress
public String taskProgress()
Get the taskProgress property: Progress of the Sub Task.
Returns:
taskStatus
public String taskStatus()
Get the taskStatus property: Status of the Sub Task.
Returns: