ProblemClassificationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ProblemClassificationProperties
- com.
Implements
public final class ProblemClassificationProperties
implements JsonSerializable<ProblemClassificationProperties>
Details about a problem classification available for an Azure service.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationProperties() |
Creates an instance of Problem |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Problem |
fromJson(JsonReader jsonReader)
Reads an instance of Problem |
|
List<Secondary |
secondaryConsentEnabled()
Get the secondary |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Problem |
withDisplayName(String displayName)
Set the display |
|
Problem |
withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)
Set the secondary |
Methods inherited from java.lang.Object
Constructor Details
ProblemClassificationProperties
public ProblemClassificationProperties()
Creates an instance of ProblemClassificationProperties class.
Method Details
displayName
public String displayName()
Get the displayName property: Localized name of problem classification.
Returns:
fromJson
public static ProblemClassificationProperties fromJson(JsonReader jsonReader)
Reads an instance of ProblemClassificationProperties from the JsonReader.
Parameters:
Returns:
Throws:
secondaryConsentEnabled
public List<SecondaryConsentEnabled> secondaryConsentEnabled()
Get the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public ProblemClassificationProperties withDisplayName(String displayName)
Set the displayName property: Localized name of problem classification.
Parameters:
Returns:
withSecondaryConsentEnabled
public ProblemClassificationProperties withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)
Set the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Parameters:
Returns: