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