Class APIV1WalletHandle
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.APIV1WalletHandle
-
public class APIV1WalletHandle extends Object
APIV1WalletHandle includes the wallet the handle corresponds to and the number of number of seconds to expiration
-
-
Constructor Summary
Constructors Constructor Description APIV1WalletHandle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
APIV1WalletHandle
expiresSeconds(Long expiresSeconds)
Long
getExpiresSeconds()
Get expiresSecondsAPIV1Wallet
getWallet()
Get walletint
hashCode()
void
setExpiresSeconds(Long expiresSeconds)
void
setWallet(APIV1Wallet wallet)
String
toString()
APIV1WalletHandle
wallet(APIV1Wallet wallet)
-
-
-
Method Detail
-
expiresSeconds
public APIV1WalletHandle expiresSeconds(Long expiresSeconds)
-
getExpiresSeconds
public Long getExpiresSeconds()
Get expiresSeconds- Returns:
- expiresSeconds
-
setExpiresSeconds
public void setExpiresSeconds(Long expiresSeconds)
-
wallet
public APIV1WalletHandle wallet(APIV1Wallet wallet)
-
getWallet
public APIV1Wallet getWallet()
Get wallet- Returns:
- wallet
-
setWallet
public void setWallet(APIV1Wallet wallet)
-
-