Class Moderation.ReviewQueueItem

  • Enclosing class:
    Moderation

    public static class Moderation.ReviewQueueItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReviewQueueItem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      @Nullable java.util.Date getCreatedAt()  
      @Nullable java.lang.String getEntityId()  
      @Nullable java.lang.String getEntityType()  
      @Nullable java.lang.String getId()  
      @Nullable java.util.Date getUpdatedAt()  
      int hashCode()  
      void setCreatedAt​(@Nullable java.util.Date createdAt)  
      void setEntityId​(@Nullable java.lang.String entityId)  
      void setEntityType​(@Nullable java.lang.String entityType)  
      void setId​(@Nullable java.lang.String id)  
      void setUpdatedAt​(@Nullable java.util.Date updatedAt)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReviewQueueItem

        public ReviewQueueItem()
    • Method Detail

      • getId

        @Nullable
        public @Nullable java.lang.String getId()
      • getEntityType

        @Nullable
        public @Nullable java.lang.String getEntityType()
      • getEntityId

        @Nullable
        public @Nullable java.lang.String getEntityId()
      • getCreatedAt

        @Nullable
        public @Nullable java.util.Date getCreatedAt()
      • getUpdatedAt

        @Nullable
        public @Nullable java.util.Date getUpdatedAt()
      • setId

        public void setId​(@Nullable
                          @Nullable java.lang.String id)
      • setEntityType

        public void setEntityType​(@Nullable
                                  @Nullable java.lang.String entityType)
      • setEntityId

        public void setEntityId​(@Nullable
                                @Nullable java.lang.String entityId)
      • setCreatedAt

        public void setCreatedAt​(@Nullable
                                 @Nullable java.util.Date createdAt)
      • setUpdatedAt

        public void setUpdatedAt​(@Nullable
                                 @Nullable java.util.Date updatedAt)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object