public class SettingWithAliasWLSTValues extends Object
Constructor and Description |
---|
SettingWithAliasWLSTValues(String alias,
Object effectiveOnlineValue,
Object effectiveOfflineValue,
String onlinePath,
String onlineAttribute,
oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes onlineAttributeType,
String offlinePath,
String offlineAttribute,
oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes offlineAttributeType)
Creates a new SettingWithAliasWLSTValues with the specified information.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Returns the alias of the setting this corresponds to.
|
Object |
getEffectiveOfflineValue()
Returns the effective offline value of the setting.
|
Object |
getEffectiveOnlineValue()
Returns the effective online value of the setting.
|
String |
getOfflineAttribute()
Returns the offline wlst attribute for this setting
|
oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes |
getOfflineAttributeType()
Returns the offline wlst attribute data type for this setting
|
String |
getOfflinePath()
Returns the offline wlst path for this setting
|
String |
getOnlineAttribute()
Returns the online attribute in wlst for this setting.
|
oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes |
getOnlineAttributeType()
Returns the data type for the online wlst attribute for this setting.
|
String |
getOnlinePath()
Returns the online path in wlst for this setting.
|
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 SettingWithAliasWLSTValues(String alias, Object effectiveOnlineValue, Object effectiveOfflineValue, String onlinePath, String onlineAttribute, oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes onlineAttributeType, String offlinePath, String offlineAttribute, oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes offlineAttributeType)
alias
- the alias of the setting this corresponds toeffectiveOnlineValue
- the effective offline value of the settingeffectiveOfflineValue
- the effective online value of the settingonlinePath
- the online path in wlst for this settingonlineAttribute
- the online attribute in wlst for this settingonlineAttributeType
- the data type for the online wlst attribute for this settingofflinePath
- the offline wlst path for this settingofflineAttribute
- the offline wlst attribute for this settingofflineAttributeType
- the offline wlst attribute data type for this settingpublic String getAlias()
public Object getEffectiveOfflineValue()
public Object getEffectiveOnlineValue()
public String getOfflineAttribute()
public oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes getOfflineAttributeType()
public String getOfflinePath()
public String getOnlineAttribute()
public oracle.fmwplatform.envspec.lookup.AliasWLSTValues.WLSTAttributeTypes getOnlineAttributeType()
public String getOnlinePath()
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()