JobStages Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. JobStages
- com.
Implements
public final class JobStages
implements JsonSerializable<JobStages>
Job stages.
Constructor Summary
| Constructor | Description |
|---|---|
| JobStages() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| Object |
jobStageDetails()
Get the job |
|
Stage |
stageName()
Get the stage |
|
Stage |
stageStatus()
Get the stage |
|
Offset |
stageTime()
Get the stage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
JobStages
public JobStages()
Creates an instance of JobStages class.
Method Details
displayName
public String displayName()
Get the displayName property: Display name of the job stage.
Returns:
fromJson
public static JobStages fromJson(JsonReader jsonReader)
Reads an instance of JobStages from the JsonReader.
Parameters:
Returns:
Throws:
jobStageDetails
public Object jobStageDetails()
Get the jobStageDetails property: Job Stage Details.
Returns:
stageName
public StageName stageName()
Get the stageName property: Name of the job stage.
Returns:
stageStatus
public StageStatus stageStatus()
Get the stageStatus property: Status of the job stage.
Returns:
stageTime
public OffsetDateTime stageTime()
Get the stageTime property: Time for the job stage in UTC ISO 8601 format.
Returns:
toJson
validate
public void validate()
Validates the instance.