Uses of Class
dev.vality.damsel.domain.PrivateEntity._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PrivateEntity._Fields in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type PrivateEntity._Fields Modifier and Type Field Description static Map<PrivateEntity._Fields,org.apache.thrift.meta_data.FieldMetaData>PrivateEntity. metaDataMapMethods in dev.vality.damsel.domain that return PrivateEntity._Fields Modifier and Type Method Description protected PrivateEntity._FieldsPrivateEntity. enumForId(short id)PrivateEntity._FieldsPrivateEntity. fieldForId(int fieldId)static PrivateEntity._FieldsPrivateEntity._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static PrivateEntity._FieldsPrivateEntity._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static PrivateEntity._FieldsPrivateEntity._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.PrivateEntity._Fields[]PrivateEntity. getFields()static PrivateEntity._FieldsPrivateEntity._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivateEntity._Fields[]PrivateEntity._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain that return types with arguments of type PrivateEntity._Fields Modifier and Type Method Description Map<PrivateEntity._Fields,org.apache.thrift.meta_data.FieldMetaData>PrivateEntity. getFieldMetaData()Methods in dev.vality.damsel.domain with parameters of type PrivateEntity._Fields Modifier and Type Method Description protected voidPrivateEntity. checkType(PrivateEntity._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldPrivateEntity. getFieldDesc(PrivateEntity._Fields setField)Constructors in dev.vality.damsel.domain with parameters of type PrivateEntity._Fields Constructor Description PrivateEntity(PrivateEntity._Fields setField, Object value)