Control Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. Control
- com.
Implements
public final class Control
implements JsonSerializable<Control>
A class represent the control.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
controlDescription()
Get the control |
| String |
controlDescriptionHyperLink()
Get the control |
| String |
controlFullName()
Get the control |
| String |
controlId()
Get the control |
| String |
controlName()
Get the control |
|
Control |
controlStatus()
Get the control |
| static Control |
fromJson(JsonReader jsonReader)
Reads an instance of Control from the Json |
| List<Responsibility> |
responsibilities()
Get the responsibilities property: List of customer responsibility. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
controlDescription
public String controlDescription()
Get the controlDescription property: The control's description.
Returns:
controlDescriptionHyperLink
public String controlDescriptionHyperLink()
Get the controlDescriptionHyperLink property: The hyper link to the control's description'.
Returns:
controlFullName
public String controlFullName()
Get the controlFullName property: The full name of the control. e.g. "Validate that unsupported operating systems and software components are not in use.".
Returns:
controlId
public String controlId()
Get the controlId property: The Id of the control. e.g. "Operational_Security_10".
Returns:
controlName
public String controlName()
Get the controlName property: The name of the control. e.g. "Unsupported OS and Software.".
Returns:
controlStatus
public ControlStatus controlStatus()
Get the controlStatus property: Control status.
Returns:
fromJson
public static Control fromJson(JsonReader jsonReader)
Reads an instance of Control from the JsonReader.
Parameters:
Returns:
Throws:
responsibilities
public List<Responsibility> responsibilities()
Get the responsibilities property: List of customer responsibility.
Returns: