public class DistributedQueueMember extends DistributedDestinationMember
| Constructor and Description |
|---|
DistributedQueueMember() |
| Modifier and Type | Method and Description |
|---|---|
DistributedQueueMember |
setId(String id)
Set the id.
|
DistributedQueueMember |
setName(String name)
Set the name.
|
DistributedQueueMember |
setNotes(String notes)
Set the notes.
|
DistributedQueueMember |
setPhysicalDestinationName(String physicalDestinationName)
Set the physical destination name.
|
DistributedQueueMember |
setWeight(Integer weight)
Set the weight.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
getId, getName, getNotes, getPhysicalDestinationName, getWeightpublic DistributedQueueMember setId(String id)
setId in class DistributedDestinationMemberid - the new idpublic DistributedQueueMember setName(String name)
setName in class DistributedDestinationMembername - the new namepublic DistributedQueueMember setNotes(String notes)
setNotes in class DistributedDestinationMembernotes - the new notespublic DistributedQueueMember setPhysicalDestinationName(String physicalDestinationName)
setPhysicalDestinationName in class DistributedDestinationMemberphysicalDestinationName - the new physical destination namepublic DistributedQueueMember setWeight(Integer weight)
setWeight in class DistributedDestinationMemberweight - the new weightpublic String toXmlCompactString()
toXmlCompactString in class DistributedDestinationMemberpublic String toXmlString()
toXmlString in class DistributedDestinationMemberpublic String toJsonCompactString()
toJsonCompactString in class DistributedDestinationMemberpublic String toJsonString()
toJsonString in class DistributedDestinationMemberpublic String toCompactString()
toCompactString in class DistributedDestinationMemberpublic String toString()
toString in class DistributedDestinationMember