ProblemClassificationPropertiesInner Class

  • java.lang.Object
    • com.azure.resourcemanager.support.fluent.models.ProblemClassificationPropertiesInner

public final class ProblemClassificationPropertiesInner

Details about a problem classification available for an Azure service.

Constructor Summary

Constructor Description
ProblemClassificationPropertiesInner()

Creates an instance of ProblemClassificationPropertiesInner class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Localized name of problem classification.

Map<String,String> metadata()

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

ProblemClassificationInner parentProblemClassification()

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

List<SecondaryConsentEnabled> secondaryConsentEnabled()

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

void validate()

Validates the instance.

ProblemClassificationPropertiesInner withDisplayName(String displayName)

Set the displayName property: Localized name of problem classification.

ProblemClassificationPropertiesInner withParentProblemClassification(ProblemClassificationInner parentProblemClassification)

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

ProblemClassificationPropertiesInner withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)

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

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:

the displayName value.

metadata

public Map<String,String> metadata()

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

Returns:

the metadata value.

parentProblemClassification

public ProblemClassificationInner parentProblemClassification()

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

Returns:

the parentProblemClassification value.

secondaryConsentEnabled

public List<SecondaryConsentEnabled> secondaryConsentEnabled()

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

Returns:

the secondaryConsentEnabled value.

validate

public void validate()

Validates the instance.

withDisplayName

public ProblemClassificationPropertiesInner withDisplayName(String displayName)

Set the displayName property: Localized name of problem classification.

Parameters:

displayName - the displayName value to set.

Returns:

the ProblemClassificationPropertiesInner object itself.

withParentProblemClassification

public ProblemClassificationPropertiesInner withParentProblemClassification(ProblemClassificationInner parentProblemClassification)

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

Parameters:

parentProblemClassification - the parentProblemClassification value to set.

Returns:

the ProblemClassificationPropertiesInner object itself.

withSecondaryConsentEnabled

public ProblemClassificationPropertiesInner withSecondaryConsentEnabled(List<SecondaryConsentEnabled> secondaryConsentEnabled)

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

Parameters:

secondaryConsentEnabled - the secondaryConsentEnabled value to set.

Returns:

the ProblemClassificationPropertiesInner object itself.

Applies to