Package org.ldk.structs
Class RawDataPart
- java.lang.Object
-
- org.ldk.structs.RawDataPart
-
public class RawDataPart extends Object
Data of the `RawInvoice` that is encoded in the data part
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RawDataPart
clone()
Creates a copy of the RawDataPartboolean
eq(RawDataPart b)
Checks if two RawDataParts contain equal inner contents.protected void
finalize()
PositiveTimestamp
get_timestamp()
generation time of the invoicevoid
set_timestamp(PositiveTimestamp val)
generation time of the invoice
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
get_timestamp
public PositiveTimestamp get_timestamp()
generation time of the invoice
-
set_timestamp
public void set_timestamp(PositiveTimestamp val)
generation time of the invoice
-
eq
public boolean eq(RawDataPart b)
Checks if two RawDataParts contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.
-
clone
public RawDataPart clone()
Creates a copy of the RawDataPart
-
-