Uses of Class
dev.vality.damsel.fraudbusters_notificator.ValidationResponse
-
Uses of ValidationResponse in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as ValidationResponse Modifier and Type Field Description ValidationResponseNotificationServiceSrv.validate_result. successMethods in dev.vality.damsel.fraudbusters_notificator that return ValidationResponse Modifier and Type Method Description ValidationResponseValidationResponse. deepCopy()static ValidationResponseValidationResponse. errors(List<String> value)ValidationResponseNotificationServiceSrv.AsyncClient.validate_call. getResult()ValidationResponseNotificationServiceSrv.validate_result. getSuccess()ValidationResponseNotificationServiceSrv.Client. recvValidate()static ValidationResponseValidationResponse. result(String value)ValidationResponseNotificationServiceSrv.Client. validate(Notification notification)ValidationResponseNotificationServiceSrv.Iface. validate(Notification notification)Methods in dev.vality.damsel.fraudbusters_notificator that return types with arguments of type ValidationResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ValidationResponse>NotificationServiceSrv.AsyncProcessor.validate. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type ValidationResponse Modifier and Type Method Description intValidationResponse. compareTo(ValidationResponse other)booleanValidationResponse. equals(ValidationResponse other)NotificationServiceSrv.validate_resultNotificationServiceSrv.validate_result. setSuccess(ValidationResponse success)Method parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type ValidationResponse Modifier and Type Method Description voidNotificationServiceSrv.AsyncProcessor.validate. start(I iface, NotificationServiceSrv.validate_args args, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler)voidNotificationServiceSrv.AsyncClient. validate(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler)voidNotificationServiceSrv.AsyncIface. validate(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type ValidationResponse Constructor Description validate_result(ValidationResponse success)ValidationResponse(ValidationResponse other)Constructor parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type ValidationResponse Constructor Description validate_call(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)