Class Channel.ChannelExportStatusResponse.ExportChannelsResult

    • 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 getPath()  
      @NotNull java.lang.String getS3BucketName()  
      @NotNull java.lang.String getUrl()  
      int hashCode()  
      void setPath​(@NotNull java.lang.String path)  
      void setS3BucketName​(@NotNull java.lang.String s3BucketName)  
      void setUrl​(@NotNull java.lang.String url)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ExportChannelsResult

        public ExportChannelsResult()
    • Method Detail

      • getUrl

        @NotNull
        public @NotNull java.lang.String getUrl()
      • getPath

        @NotNull
        public @NotNull java.lang.String getPath()
      • getS3BucketName

        @NotNull
        public @NotNull java.lang.String getS3BucketName()
      • setUrl

        public void setUrl​(@NotNull
                           @NotNull java.lang.String url)
      • setPath

        public void setPath​(@NotNull
                            @NotNull java.lang.String path)
      • setS3BucketName

        public void setS3BucketName​(@NotNull
                                    @NotNull java.lang.String s3BucketName)
      • 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