public class WLSTSetting extends Object
| Constructor and Description | 
|---|
WLSTSetting()  | 
| Modifier and Type | Method and Description | 
|---|---|
SettingType | 
getSettingType()
Returns the setting type, which is used to define whether Value is going to be used to set a WLST Attribute, or as the arguments of a WLST Operation. 
 | 
List<TypedValue> | 
getValues()
Returns the list of values. 
 | 
String | 
getWlstName()
Returns the name of the WLST attribute or operation you want to set or invoke. 
 | 
WLSTPath | 
getWlstPath()
Returns the WLST path to the management object you wish to set an attribute on or invoke a function on. 
 | 
WLSTSetting | 
setSettingType(SettingType settingType)
Sets the setting type, which is used to define whether Value is going to be used to set a WLST Attribute, or as the arguments of a WLST Operation. 
 | 
WLSTSetting | 
setValues(List<TypedValue> values)
Sets the list of values. 
 | 
WLSTSetting | 
setWlstName(String wlstName)
Sets the name of the WLST attribute or operation you want to set or invoke. 
 | 
WLSTSetting | 
setWlstPath(WLSTPath wlstPath)
Sets the WLST path to the management object you wish to set an attribute on or invoke a function on. 
 | 
String | 
toCompactString()
Returns a compact string representation of the object in JSON format. 
 | 
String | 
toString()
Returns a string representation of the object in JSON 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 SettingType getSettingType()
public List<TypedValue> getValues()
public String getWlstName()
public WLSTPath getWlstPath()
public WLSTSetting setSettingType(SettingType settingType)
settingType - the setting type, which is used to define whether Value is going to be used to set a WLST Attribute, or as the arguments of a WLST Operationpublic WLSTSetting setValues(List<TypedValue> values)
values - the list of values to setpublic WLSTSetting setWlstName(String wlstName)
wlstName - the name of the WLST attribute or operation you want to set or invokepublic WLSTSetting setWlstPath(WLSTPath wlstPath)
wlstPath - the WLST path to the management object you wish to set an attribute on or invoke a function onpublic String toXmlCompactString()
public String toXmlString()
public String toCompactString()