次の方法で共有


DatacenterAddressInstructionResponse Class

public final class DatacenterAddressInstructionResponse
extends DatacenterAddressResponse

Datacenter instruction for given storage location.

Constructor Summary

Constructor Description
DatacenterAddressInstructionResponse()

Creates an instance of DatacenterAddressInstructionResponse class.

Method Summary

Modifier and Type Method and Description
String communicationInstruction()

Get the communicationInstruction property: Data center communication instruction.

DatacenterAddressType datacenterAddressType()

Get the datacenterAddressType property: Data center address type.

String dataCenterAzureLocation()

Get the dataCenterAzureLocation property: Azure Location where the Data Center serves primarily.

static DatacenterAddressInstructionResponse fromJson(JsonReader jsonReader)

Reads an instance of DatacenterAddressInstructionResponse from the JsonReader.

List<String> supportedCarriersForReturnShipment()

Get the supportedCarriersForReturnShipment property: List of supported carriers for return shipment.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from DatacenterAddressResponse

Methods inherited from java.lang.Object

Constructor Details

DatacenterAddressInstructionResponse

public DatacenterAddressInstructionResponse()

Creates an instance of DatacenterAddressInstructionResponse class.

Method Details

communicationInstruction

public String communicationInstruction()

Get the communicationInstruction property: Data center communication instruction.

Returns:

the communicationInstruction value.

datacenterAddressType

public DatacenterAddressType datacenterAddressType()

Get the datacenterAddressType property: Data center address type.

Overrides:

DatacenterAddressInstructionResponse.datacenterAddressType()

Returns:

the datacenterAddressType value.

dataCenterAzureLocation

public String dataCenterAzureLocation()

Get the dataCenterAzureLocation property: Azure Location where the Data Center serves primarily.

Overrides:

DatacenterAddressInstructionResponse.dataCenterAzureLocation()

Returns:

the dataCenterAzureLocation value.

fromJson

public static DatacenterAddressInstructionResponse fromJson(JsonReader jsonReader)

Reads an instance of DatacenterAddressInstructionResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

supportedCarriersForReturnShipment

public List<String> supportedCarriersForReturnShipment()

Get the supportedCarriersForReturnShipment property: List of supported carriers for return shipment.

Overrides:

DatacenterAddressInstructionResponse.supportedCarriersForReturnShipment()

Returns:

the supportedCarriersForReturnShipment value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DatacenterAddressInstructionResponse.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

DatacenterAddressInstructionResponse.validate()

Applies to