ServiceClassificationOutputInner Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. ServiceClassificationOutputInner
- com.
public final class ServiceClassificationOutputInner
Output of the service classification API.
Constructor Summary
| Constructor | Description |
|---|---|
| ServiceClassificationOutputInner() |
Creates an instance of Service |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Service |
serviceClassificationResults()
Get the service |
| void |
validate()
Validates the instance. |
|
Service |
withServiceClassificationResults(List<ServiceClassificationAnswer> serviceClassificationResults)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
ServiceClassificationOutputInner
public ServiceClassificationOutputInner()
Creates an instance of ServiceClassificationOutputInner class.
Method Details
serviceClassificationResults
public List<ServiceClassificationAnswer> serviceClassificationResults()
Get the serviceClassificationResults property: Set of problem classification objects classified.
Returns:
validate
public void validate()
Validates the instance.
withServiceClassificationResults
public ServiceClassificationOutputInner withServiceClassificationResults(List<ServiceClassificationAnswer> serviceClassificationResults)
Set the serviceClassificationResults property: Set of problem classification objects classified.
Parameters:
Returns: