CertificateOrderActionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.CertificateOrderActionInner

Implements

public final class CertificateOrderActionInner
implements JsonSerializable<CertificateOrderActionInner>

Certificate order action.

Constructor Summary

Constructor Description
CertificateOrderActionInner()

Creates an instance of CertificateOrderActionInner class.

Method Summary

Modifier and Type Method and Description
CertificateOrderActionType actionType()

Get the actionType property: Action type.

OffsetDateTime createdAt()

Get the createdAt property: Time at which the certificate action was performed.

static CertificateOrderActionInner fromJson(JsonReader jsonReader)

Reads an instance of CertificateOrderActionInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

CertificateOrderActionInner

public CertificateOrderActionInner()

Creates an instance of CertificateOrderActionInner class.

Method Details

actionType

public CertificateOrderActionType actionType()

Get the actionType property: Action type.

Returns:

the actionType value.

createdAt

public OffsetDateTime createdAt()

Get the createdAt property: Time at which the certificate action was performed.

Returns:

the createdAt value.

fromJson

public static CertificateOrderActionInner fromJson(JsonReader jsonReader)

Reads an instance of CertificateOrderActionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to