ControlSyncRecord Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. ControlSyncRecord
- com.
Implements
public final class ControlSyncRecord
implements JsonSerializable<ControlSyncRecord>
A class represent the control record synchronized from app compliance.
Constructor Summary
| Constructor | Description |
|---|---|
| ControlSyncRecord() |
Creates an instance of Control |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
controlId()
Get the control |
| String |
controlStatus()
Get the control |
|
static
Control |
fromJson(JsonReader jsonReader)
Reads an instance of Control |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Control |
withControlId(String controlId)
Set the control |
|
Control |
withControlStatus(String controlStatus)
Set the control |
Methods inherited from java.lang.Object
Constructor Details
ControlSyncRecord
public ControlSyncRecord()
Creates an instance of ControlSyncRecord class.
Method Details
controlId
public String controlId()
Get the controlId property: The Id of the control. e.g. "Operational_Security_10".
Returns:
controlStatus
public String controlStatus()
Get the controlStatus property: Control status synchronized from app compliance.
Returns:
fromJson
public static ControlSyncRecord fromJson(JsonReader jsonReader)
Reads an instance of ControlSyncRecord from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withControlId
public ControlSyncRecord withControlId(String controlId)
Set the controlId property: The Id of the control. e.g. "Operational_Security_10".
Parameters:
Returns:
withControlStatus
public ControlSyncRecord withControlStatus(String controlStatus)
Set the controlStatus property: Control status synchronized from app compliance.
Parameters:
Returns: