ServiceClassificationAnswer Class

public final class ServiceClassificationAnswer
extends ClassificationService

Service Classification result object.

Constructor Summary

Constructor Description
ServiceClassificationAnswer()

Creates an instance of ServiceClassificationAnswer class.

Method Summary

Modifier and Type Method and Description
ClassificationService childService()

Get the childService property: Child service.

void validate()

Validates the instance.

ServiceClassificationAnswer withChildService(ClassificationService childService)

Set the childService property: Child service.

ServiceClassificationAnswer withResourceTypes(List<String> resourceTypes)

Set the resourceTypes property: List of applicable ARM resource types for this service.

Methods inherited from ClassificationService

Methods inherited from java.lang.Object

Constructor Details

ServiceClassificationAnswer

public ServiceClassificationAnswer()

Creates an instance of ServiceClassificationAnswer class.

Method Details

childService

public ClassificationService childService()

Get the childService property: Child service.

Returns:

the childService value.

validate

public void validate()

Validates the instance.

Overrides:

ServiceClassificationAnswer.validate()

withChildService

public ServiceClassificationAnswer withChildService(ClassificationService childService)

Set the childService property: Child service.

Parameters:

childService - the childService value to set.

Returns:

the ServiceClassificationAnswer object itself.

withResourceTypes

public ServiceClassificationAnswer withResourceTypes(List<String> resourceTypes)

Set the resourceTypes property: List of applicable ARM resource types for this service.

Overrides:

ServiceClassificationAnswer.withResourceTypes(List<String> resourceTypes)

Parameters:

resourceTypes

Applies to