public class SearchResultItem extends Object
| Constructor and Description |
|---|
SearchResultItem() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getContextData()
Gets the context data for this specific search result.
|
Long |
getObjectId()
Gets the object id for this specific search result.
|
String |
getObjectType()
Gets the object type for this specific search result.
|
Long |
getParentObjectId()
Gets the parent object id for this specific search result.
|
String |
getParentObjectName()
Gets the parent object name for this specific search result.
|
String |
getParentObjectType()
Gets the parent object type for this specific search result.
|
String |
getText()
Gets the text for this specific search result.
|
void |
setContextData(List<String> contextData)
Sets the context data for this specific search result.
|
void |
setObjectId(Long objectId)
Sets the object id for this specific search result.
|
void |
setObjectType(String objectType)
Sets the object type for this specific search result.
|
void |
setParentObjectId(Long parentObjectId)
Sets the parent object id for this specific search result.
|
void |
setParentObjectName(String parentObjectName)
Sets the parent object name for this specific search result.
|
void |
setParentObjectType(String parentObjectType)
Sets the parent object type for this specific search result.
|
void |
setText(String text)
Sets the text for this specific search result.
|
public String getText()
public void setText(String text)
text - the new textpublic Long getObjectId()
public void setObjectId(Long objectId)
objectId - the new object idpublic String getObjectType()
public void setObjectType(String objectType)
objectType - the new object typepublic Long getParentObjectId()
public void setParentObjectId(Long parentObjectId)
parentObjectId - the new parent object idpublic String getParentObjectType()
public void setParentObjectType(String parentObjectType)
parentObjectType - the new parent object typepublic String getParentObjectName()
public void setParentObjectName(String parentObjectName)
parentObjectName - the new parent object namepublic List<String> getContextData()
Copyright © 2014–2017 Smartsheet. All rights reserved.