public class DistributedTopicMember extends DistributedDestinationMember
| Constructor and Description |
|---|
DistributedTopicMember() |
| Modifier and Type | Method and Description |
|---|---|
DistributedTopicMember |
setId(String id)
Set the id.
|
DistributedTopicMember |
setName(String name)
Set the name.
|
DistributedTopicMember |
setNotes(String notes)
Set the notes.
|
DistributedTopicMember |
setPhysicalDestinationName(String physicalDestinationName)
Set the physical destination name.
|
DistributedTopicMember |
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 DistributedTopicMember setId(String id)
setId in class DistributedDestinationMemberid - the new idpublic DistributedTopicMember setName(String name)
setName in class DistributedDestinationMembername - the new namepublic DistributedTopicMember setNotes(String notes)
setNotes in class DistributedDestinationMembernotes - the new notespublic DistributedTopicMember setPhysicalDestinationName(String physicalDestinationName)
setPhysicalDestinationName in class DistributedDestinationMemberphysicalDestinationName - the new physical destination namepublic DistributedTopicMember 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