public class MaxThreadsConstraint extends AppSvcResource
Modifier and Type | Field and Description |
---|---|
static String |
MAXTHREADS_CONSTRAINT_TOKEN |
Constructor and Description |
---|
MaxThreadsConstraint() |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionPool() |
String |
getCount() |
String |
getName() |
MaxThreadsConstraint |
setConnectionPool(String connectionPoolName) |
MaxThreadsConstraint |
setCount(String count) |
MaxThreadsConstraint |
setName(String 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.
|
getId, getReservedKeywords, getSourcePath, isClusterable, setId
public static final String MAXTHREADS_CONSTRAINT_TOKEN
public String getName()
getName
in class AppSvcResource
public MaxThreadsConstraint setName(String name)
public String getCount()
public MaxThreadsConstraint setCount(String count)
public String getConnectionPool()
public MaxThreadsConstraint setConnectionPool(String connectionPoolName)
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()