public class KeyReq extends Message<WalletKitOuterClass.KeyReq>
Message,
WalletKitOuterClass.KeyReqbuilder, wrapperFactory| Constructor and Description |
|---|
KeyReq()
Empty Constructor
|
KeyReq(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
KeyReq(WalletKitOuterClass.KeyReq apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getKeyFamily()
Getter for keyFamily.
|
int |
getKeyFingerPrint()
Getter for keyFingerPrint.
|
void |
setKeyFamily(int value)
Setter for keyFamily.
|
void |
setKeyFingerPrint(int value)
Setter for keyFingerPrint.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic KeyReq()
public KeyReq(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public KeyReq(WalletKitOuterClass.KeyReq apiObject)
public int getKeyFingerPrint()
public void setKeyFingerPrint(int value)
public int getKeyFamily()
public void setKeyFamily(int value)