public class FeatureVectorPolicy extends EntityValue
Modifier and Type | Field and Description |
---|---|
static Property |
Description |
static Property |
DisplayName |
static Property |
Id |
static Property |
JSModule |
static Property |
Name |
static Property |
PluginName |
static Property |
Version |
static Property |
Whitelist |
Constructor and Description |
---|
FeatureVectorPolicy()
|
FeatureVectorPolicy(boolean withDefaults) |
Modifier and Type | Method and Description |
---|---|
FeatureVectorPolicy |
copy() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
java.lang.String |
getJSModule() |
java.lang.String |
getName() |
FeatureVectorPolicy |
getOld() |
java.lang.String |
getPluginName() |
java.lang.String |
getVersion() |
java.lang.String |
getWhitelist() |
boolean |
isProxy()
Is this structure an instance of a generated proxy class?
|
static EntityKey |
key(java.lang.String Id) |
static FeatureVectorPolicyList |
list(EntityValueList from) |
void |
setDescription(java.lang.String value) |
void |
setDisplayName(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setJSModule(java.lang.String value) |
void |
setName(java.lang.String value) |
void |
setPluginName(java.lang.String value) |
void |
setVersion(java.lang.String value) |
void |
setWhitelist(java.lang.String value) |
bindEntity, castOptional, castRequired, copyEntity, copyKey, equal, equalKeys, getCanonicalURL, getCreateIfNonExistent, getDataType, getDeltaTime, getEditLink, getEntityID, getEntityKey, getEntitySet, getEntityTag, getEntityType, getInErrorState, getMediaStream, getOldEntity, getParentEntity, getParentProperty, getReadLink, getSystemFlags, getSystemKey, getTypeCode, hasChangedBindings, hasKey, inSet, isCreated, isDefault, isDeleted, isLocal, isNew, isNewOrChanged, isReference, isUpdated, ofType, rememberOld, setChangedBindings, setCreated, setCreateIfNonExistent, setDefault, setDeleted, setDeltaTime, setEditLink, setEntityID, setEntitySet, setEntityTag, setInErrorState, setLocal, setNew, setOldEntity, setParentEntity, setParentProperty, setReadLink, setReference, setSystemFlags, setSystemKey, setUpdated, toString, unbindEntity, withKey
getDataValue, getDynamic, getDynamicProperties, getOptionalValue, getRequiredValue, getStreamLink, getStructureType, getValuePath, hasDataType, hasDataValue, setDataValue, setDefaultValues, setDefaultValues, setDefaultValues, setDynamic, setDynamicProperties, setOptionalValue, setRequiredValue, setValuePath, unsetDataValue
cloneMutable, equals, hashCode
public static Property Description
public static Property PluginName
public static Property Version
public static Property DisplayName
public static Property JSModule
public static Property Whitelist
public static Property Id
public static Property Name
public FeatureVectorPolicy()
public FeatureVectorPolicy(boolean withDefaults)
public FeatureVectorPolicy copy()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getId()
public java.lang.String getJSModule()
public java.lang.String getName()
public FeatureVectorPolicy getOld()
public java.lang.String getPluginName()
public java.lang.String getVersion()
public java.lang.String getWhitelist()
public boolean isProxy()
Is this structure an instance of a generated proxy class?
isProxy
in class StructureBase
public static EntityKey key(java.lang.String Id)
public static FeatureVectorPolicyList list(EntityValueList from)
public void setDescription(java.lang.String value)
public void setDisplayName(java.lang.String value)
public void setId(java.lang.String value)
public void setJSModule(java.lang.String value)
public void setName(java.lang.String value)
public void setPluginName(java.lang.String value)
public void setVersion(java.lang.String value)
public void setWhitelist(java.lang.String value)