ServiceClassificationRequest Class

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

public final class ServiceClassificationRequest

Input to problem classification Classification API.

Constructor Summary

Constructor Description
ServiceClassificationRequest()

Creates an instance of ServiceClassificationRequest class.

Method Summary

Modifier and Type Method and Description
String additionalContext()

Get the additionalContext property: Additional information in the form of a string.

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.

ServiceClassificationRequest withAdditionalContext(String additionalContext)

Set the additionalContext property: Additional information in the form of a string.

ServiceClassificationRequest withIssueSummary(String issueSummary)

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

ServiceClassificationRequest 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

ServiceClassificationRequest

public ServiceClassificationRequest()

Creates an instance of ServiceClassificationRequest class.

Method Details

additionalContext

public String additionalContext()

Get the additionalContext property: Additional information in the form of a string.

Returns:

the additionalContext value.

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.

withAdditionalContext

public ServiceClassificationRequest withAdditionalContext(String additionalContext)

Set the additionalContext property: Additional information in the form of a string.

Parameters:

additionalContext - the additionalContext value to set.

Returns:

the ServiceClassificationRequest object itself.

withIssueSummary

public ServiceClassificationRequest withIssueSummary(String issueSummary)

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

Parameters:

issueSummary - the issueSummary value to set.

Returns:

the ServiceClassificationRequest object itself.

withResourceId

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

Applies to