Response Class

public class Response
extends Identifiable

Defines a response. All schemas that could be returned at the root of a response should inherit from this.

Constructor Summary

Constructor Description
Response()

Method Summary

Modifier and Type Method and Description
java.util.List<ContractualRulesContractualRule> contractualRules()

Get the contractualRules value.

java.lang.String webSearchUrl()

Get the webSearchUrl value.

Methods inherited from Identifiable

id

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Response

public Response()

Method Details

contractualRules

public List contractualRules()

Get the contractualRules value.

Returns:

the contractualRules value

webSearchUrl

public String webSearchUrl()

Get the webSearchUrl value.

Returns:

the webSearchUrl value

Applies to