Class DeliveredMessageConfirmation


  • public class DeliveredMessageConfirmation
    extends java.lang.Object
    • 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)  
      @NotNull java.lang.String getCid()  
      @NotNull java.lang.String getId()  
      @Nullable java.lang.String getParentId()  
      int hashCode()  
      void setCid​(@NotNull java.lang.String cid)  
      void setId​(@NotNull java.lang.String id)  
      void setParentId​(@Nullable java.lang.String parentId)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DeliveredMessageConfirmation

        public DeliveredMessageConfirmation()
    • Method Detail

      • getCid

        @NotNull
        public @NotNull java.lang.String getCid()
      • getId

        @NotNull
        public @NotNull java.lang.String getId()
      • getParentId

        @Nullable
        public @Nullable java.lang.String getParentId()
      • setCid

        public void setCid​(@NotNull
                           @NotNull java.lang.String cid)
      • setId

        public void setId​(@NotNull
                          @NotNull java.lang.String id)
      • setParentId

        public void setParentId​(@Nullable
                                @Nullable java.lang.String parentId)
      • 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