Compartir a través de


ProblemClassificationInner Class

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

public final class ProblemClassificationInner

ProblemClassification resource object.

Constructor Summary

Constructor Description
ProblemClassificationInner()

Creates an instance of ProblemClassificationInner class.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName property: Localized name of problem classification.

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.

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.

String type()

Get the type property: Type of the resource 'Microsoft.Support/problemClassification'.

void validate()

Validates the instance.

ProblemClassificationInner withDisplayName(String displayName)

Set the displayName property: Localized name of problem classification.

ProblemClassificationInner withParentProblemClassification(ProblemClassificationInner parentProblemClassification)

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

ProblemClassificationInner 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

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:

the displayName value.

id

public String id()

Get the id property: Id of the resource.

Returns:

the id value.

metadata

public Map<String,String> metadata()

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

Returns:

the metadata value.

name

public String name()

Get the name property: Name of the resource.

Returns:

the name 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.

type

public String type()

Get the type property: Type of the resource 'Microsoft.Support/problemClassification'.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDisplayName

public ProblemClassificationInner withDisplayName(String displayName)

Set the displayName property: Localized name of problem classification.

Parameters:

displayName - the displayName value to set.

Returns:

the ProblemClassificationInner object itself.

withParentProblemClassification

public ProblemClassificationInner 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 ProblemClassificationInner object itself.

withSecondaryConsentEnabled

public ProblemClassificationInner 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 ProblemClassificationInner object itself.

Applies to