ProblemClassificationsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. ProblemClassificationsListResult
- com.
Implements
public final class ProblemClassificationsListResult
implements JsonSerializable<ProblemClassificationsListResult>
Collection of ProblemClassification resources.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationsListResult() |
Creates an instance of Problem |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Problem |
fromJson(JsonReader jsonReader)
Reads an instance of Problem |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Problem |
value()
Get the value property: List of Problem |
|
Problem |
withValue(List<ProblemClassificationInner> value)
Set the value property: List of Problem |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<ProblemClassificationInner> value()
Get the value property: List of ProblemClassification resources.
Returns:
withValue
public ProblemClassificationsListResult withValue(List<ProblemClassificationInner> value)
Set the value property: List of ProblemClassification resources.
Parameters:
Returns: