CertSyncRecord Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. CertSyncRecord
- com.
Implements
public final class CertSyncRecord
implements JsonSerializable<CertSyncRecord>
A class represent the certification record synchronized from app compliance.
Constructor Summary
| Constructor | Description |
|---|---|
| CertSyncRecord() |
Creates an instance of Cert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
certificationStatus()
Get the certification |
|
List<Control |
controls()
Get the controls property: The control records list to be synchronized. |
|
static
Cert |
fromJson(JsonReader jsonReader)
Reads an instance of Cert |
| String |
ingestionStatus()
Get the ingestion |
| String |
offerGuid()
Get the offer |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cert |
withCertificationStatus(String certificationStatus)
Set the certification |
|
Cert |
withControls(List<ControlSyncRecord> controls)
Set the controls property: The control records list to be synchronized. |
|
Cert |
withIngestionStatus(String ingestionStatus)
Set the ingestion |
|
Cert |
withOfferGuid(String offerGuid)
Set the offer |
Methods inherited from java.lang.Object
Constructor Details
CertSyncRecord
public CertSyncRecord()
Creates an instance of CertSyncRecord class.
Method Details
certificationStatus
public String certificationStatus()
Get the certificationStatus property: Indicates the status of certification process.
Returns:
controls
public List<ControlSyncRecord> controls()
Get the controls property: The control records list to be synchronized.
Returns:
fromJson
public static CertSyncRecord fromJson(JsonReader jsonReader)
Reads an instance of CertSyncRecord from the JsonReader.
Parameters:
Returns:
Throws:
ingestionStatus
public String ingestionStatus()
Get the ingestionStatus property: Indicates the status of compliance process.
Returns:
offerGuid
public String offerGuid()
Get the offerGuid property: The offerGuid which mapping to the reports.
Returns:
toJson
withCertificationStatus
public CertSyncRecord withCertificationStatus(String certificationStatus)
Set the certificationStatus property: Indicates the status of certification process.
Parameters:
Returns:
withControls
public CertSyncRecord withControls(List<ControlSyncRecord> controls)
Set the controls property: The control records list to be synchronized.
Parameters:
Returns:
withIngestionStatus
public CertSyncRecord withIngestionStatus(String ingestionStatus)
Set the ingestionStatus property: Indicates the status of compliance process.
Parameters:
Returns:
withOfferGuid
public CertSyncRecord withOfferGuid(String offerGuid)
Set the offerGuid property: The offerGuid which mapping to the reports.
Parameters:
Returns: