ProblemClassificationInner Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ProblemClassificationInner
- com.
public final class 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 |
| String |
id()
Get the id property: Id of the resource. |
| Map<String,String> |
metadata()
Get the metadata property: String-to-string dictionary for additional metadata. |
| String |
name()
Get the name property: Name of the resource. |
|
Problem |
parentProblemClassification()
Get the parent |
|
List<Secondary |
secondaryConsentEnabled()
Get the secondary |
| String |
type()
Get the type property: Type of the resource 'Microsoft. |
| void |
validate()
Validates the instance. |
|
Problem |
withDisplayName(String displayName)
Set the display |
|
Problem |
withParentProblemClassification(ProblemClassificationInner parentProblemClassification)
Set the parent |
|
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:
id
public String id()
Get the id property: Id of the resource.
Returns:
metadata
public Map<String,String> metadata()
Get the metadata property: String-to-string dictionary for additional metadata.
Returns:
name
public String name()
Get the name property: Name of the resource.
Returns:
parentProblemClassification
public ProblemClassificationInner parentProblemClassification()
Get the parentProblemClassification property: Reference to the parent problem classification which has same structure as problem classification.
Returns:
secondaryConsentEnabled
public List<SecondaryConsentEnabled> secondaryConsentEnabled()
Get the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Returns:
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:
withParentProblemClassification
public ProblemClassificationInner withParentProblemClassification(ProblemClassificationInner parentProblemClassification)
Set the parentProblemClassification property: Reference to the parent problem classification which has same structure as 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: