Control Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.models.Control

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 controlDescription property: The control's description.

String controlDescriptionHyperLink()

Get the controlDescriptionHyperLink property: The hyper link to the control's description'.

String controlFullName()

Get the controlFullName property: The full name of the control.

String controlId()

Get the controlId property: The Id of the control.

String controlName()

Get the controlName property: The name of the control.

ControlStatus controlStatus()

Get the controlStatus property: Control status.

static Control fromJson(JsonReader jsonReader)

Reads an instance of Control from the JsonReader.

List<Responsibility> responsibilities()

Get the responsibilities property: List of customer responsibility.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

controlDescription

public String controlDescription()

Get the controlDescription property: The control's description.

Returns:

the controlDescription value.

controlDescriptionHyperLink

public String controlDescriptionHyperLink()

Get the controlDescriptionHyperLink property: The hyper link to the control's description'.

Returns:

the controlDescriptionHyperLink value.

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:

the controlFullName value.

controlId

public String controlId()

Get the controlId property: The Id of the control. e.g. "Operational_Security_10".

Returns:

the controlId value.

controlName

public String controlName()

Get the controlName property: The name of the control. e.g. "Unsupported OS and Software.".

Returns:

the controlName value.

controlStatus

public ControlStatus controlStatus()

Get the controlStatus property: Control status.

Returns:

the controlStatus value.

fromJson

public static Control fromJson(JsonReader jsonReader)

Reads an instance of Control from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

responsibilities

public List<Responsibility> responsibilities()

Get the responsibilities property: List of customer responsibility.

Returns:

the responsibilities value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to