Category Class

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

Implements

public final class Category
implements JsonSerializable<Category>

A class represent the compliance category.

Method Summary

Modifier and Type Method and Description
String categoryName()

Get the categoryName property: The name of the compliance category.

CategoryStatus categoryStatus()

Get the categoryStatus property: Category status.

List<ControlFamily> controlFamilies()

Get the controlFamilies property: List of control families.

static Category fromJson(JsonReader jsonReader)

Reads an instance of Category from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

categoryName

public String categoryName()

Get the categoryName property: The name of the compliance category. e.g. "Operational Security".

Returns:

the categoryName value.

categoryStatus

public CategoryStatus categoryStatus()

Get the categoryStatus property: Category status.

Returns:

the categoryStatus value.

controlFamilies

public List<ControlFamily> controlFamilies()

Get the controlFamilies property: List of control families.

Returns:

the controlFamilies value.

fromJson

public static Category fromJson(JsonReader jsonReader)

Reads an instance of Category from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to