public class XPFPluginSetting extends XPFEntity
Constructor and Description |
---|
XPFPluginSetting(String settingKey,
XPFSettingDataType dataType,
XPFSettingCollectionType collectionType,
List<XPFPluginSettingValue> settingValues) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
XPFSettingCollectionType |
getCollectionType()
THe setting value collection type.
|
XPFSettingDataType |
getDataType()
The setting value data type.
|
String |
getSettingKey()
The setting key.
|
List<XPFPluginSettingValue> |
getSettingValues()
The setting values.
|
int |
hashCode() |
String |
toString() |
getCustomData
public XPFPluginSetting(String settingKey, XPFSettingDataType dataType, XPFSettingCollectionType collectionType, List<XPFPluginSettingValue> settingValues)
public String getSettingKey()
public XPFSettingDataType getDataType()
public XPFSettingCollectionType getCollectionType()
public List<XPFPluginSettingValue> getSettingValues()
Copyright © 2024. All rights reserved.