OperationJobExtendedInfoInner Class

public final class OperationJobExtendedInfoInner
extends OperationExtendedInfo

Operation Job Extended Info.

Method Summary

Modifier and Type Method and Description
static OperationJobExtendedInfoInner fromJson(JsonReader jsonReader)

Reads an instance of OperationJobExtendedInfoInner from the JsonReader.

String jobId()

Get the jobId property: Name or Arm Id of the job created for this operation.

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.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of OperationJobExtendedInfoInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the OperationJobExtendedInfoInner.

jobId

public String jobId()

Get the jobId property: Name or Arm Id of the job created for this operation.

Returns:

the jobId value.

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:

the objectType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

OperationJobExtendedInfoInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to