Class RemoveWalletRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.RemoveWalletRequest
-
public class RemoveWalletRequest extends Object
RemoveWalletRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoveWalletRequest.RemoveWalletRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_WALLET_KEY
-
Constructor Summary
Constructors Constructor Description RemoveWalletRequest()RemoveWalletRequest(String walletKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemoveWalletRequest.RemoveWalletRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetWalletKey()inthashCode()voidsetWalletKey(String walletKey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_WALLET_KEY
public static final String SERIALIZED_NAME_WALLET_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoveWalletRequest
public RemoveWalletRequest(String walletKey)
-
RemoveWalletRequest
public RemoveWalletRequest()
-
-
Method Detail
-
builder
public static RemoveWalletRequest.RemoveWalletRequestBuilder builder()
-
getWalletKey
public String getWalletKey()
-
setWalletKey
public void setWalletKey(String walletKey)
-
canEqual
protected boolean canEqual(Object other)
-
-