Response Class

public class Response
extends Identifiable

Defines a response. All schemas that return at the root of the response must inherit from this object.

Constructor Summary

Constructor Description
Response()

Method Summary

Modifier and Type Method and Description
java.lang.String readLink()

Get the readLink 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

readLink

public String readLink()

Get the readLink value.

Returns:

the readLink value

webSearchUrl

public String webSearchUrl()

Get the webSearchUrl value.

Returns:

the webSearchUrl value

Applies to