Thing Class

public class Thing
extends Response

Defines a thing.

Constructor Summary

Constructor Description
Thing()

Method Summary

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

Get the alternateName value.

java.lang.String bingId()

Get the bingId value.

java.lang.String description()

Get the description value.

ImageObject image()

Get the image value.

java.lang.String name()

Get the name value.

java.lang.String url()

Get the url value.

Methods inherited from Identifiable

id

Methods inherited from Response

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

Thing

public Thing()

Method Details

alternateName

public String alternateName()

Get the alternateName value.

Returns:

the alternateName value

bingId

public String bingId()

Get the bingId value.

Returns:

the bingId value

description

public String description()

Get the description value.

Returns:

the description value

image

public ImageObject image()

Get the image value.

Returns:

the image value

name

public String name()

Get the name value.

Returns:

the name value

url

public String url()

Get the url value.

Returns:

the url value

Applies to