public class SAFRemoteContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JMS_SAF_REMOTE_CONTEXT_TOKEN
The alias token used in the alias' WLST path for replacing with the SAF RemoteContext name.
|
Constructor and Description |
---|
SAFRemoteContext() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCompressionThreshold()
Get the compression threshold.
|
String |
getId()
Get the ID.
|
String |
getName()
Get the name.
|
String |
getNotes()
Get the notes.
|
String |
getReplyToSafRemoteContextName()
Get the ReplyTo SAFRemoteContext name.
|
SAFRemoteContext |
setCompressionThreshold(Integer compressionThreshold)
Set the compression threshold.
|
SAFRemoteContext |
setId(String id)
Set the ID.
|
SAFRemoteContext |
setName(String name)
Set the name.
|
SAFRemoteContext |
setNotes(String notes)
Set the notes.
|
SAFRemoteContext |
setReplyToSafRemoteContextName(String replyToSafRemoteContextName)
Set the ReplyTo SAFRemoteContext name.
|
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.
|
public static final String JMS_SAF_REMOTE_CONTEXT_TOKEN
public String getId()
public SAFRemoteContext setId(String id)
id
- the IDpublic Integer getCompressionThreshold()
public SAFRemoteContext setCompressionThreshold(Integer compressionThreshold)
compressionThreshold
- the new compression thresholdpublic String getName()
public SAFRemoteContext setName(String name)
name
- the new namepublic String getNotes()
public SAFRemoteContext setNotes(String notes)
notes
- the new notespublic String getReplyToSafRemoteContextName()
public SAFRemoteContext setReplyToSafRemoteContextName(String replyToSafRemoteContextName)
replyToSafRemoteContextName
- the new ReplyTo SAFRemoteContext namepublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()