Class Channel.ChannelExportStatusResponse.ErrorResult

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorResult()  
    • 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.lang.String getDescription()  
      @Nullable java.lang.String getStacktrace()  
      @Nullable java.lang.String getType()  
      @Nullable java.lang.String getVersion()  
      int hashCode()  
      void setDescription​(@Nullable java.lang.String description)  
      void setStacktrace​(@Nullable java.lang.String stacktrace)  
      void setType​(@Nullable java.lang.String type)  
      void setVersion​(@Nullable java.lang.String version)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ErrorResult

        public ErrorResult()
    • Method Detail

      • getType

        @Nullable
        public @Nullable java.lang.String getType()
      • getDescription

        @Nullable
        public @Nullable java.lang.String getDescription()
      • getStacktrace

        @Nullable
        public @Nullable java.lang.String getStacktrace()
      • getVersion

        @Nullable
        public @Nullable java.lang.String getVersion()
      • setType

        public void setType​(@Nullable
                            @Nullable java.lang.String type)
      • setDescription

        public void setDescription​(@Nullable
                                   @Nullable java.lang.String description)
      • setStacktrace

        public void setStacktrace​(@Nullable
                                  @Nullable java.lang.String stacktrace)
      • setVersion

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