Uses of Class
dev.vality.fraud_data_crawler.ListType
-
Uses of ListType in dev.vality.fraud_data_crawler
Fields in dev.vality.fraud_data_crawler declared as ListType Modifier and Type Field Description ListTypeFraudDataCandidate. listTypeMethods in dev.vality.fraud_data_crawler that return ListType Modifier and Type Method Description static ListTypeListType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ListTypeFraudDataCandidate. getListType()static ListTypeListType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListType[]ListType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fraud_data_crawler with parameters of type ListType Modifier and Type Method Description FraudDataCandidateFraudDataCandidate. setListType(ListType listType)Constructors in dev.vality.fraud_data_crawler with parameters of type ListType Constructor Description FraudDataCandidate(String type, String value, ListType listType, String source)