Package net.osslabz.lnd.dto
Class LnrpcCustomMessage
java.lang.Object
net.osslabz.lnd.dto.LnrpcCustomMessage
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcCustomMessage
extends Object
LnrpcCustomMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_PEER
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_DATA
- See Also:
-
-
Constructor Details
-
LnrpcCustomMessage
public LnrpcCustomMessage()
-
-
Method Details
-
peer
-
getPeer
@Nullable public byte[] getPeer()Get peer- Returns:
- peer
-
setPeer
public void setPeer(byte[] peer) -
type
-
getType
Message type. This value will be in the custom range (>= 32768).- Returns:
- type
-
setType
-
data
-
getData
@Nullable public byte[] getData()Get data- Returns:
- data
-
setData
public void setData(byte[] data) -
equals
-
hashCode
public int hashCode() -
toString
-