次の方法で共有


DataBoxCustomerDiskCopyLogDetails Class

public final class DataBoxCustomerDiskCopyLogDetails
extends CopyLogDetails

Copy Log Details for customer disk.

Constructor Summary

Constructor Description
DataBoxCustomerDiskCopyLogDetails()

Creates an instance of DataBoxCustomerDiskCopyLogDetails class.

Method Summary

Modifier and Type Method and Description
ClassDiscriminator copyLogDetailsType()

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

String errorLogLink()

Get the errorLogLink property: Link for copy error logs.

static DataBoxCustomerDiskCopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of DataBoxCustomerDiskCopyLogDetails 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 CopyLogDetails

Methods inherited from java.lang.Object

Constructor Details

DataBoxCustomerDiskCopyLogDetails

public DataBoxCustomerDiskCopyLogDetails()

Creates an instance of DataBoxCustomerDiskCopyLogDetails class.

Method Details

copyLogDetailsType

public ClassDiscriminator copyLogDetailsType()

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

Overrides:

DataBoxCustomerDiskCopyLogDetails.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 DataBoxCustomerDiskCopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of DataBoxCustomerDiskCopyLogDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

serialNumber

public String serialNumber()

Get the serialNumber property: Disk Serial Number.

Returns:

the serialNumber value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataBoxCustomerDiskCopyLogDetails.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

DataBoxCustomerDiskCopyLogDetails.validate()

verboseLogLink

public String verboseLogLink()

Get the verboseLogLink property: Link for copy verbose logs.

Returns:

the verboseLogLink value.

Applies to