public class GetContextStatesResponse extends AbstractGetResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
contextStates |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
GetContextStatesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractContextState> |
getContextStates()
ContextState comprises the requested set of context states.
|
int |
hashCode() |
void |
setContextStates(List<AbstractContextState> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<AbstractContextState> contextStates
public List<AbstractContextState> getContextStates()
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 contextStates property.
For example, to add a new item, do as follows:
getContextStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState
public void setContextStates(List<AbstractContextState> value)
public String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2018. All rights reserved.