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 booleanequals(Object o)APIV1WalletHandleexpiresSeconds(Long expiresSeconds)LonggetExpiresSeconds()Get expiresSecondsAPIV1WalletgetWallet()Get walletinthashCode()voidsetExpiresSeconds(Long expiresSeconds)voidsetWallet(APIV1Wallet wallet)StringtoString()APIV1WalletHandlewallet(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)
-
-