Class InitWalletHandleTokenRequest
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.InitWalletHandleTokenRequest
-
public class InitWalletHandleTokenRequest extends Object
APIV1POSTWalletInitRequest is the request for `POST /v1/wallet/init`
-
-
Constructor Summary
Constructors Constructor Description InitWalletHandleTokenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetWalletId()Get walletIdStringgetWalletPassword()Get walletPasswordinthashCode()voidsetWalletId(String walletId)voidsetWalletPassword(String walletPassword)StringtoString()InitWalletHandleTokenRequestwalletId(String walletId)InitWalletHandleTokenRequestwalletPassword(String walletPassword)
-
-
-
Method Detail
-
walletId
public InitWalletHandleTokenRequest walletId(String walletId)
-
getWalletId
public String getWalletId()
Get walletId- Returns:
- walletId
-
setWalletId
public void setWalletId(String walletId)
-
walletPassword
public InitWalletHandleTokenRequest walletPassword(String walletPassword)
-
getWalletPassword
public String getWalletPassword()
Get walletPassword- Returns:
- walletPassword
-
setWalletPassword
public void setWalletPassword(String walletPassword)
-
-