public static interface Ticket.Mutable extends Ticket
Ticket.Mutable| Modifier and Type | Method and Description |
|---|---|
default void |
copyPart(Ticket tk)
Copy the contents of part in tk, excluding sigData.
|
void |
setBizPart(String biz) |
void |
setPubDue(long exp) |
void |
setPubMod(String mod) |
void |
setPubSeq(int seq) |
void |
setSigPart(String sig) |
getBizPart, getPubDue, getPubMod, getPubSeq, getSigData, getSigPart, serialize, serializevoid setPubMod(String mod)
void setPubDue(long exp)
void setPubSeq(int seq)
void setBizPart(String biz)
void setSigPart(String sig)
default void copyPart(Ticket tk)
tk - source ticketCopyright © 2024. All rights reserved.