Uses of Class
dev.vality.fistful.deposit.revert.status.Status
| Package | Description |
|---|---|
| dev.vality.fistful.deposit | |
| dev.vality.fistful.deposit.revert | |
| dev.vality.fistful.deposit.revert.adjustment | |
| dev.vality.fistful.deposit.revert.status |
-
Uses of Status in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as Status Modifier and Type Field Description StatusInvalidRevertStatus. revert_statusStatusRevertAlreadyHasStatus. revert_statusStatusForbiddenRevertStatusChange. target_statusMethods in dev.vality.fistful.deposit that return Status Modifier and Type Method Description StatusInvalidRevertStatus. getRevertStatus()StatusRevertAlreadyHasStatus. getRevertStatus()StatusForbiddenRevertStatusChange. getTargetStatus()Methods in dev.vality.fistful.deposit with parameters of type Status Modifier and Type Method Description InvalidRevertStatusInvalidRevertStatus. setRevertStatus(Status revert_status)RevertAlreadyHasStatusRevertAlreadyHasStatus. setRevertStatus(Status revert_status)ForbiddenRevertStatusChangeForbiddenRevertStatusChange. setTargetStatus(Status target_status)Constructors in dev.vality.fistful.deposit with parameters of type Status Constructor Description ForbiddenRevertStatusChange(Status target_status)InvalidRevertStatus(Status revert_status)RevertAlreadyHasStatus(Status revert_status) -
Uses of Status in dev.vality.fistful.deposit.revert
Fields in dev.vality.fistful.deposit.revert declared as Status Modifier and Type Field Description StatusRevert. statusStatusRevertState. statusStatusStatusChange. statusMethods in dev.vality.fistful.deposit.revert that return Status Modifier and Type Method Description StatusRevert. getStatus()StatusRevertState. getStatus()StatusStatusChange. getStatus()Methods in dev.vality.fistful.deposit.revert with parameters of type Status Modifier and Type Method Description RevertRevert. setStatus(Status status)RevertStateRevertState. setStatus(Status status)StatusChangeStatusChange. setStatus(Status status)Constructors in dev.vality.fistful.deposit.revert with parameters of type Status Constructor Description Revert(String id, String wallet_id, String source_id, Status status, Cash body, String created_at, long domain_revision, long party_revision)RevertState(String id, String wallet_id, String source_id, Status status, Cash body, String created_at, long domain_revision, long party_revision, FinalCashFlow effective_final_cash_flow, List<AdjustmentState> adjustments)StatusChange(Status status) -
Uses of Status in dev.vality.fistful.deposit.revert.adjustment
Fields in dev.vality.fistful.deposit.revert.adjustment declared as Status Modifier and Type Field Description StatusChangeStatusRequest. new_statusStatusStatusChangePlan. new_statusMethods in dev.vality.fistful.deposit.revert.adjustment that return Status Modifier and Type Method Description StatusChangeStatusRequest. getNewStatus()StatusStatusChangePlan. getNewStatus()Methods in dev.vality.fistful.deposit.revert.adjustment with parameters of type Status Modifier and Type Method Description ChangeStatusRequestChangeStatusRequest. setNewStatus(Status new_status)StatusChangePlanStatusChangePlan. setNewStatus(Status new_status)Constructors in dev.vality.fistful.deposit.revert.adjustment with parameters of type Status Constructor Description ChangeStatusRequest(Status new_status)StatusChangePlan(Status new_status) -
Uses of Status in dev.vality.fistful.deposit.revert.status
Methods in dev.vality.fistful.deposit.revert.status that return Status Modifier and Type Method Description StatusStatus. deepCopy()static StatusStatus. failed(Failed value)static StatusStatus. pending(Pending value)static StatusStatus. succeeded(Succeeded value)Methods in dev.vality.fistful.deposit.revert.status with parameters of type Status Modifier and Type Method Description intStatus. compareTo(Status other)booleanStatus. equals(Status other)Constructors in dev.vality.fistful.deposit.revert.status with parameters of type Status Constructor Description Status(Status other)