Class ApprovedPost
java.lang.Object
io.github.yvasyliev.forwarder.telegram.bot.entity.ApprovedPost
Represents an approved post in the system.
Contains a list of message IDs, a flag indicating whether to remove the caption,
and the timestamp when the post was approved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()inthashCode()voidsetApprovedAt(Instant approvedAt) voidvoidsetMessageIds(List<Integer> messageIds) voidsetRemoveCaption(Boolean removeCaption) toString()
-
Constructor Details
-
ApprovedPost
public ApprovedPost()
-
-
Method Details
-
getId
-
getMessageIds
-
getRemoveCaption
-
getApprovedAt
-
setId
-
setMessageIds
-
setRemoveCaption
-
setApprovedAt
-
equals
-
canEqual
-
hashCode
-
toString
-