Uses of Class
dev.vality.fistful.fistful_stat.StatDestination
| Package | Description |
|---|---|
| dev.vality.fistful.fistful_stat |
-
Uses of StatDestination in dev.vality.fistful.fistful_stat
Methods in dev.vality.fistful.fistful_stat that return StatDestination Modifier and Type Method Description StatDestinationStatDestination. deepCopy()StatDestinationStatDestination. setCreatedAt(String created_at)StatDestinationStatDestination. setCurrencySymbolicCode(String currency_symbolic_code)StatDestinationStatDestination. setExternalId(String external_id)StatDestinationStatDestination. setId(String id)StatDestinationStatDestination. setIdentity(String identity)StatDestinationStatDestination. setIsBlocked(boolean is_blocked)StatDestinationStatDestination. setName(String name)StatDestinationStatDestination. setResource(DestinationResource resource)StatDestinationStatDestination. setStatus(DestinationStatus status)Methods in dev.vality.fistful.fistful_stat that return types with arguments of type StatDestination Modifier and Type Method Description List<StatDestination>StatResponseData. getDestinations()Methods in dev.vality.fistful.fistful_stat with parameters of type StatDestination Modifier and Type Method Description intStatDestination. compareTo(StatDestination other)booleanStatDestination. equals(StatDestination that)Method parameters in dev.vality.fistful.fistful_stat with type arguments of type StatDestination Modifier and Type Method Description static StatResponseDataStatResponseData. destinations(List<StatDestination> value)voidStatResponseData. setDestinations(List<StatDestination> value)Constructors in dev.vality.fistful.fistful_stat with parameters of type StatDestination Constructor Description StatDestination(StatDestination other)Performs a deep copy on other.