ProblemClassificationInner Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ProblemClassificationInner
- com.
Implements
public final class ProblemClassificationInner
implements JsonSerializable<ProblemClassificationInner>
ProblemClassification resource object.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationInner() |
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 |
| String |
id()
Get the id property: Id of the resource. |
| String |
name()
Get the name property: Name of the resource. |
|
List<Secondary |
secondaryConsentEnabled()
Get the secondary |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of the resource 'Microsoft. |
| 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
ProblemClassificationInner
public ProblemClassificationInner()
Creates an instance of ProblemClassificationInner class.
Method Details
displayName
public String displayName()
Get the displayName property: Localized name of problem classification.
Returns:
fromJson
public static ProblemClassificationInner fromJson(JsonReader jsonReader)
Reads an instance of ProblemClassificationInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the resource.
Returns:
name
public String name()
Get the name property: Name of the resource.
Returns:
secondaryConsentEnabled
public List<SecondaryConsentEnabled> secondaryConsentEnabled()
Get the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Returns:
toJson
type
public String type()
Get the type property: Type of the resource 'Microsoft.Support/problemClassification'.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public ProblemClassificationInner withDisplayName(String displayName)
Set the displayName property: Localized name of problem classification.
Parameters:
Returns:
withSecondaryConsentEnabled
public ProblemClassificationInner withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)
Set the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Parameters:
Returns: