Thing Class
- java.
lang. Object - com.
microsoft. bot. schema. Thing
- com.
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
Constructor Details
Thing
public Thing()
Method Details
getName
public String getName()
Get the name value.
Returns:
getType
public String getType()
Get the type value.
Returns:
setName
public void setName(String withName)
Set the name value.
Parameters:
setType
public void setType(String withType)
Set the type value.
Parameters: