Class SchemasResponse.File

java.lang.Object
com.slack.api.audit.response.SchemasResponse.File
Enclosing class:
SchemasResponse

public static class SchemasResponse.File extends Object
  • Constructor Details

    • File

      public File()
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getFiletype

      public String getFiletype()
    • getTitle

      public String getTitle()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setFiletype

      public void setFiletype(String filetype)
    • setTitle

      public void setTitle(String title)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object