次の方法で共有


DataBoxDiskGranularCopyLogDetails Class

public final class DataBoxDiskGranularCopyLogDetails
extends GranularCopyLogDetails

Granular Copy Log Details for customer disk.

Constructor Summary

Constructor Description
DataBoxDiskGranularCopyLogDetails()

Creates an instance of DataBoxDiskGranularCopyLogDetails class.

Method Summary

Modifier and Type Method and Description
String accountId()

Get the accountId property: Account id.

ClassDiscriminator copyLogDetailsType()

Get the copyLogDetailsType property: Indicates the type of job details.

String errorLogLink()

Get the errorLogLink property: Link for copy error logs.

static DataBoxDiskGranularCopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of DataBoxDiskGranularCopyLogDetails from the JsonReader.

String serialNumber()

Get the serialNumber property: Disk Serial Number.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String verboseLogLink()

Get the verboseLogLink property: Link for copy verbose logs.

Methods inherited from GranularCopyLogDetails

Methods inherited from java.lang.Object

Constructor Details

DataBoxDiskGranularCopyLogDetails

public DataBoxDiskGranularCopyLogDetails()

Creates an instance of DataBoxDiskGranularCopyLogDetails class.

Method Details

accountId

public String accountId()

Get the accountId property: Account id.

Returns:

the accountId value.

copyLogDetailsType

public ClassDiscriminator copyLogDetailsType()

Get the copyLogDetailsType property: Indicates the type of job details.

Overrides:

DataBoxDiskGranularCopyLogDetails.copyLogDetailsType()

Returns:

the copyLogDetailsType value.

errorLogLink

public String errorLogLink()

Get the errorLogLink property: Link for copy error logs.

Returns:

the errorLogLink value.

fromJson

public static DataBoxDiskGranularCopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of DataBoxDiskGranularCopyLogDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataBoxDiskGranularCopyLogDetails 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 DataBoxDiskGranularCopyLogDetails.

serialNumber

public String serialNumber()

Get the serialNumber property: Disk Serial Number.

Returns:

the serialNumber value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataBoxDiskGranularCopyLogDetails.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

DataBoxDiskGranularCopyLogDetails.validate()

verboseLogLink

public String verboseLogLink()

Get the verboseLogLink property: Link for copy verbose logs.

Returns:

the verboseLogLink value.

Applies to