ProblemClassificationProperties Interface

public interface ProblemClassificationProperties

An immutable client-side representation of ProblemClassificationProperties.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: Localized name of problem classification.

abstract ProblemClassificationPropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ProblemClassificationPropertiesInner object.

abstract Map<String,String> metadata()

Gets the metadata property: String-to-string dictionary for additional metadata.

abstract ProblemClassification parentProblemClassification()

Gets the parentProblemClassification property: Reference to the parent problem classification which has same structure as problem classification.

abstract List<SecondaryConsentEnabled> secondaryConsentEnabled()

Gets the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: Localized name of problem classification.

Returns:

the displayName value.

innerModel

public abstract ProblemClassificationPropertiesInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ProblemClassificationPropertiesInner object.

Returns:

the inner object.

metadata

public abstract Map<String,String> metadata()

Gets the metadata property: String-to-string dictionary for additional metadata.

Returns:

the metadata value.

parentProblemClassification

public abstract ProblemClassification parentProblemClassification()

Gets the parentProblemClassification property: Reference to the parent problem classification which has same structure as problem classification.

Returns:

the parentProblemClassification value.

secondaryConsentEnabled

public abstract List<SecondaryConsentEnabled> secondaryConsentEnabled()

Gets the secondaryConsentEnabled property: This property indicates whether secondary consent is present for problem classification.

Returns:

the secondaryConsentEnabled value.

Applies to