AdvisorInner Class

public final class AdvisorInner
extends ProxyResource

Represents a recommendation action advisor.

Constructor Summary

Constructor Description
AdvisorInner()

Method Summary

Modifier and Type Method and Description
Object properties()

Get the properties property: The properties of a recommendation action advisor.

void validate()

Validates the instance.

AdvisorInner withProperties(Object properties)

Set the properties property: The properties of a recommendation action advisor.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

AdvisorInner

public AdvisorInner()

Method Details

properties

public Object properties()

Get the properties property: The properties of a recommendation action advisor.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public AdvisorInner withProperties(Object properties)

Set the properties property: The properties of a recommendation action advisor.

Parameters:

properties - the properties value to set.

Returns:

the AdvisorInner object itself.

Applies to