Class IMSystemInfo

java.lang.Object
com.symphony.bdk.gen.api.model.IMSystemInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class IMSystemInfo extends Object
IMSystemInfo
  • Field Details

  • Constructor Details

    • IMSystemInfo

      public IMSystemInfo()
  • Method Details

    • id

      public IMSystemInfo id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • creationDate

      public IMSystemInfo creationDate(Long creationDate)
    • getCreationDate

      @Nullable public Long getCreationDate()
      The datetime when the stream was originally created. Milliseconds since Jan 1 1970.
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(Long creationDate)
    • active

      public IMSystemInfo active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      If false, no messages can be sent in this stream, and membership is locked.
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • equals

      public boolean equals(Object o)
      Return true if this IMSystemInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object