次の方法で共有


CopyLogDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.models.CopyLogDetails

Implements

public class CopyLogDetails
implements JsonSerializable<CopyLogDetails>

Details for log generated during copy.

Constructor Summary

Constructor Description
CopyLogDetails()

Creates an instance of CopyLogDetails class.

Method Summary

Modifier and Type Method and Description
ClassDiscriminator copyLogDetailsType()

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

static CopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of CopyLogDetails from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CopyLogDetails

public CopyLogDetails()

Creates an instance of CopyLogDetails class.

Method Details

copyLogDetailsType

public ClassDiscriminator copyLogDetailsType()

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

Returns:

the copyLogDetailsType value.

fromJson

public static CopyLogDetails fromJson(JsonReader jsonReader)

Reads an instance of CopyLogDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to