ProblemClassificationsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.ProblemClassificationsListResult

Implements

public final class ProblemClassificationsListResult
implements JsonSerializable<ProblemClassificationsListResult>

Collection of ProblemClassification resources.

Constructor Summary

Constructor Description
ProblemClassificationsListResult()

Creates an instance of ProblemClassificationsListResult class.

Method Summary

Modifier and Type Method and Description
static ProblemClassificationsListResult fromJson(JsonReader jsonReader)

Reads an instance of ProblemClassificationsListResult from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ProblemClassificationInner> value()

Get the value property: List of ProblemClassification resources.

ProblemClassificationsListResult withValue(List<ProblemClassificationInner> value)

Set the value property: List of ProblemClassification resources.

Methods inherited from java.lang.Object

Constructor Details

ProblemClassificationsListResult

public ProblemClassificationsListResult()

Creates an instance of ProblemClassificationsListResult class.

Method Details

fromJson

public static ProblemClassificationsListResult fromJson(JsonReader jsonReader)

Reads an instance of ProblemClassificationsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ProblemClassificationInner> value()

Get the value property: List of ProblemClassification resources.

Returns:

the value value.

withValue

public ProblemClassificationsListResult withValue(List<ProblemClassificationInner> value)

Set the value property: List of ProblemClassification resources.

Parameters:

value - the value value to set.

Returns:

the ProblemClassificationsListResult object itself.

Applies to