Uses of Class
dev.vality.damsel.claim_management.ClaimRevoked
| Package | Description |
|---|---|
| dev.vality.damsel.claim_management |
-
Uses of ClaimRevoked in dev.vality.damsel.claim_management
Methods in dev.vality.damsel.claim_management that return ClaimRevoked Modifier and Type Method Description ClaimRevokedClaimRevoked. deepCopy()ClaimRevokedClaimStatus. getRevoked()ClaimRevokedClaimRevoked. setReason(String reason)Methods in dev.vality.damsel.claim_management with parameters of type ClaimRevoked Modifier and Type Method Description intClaimRevoked. compareTo(ClaimRevoked other)booleanClaimRevoked. equals(ClaimRevoked that)static ClaimStatusClaimStatus. revoked(ClaimRevoked value)voidClaimStatus. setRevoked(ClaimRevoked value)Constructors in dev.vality.damsel.claim_management with parameters of type ClaimRevoked Constructor Description ClaimRevoked(ClaimRevoked other)Performs a deep copy on other.