ProblemClassificationsClassificationInput Class

  • java.lang.Object
    • com.azure.resourcemanager.support.models.ProblemClassificationsClassificationInput

public final class ProblemClassificationsClassificationInput

Input to problem classification Classification API.

Constructor Summary

Constructor Description
ProblemClassificationsClassificationInput()

Creates an instance of ProblemClassificationsClassificationInput class.

Method Summary

Modifier and Type Method and Description
String issueSummary()

Get the issueSummary property: Natural language description of the customer’s issue.

String resourceId()

Get the resourceId property: ARM resource Id of the resource that is having the issue.

void validate()

Validates the instance.

ProblemClassificationsClassificationInput withIssueSummary(String issueSummary)

Set the issueSummary property: Natural language description of the customer’s issue.

ProblemClassificationsClassificationInput withResourceId(String resourceId)

Set the resourceId property: ARM resource Id of the resource that is having the issue.

Methods inherited from java.lang.Object

Constructor Details

ProblemClassificationsClassificationInput

public ProblemClassificationsClassificationInput()

Creates an instance of ProblemClassificationsClassificationInput class.

Method Details

issueSummary

public String issueSummary()

Get the issueSummary property: Natural language description of the customer’s issue.

Returns:

the issueSummary value.

resourceId

public String resourceId()

Get the resourceId property: ARM resource Id of the resource that is having the issue.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withIssueSummary

public ProblemClassificationsClassificationInput withIssueSummary(String issueSummary)

Set the issueSummary property: Natural language description of the customer’s issue.

Parameters:

issueSummary - the issueSummary value to set.

Returns:

the ProblemClassificationsClassificationInput object itself.

withResourceId

public ProblemClassificationsClassificationInput withResourceId(String resourceId)

Set the resourceId property: ARM resource Id of the resource that is having the issue.

Parameters:

resourceId - the resourceId value to set.

Returns:

the ProblemClassificationsClassificationInput object itself.

Applies to