Uses of Class
dev.vality.damsel.walker.Comment._Fields
| Package | Description |
|---|---|
| dev.vality.damsel.walker |
-
Uses of Comment._Fields in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker with type parameters of type Comment._Fields Modifier and Type Field Description static Map<Comment._Fields,org.apache.thrift.meta_data.FieldMetaData>Comment. metaDataMapMethods in dev.vality.damsel.walker that return Comment._Fields Modifier and Type Method Description Comment._FieldsComment. fieldForId(int fieldId)static Comment._FieldsComment._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Comment._FieldsComment._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Comment._FieldsComment._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Comment._Fields[]Comment. getFields()static Comment._FieldsComment._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Comment._Fields[]Comment._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.walker that return types with arguments of type Comment._Fields Modifier and Type Method Description Map<Comment._Fields,org.apache.thrift.meta_data.FieldMetaData>Comment. getFieldMetaData()Methods in dev.vality.damsel.walker with parameters of type Comment._Fields Modifier and Type Method Description ObjectComment. getFieldValue(Comment._Fields field)booleanComment. isSet(Comment._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidComment. setFieldValue(Comment._Fields field, Object value)