CertificateOrderActionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. CertificateOrderActionInner
- com.
Implements
public final class CertificateOrderActionInner
implements JsonSerializable<CertificateOrderActionInner>
Certificate order action.
Constructor Summary
Constructor | Description |
---|---|
CertificateOrderActionInner() |
Creates an instance of Certificate |
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
actionType()
Get the action |
Offset |
createdAt()
Get the created |
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
Json |
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:
createdAt
public OffsetDateTime createdAt()
Get the createdAt property: Time at which the certificate action was performed.
Returns:
fromJson
public static CertificateOrderActionInner fromJson(JsonReader jsonReader)
Reads an instance of CertificateOrderActionInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java