ProblemClassificationsClassificationInput Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. ProblemClassificationsClassificationInput
- com.
public final class ProblemClassificationsClassificationInput
Input to problem classification Classification API.
Constructor Summary
| Constructor | Description |
|---|---|
| ProblemClassificationsClassificationInput() |
Creates an instance of Problem |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
issueSummary()
Get the issue |
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Problem |
withIssueSummary(String issueSummary)
Set the issue |
|
Problem |
withResourceId(String resourceId)
Set the resource |
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:
resourceId
public String resourceId()
Get the resourceId property: ARM resource Id of the resource that is having the issue.
Returns:
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:
Returns:
withResourceId
public ProblemClassificationsClassificationInput withResourceId(String resourceId)
Set the resourceId property: ARM resource Id of the resource that is having the issue.
Parameters:
Returns: