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