SyncCertRecordResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.SyncCertRecordResponseInner

Implements

public final class SyncCertRecordResponseInner
implements JsonSerializable<SyncCertRecordResponseInner>

Synchronize certification record response.

Method Summary

Modifier and Type Method and Description
CertSyncRecord certRecord()

Get the certRecord property: certification record synchronized.

static SyncCertRecordResponseInner fromJson(JsonReader jsonReader)

Reads an instance of SyncCertRecordResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

certRecord

public CertSyncRecord certRecord()

Get the certRecord property: certification record synchronized.

Returns:

the certRecord value.

fromJson

public static SyncCertRecordResponseInner fromJson(JsonReader jsonReader)

Reads an instance of SyncCertRecordResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to