Thing Class

  • java.lang.Object
    • com.microsoft.bot.schema.Thing

public class Thing

Thing (entity type: "https://schema.org/Thing").

Constructor Summary

Constructor Description
Thing()

Method Summary

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

Get the name value.

java.lang.String getType()

Get the type value.

void setName(String withName)

Set the name value.

void setType(String withType)

Set the type value.

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

getName

public String getName()

Get the name value.

Returns:

the name value

getType

public String getType()

Get the type value.

Returns:

the type value

setName

public void setName(String withName)

Set the name value.

Parameters:

withName - the name value to set

setType

public void setType(String withType)

Set the type value.

Parameters:

withType - the type value to set

Applies to