Uses of Class
dev.vality.damsel.domain.ClientInfo
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ClientInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ClientInfo Modifier and Type Field Description ClientInfoDisposablePaymentResource. client_infoMethods in dev.vality.damsel.domain that return ClientInfo Modifier and Type Method Description ClientInfoClientInfo. deepCopy()ClientInfoDisposablePaymentResource. getClientInfo()ClientInfoClientInfo. setFingerprint(String fingerprint)ClientInfoClientInfo. setIpAddress(String ip_address)ClientInfoClientInfo. setPeerIpAddress(String peer_ip_address)ClientInfoClientInfo. setUrl(String url)ClientInfoClientInfo. setUserIpAddress(String user_ip_address)Methods in dev.vality.damsel.domain with parameters of type ClientInfo Modifier and Type Method Description intClientInfo. compareTo(ClientInfo other)booleanClientInfo. equals(ClientInfo that)DisposablePaymentResourceDisposablePaymentResource. setClientInfo(ClientInfo client_info)Constructors in dev.vality.damsel.domain with parameters of type ClientInfo Constructor Description ClientInfo(ClientInfo other)Performs a deep copy on other.