public class GetItemsRequest extends NodeExtension
Modifier and Type | Field and Description |
---|---|
protected int |
maxItems |
protected String |
subId |
Constructor and Description |
---|
GetItemsRequest(String nodeId) |
GetItemsRequest(String nodeId,
int maxItemsToReturn) |
GetItemsRequest(String nodeId,
String subscriptionId) |
GetItemsRequest(String nodeId,
String subscriptionId,
int maxItemsToReturn) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxItems() |
String |
getSubscriptionId() |
String |
toXML()
Returns the XML representation of the PacketExtension.
|
getElementName, getNamespace, getNode, toString
public GetItemsRequest(String nodeId)
public GetItemsRequest(String nodeId, String subscriptionId)
public GetItemsRequest(String nodeId, int maxItemsToReturn)
public GetItemsRequest(String nodeId, String subscriptionId, int maxItemsToReturn)
public String getSubscriptionId()
public int getMaxItems()
public String toXML()
PacketExtension
toXML
in interface PacketExtension
toXML
in class NodeExtension