OperationJobExtendedInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. OperationExtendedInfo - com.
azure. resourcemanager. dataprotection. fluent. models. OperationJobExtendedInfoInner
- com.
- com.
public final class OperationJobExtendedInfoInner
extends OperationExtendedInfo
Operation Job Extended Info.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
jobId()
Get the job |
| String |
objectType()
Get the object |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from OperationExtendedInfo
Methods inherited from java.lang.Object
Method Details
fromJson
public static OperationJobExtendedInfoInner fromJson(JsonReader jsonReader)
Reads an instance of OperationJobExtendedInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
jobId
public String jobId()
Get the jobId property: Name or Arm Id of the job created for this operation.
Returns:
objectType
public String objectType()
Get the objectType property: This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
Overrides:
OperationJobExtendedInfoInner.objectType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
OperationJobExtendedInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws: