Class ListRecord.PlatformRefs

java.lang.Object
com.slack.api.model.list.ListRecord.PlatformRefs
Enclosing class:
ListRecord

public static class ListRecord.PlatformRefs extends Object
  • Constructor Details

    • PlatformRefs

      public PlatformRefs()
    • PlatformRefs

      public PlatformRefs(String botCreatedBy, String botUpdatedBy, String botDeletedBy)
  • Method Details

    • builder

    • getBotCreatedBy

      public String getBotCreatedBy()
    • getBotUpdatedBy

      public String getBotUpdatedBy()
    • getBotDeletedBy

      public String getBotDeletedBy()
    • setBotCreatedBy

      public void setBotCreatedBy(String botCreatedBy)
    • setBotUpdatedBy

      public void setBotUpdatedBy(String botUpdatedBy)
    • setBotDeletedBy

      public void setBotDeletedBy(String botDeletedBy)
    • 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