ControlFamily Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. ControlFamily
- com.
Implements
public final class ControlFamily
implements JsonSerializable<ControlFamily>
A class represent the control family.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
controlFamilyName()
Get the control |
|
Control |
controlFamilyStatus()
Get the control |
| List<Control> |
controls()
Get the controls property: List of controls. |
|
static
Control |
fromJson(JsonReader jsonReader)
Reads an instance of Control |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
controlFamilyName
public String controlFamilyName()
Get the controlFamilyName property: The name of the control family. e.g. "Malware Protection - Anti-Virus".
Returns:
controlFamilyStatus
public ControlFamilyStatus controlFamilyStatus()
Get the controlFamilyStatus property: The control family status.
Returns:
controls
public List<Control> controls()
Get the controls property: List of controls.
Returns:
fromJson
public static ControlFamily fromJson(JsonReader jsonReader)
Reads an instance of ControlFamily from the JsonReader.
Parameters:
Returns:
Throws: