public class QueryResultMetadata extends Object
Java class for QueryResultMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResultMetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columnMetadata" type="{urn:tooling.soap.sforce.com}QueryResultColumnMetadata" maxOccurs="unbounded" minOccurs="0"/>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="groupBy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="idSelected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="keyPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryResultColumnMetadata> |
columnMetadata |
protected String |
entityName |
protected boolean |
groupBy |
protected boolean |
idSelected |
protected String |
keyPrefix |
| Constructor and Description |
|---|
QueryResultMetadata() |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResultColumnMetadata> |
getColumnMetadata()
Gets the value of the columnMetadata property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getKeyPrefix()
Gets the value of the keyPrefix property.
|
boolean |
isGroupBy()
Gets the value of the groupBy property.
|
boolean |
isIdSelected()
Gets the value of the idSelected property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setGroupBy(boolean value)
Sets the value of the groupBy property.
|
void |
setIdSelected(boolean value)
Sets the value of the idSelected property.
|
void |
setKeyPrefix(String value)
Sets the value of the keyPrefix property.
|
protected List<QueryResultColumnMetadata> columnMetadata
protected String entityName
protected boolean groupBy
protected boolean idSelected
protected String keyPrefix
public List<QueryResultColumnMetadata> getColumnMetadata()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the columnMetadata property.
For example, to add a new item, do as follows:
getColumnMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
QueryResultColumnMetadata
public String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic boolean isGroupBy()
public void setGroupBy(boolean value)
public boolean isIdSelected()
public void setIdSelected(boolean value)
public String getKeyPrefix()
StringCopyright © 2016. All rights reserved.