ProblemClassificationPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ProblemClassificationPropertiesInner
- com.
public final class ProblemClassificationPropertiesInner
Details about a problem classification available for an Azure service.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationPropertiesInner() |
Creates an instance of Problem |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
| Map<String,String> |
metadata()
Get the metadata property: String-to-string dictionary for additional metadata. |
|
Problem |
parentProblemClassification()
Get the parent |
|
List<Secondary |
secondaryConsentEnabled()
Get the secondary |
| 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
ProblemClassificationPropertiesInner
public ProblemClassificationPropertiesInner()
Creates an instance of ProblemClassificationPropertiesInner class.
Method Details
displayName
public String displayName()
Get the displayName property: Localized name of problem classification.
Returns:
metadata
public Map<String,String> metadata()
Get the metadata property: String-to-string dictionary for additional metadata.
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:
validate
public void validate()
Validates the instance.
withDisplayName
public ProblemClassificationPropertiesInner withDisplayName(String displayName)
Set the displayName property: Localized name of problem classification.
Parameters:
Returns:
withParentProblemClassification
public ProblemClassificationPropertiesInner withParentProblemClassification(ProblemClassificationInner parentProblemClassification)
Set the parentProblemClassification property: Reference to the parent problem classification which has same structure as problem classification.
Parameters:
Returns:
withSecondaryConsentEnabled
public ProblemClassificationPropertiesInner withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)
Set the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.
Parameters:
Returns: