Package net.osslabz.lnd.dto
Class LnrpcKeyLocator
java.lang.Object
net.osslabz.lnd.dto.LnrpcKeyLocator
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcKeyLocator
extends Object
LnrpcKeyLocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe family of key being identified.The precise index of the key being identified.inthashCode()voidsetKeyFamily(Integer keyFamily) voidsetKeyIndex(Integer keyIndex) toString()
-
Field Details
-
SERIALIZED_NAME_KEY_FAMILY
- See Also:
-
SERIALIZED_NAME_KEY_INDEX
- See Also:
-
-
Constructor Details
-
LnrpcKeyLocator
public LnrpcKeyLocator()
-
-
Method Details
-
keyFamily
-
getKeyFamily
The family of key being identified.- Returns:
- keyFamily
-
setKeyFamily
-
keyIndex
-
getKeyIndex
The precise index of the key being identified.- Returns:
- keyIndex
-
setKeyIndex
-
equals
-
hashCode
public int hashCode() -
toString
-