JobDeliveryInfo Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. JobDeliveryInfo
- com.
Implements
public final class JobDeliveryInfo
implements JsonSerializable<JobDeliveryInfo>
Additional delivery info.
Constructor Summary
| Constructor | Description |
|---|---|
| JobDeliveryInfo() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
|
Offset |
scheduledDateTime()
Get the scheduled |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Job |
withScheduledDateTime(OffsetDateTime scheduledDateTime)
Set the scheduled |
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:
Returns:
Throws:
scheduledDateTime
public OffsetDateTime scheduledDateTime()
Get the scheduledDateTime property: Scheduled date time.
Returns:
toJson
validate
public void validate()
Validates the instance.
withScheduledDateTime
public JobDeliveryInfo withScheduledDateTime(OffsetDateTime scheduledDateTime)
Set the scheduledDateTime property: Scheduled date time.
Parameters:
Returns: