次の方法で共有


JobDeliveryInfo Class

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

Implements

public final class JobDeliveryInfo
implements JsonSerializable<JobDeliveryInfo>

Additional delivery info.

Constructor Summary

Constructor Description
JobDeliveryInfo()

Creates an instance of JobDeliveryInfo class.

Method Summary

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

Reads an instance of JobDeliveryInfo from the JsonReader.

OffsetDateTime scheduledDateTime()

Get the scheduledDateTime property: Scheduled date time.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

JobDeliveryInfo withScheduledDateTime(OffsetDateTime scheduledDateTime)

Set the scheduledDateTime property: Scheduled date time.

Methods inherited from java.lang.Object

Constructor Details

JobDeliveryInfo

public JobDeliveryInfo()

Creates an instance of JobDeliveryInfo class.

Method Details

fromJson

public static JobDeliveryInfo fromJson(JsonReader jsonReader)

Reads an instance of JobDeliveryInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

scheduledDateTime

public OffsetDateTime scheduledDateTime()

Get the scheduledDateTime property: Scheduled date time.

Returns:

the scheduledDateTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withScheduledDateTime

public JobDeliveryInfo withScheduledDateTime(OffsetDateTime scheduledDateTime)

Set the scheduledDateTime property: Scheduled date time.

Parameters:

scheduledDateTime - the scheduledDateTime value to set.

Returns:

the JobDeliveryInfo object itself.

Applies to