Package net.osslabz.lnd.dto
Class LnrpcKeyDescriptor
java.lang.Object
net.osslabz.lnd.dto.LnrpcKeyDescriptor
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcKeyDescriptor
extends Object
LnrpcKeyDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet keyLocbyte[]The raw bytes of the key being identified.inthashCode()keyLoc(LnrpcKeyLocator keyLoc) rawKeyBytes(byte[] rawKeyBytes) voidsetKeyLoc(LnrpcKeyLocator keyLoc) voidsetRawKeyBytes(byte[] rawKeyBytes) toString()
-
Field Details
-
SERIALIZED_NAME_RAW_KEY_BYTES
- See Also:
-
SERIALIZED_NAME_KEY_LOC
- See Also:
-
-
Constructor Details
-
LnrpcKeyDescriptor
public LnrpcKeyDescriptor()
-
-
Method Details
-
rawKeyBytes
-
getRawKeyBytes
@Nullable public byte[] getRawKeyBytes()The raw bytes of the key being identified.- Returns:
- rawKeyBytes
-
setRawKeyBytes
public void setRawKeyBytes(byte[] rawKeyBytes) -
keyLoc
-
getKeyLoc
Get keyLoc- Returns:
- keyLoc
-
setKeyLoc
-
equals
-
hashCode
public int hashCode() -
toString
-