Class RoomSystemInfo

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

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

  • Constructor Details

    • RoomSystemInfo

      public RoomSystemInfo()
  • Method Details

    • id

      public RoomSystemInfo id(String id)
    • getId

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

      public void setId(String id)
    • creationDate

      public RoomSystemInfo 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)
    • createdByUserId

      public RoomSystemInfo createdByUserId(Long createdByUserId)
    • getCreatedByUserId

      @Nullable public Long getCreatedByUserId()
      Get createdByUserId
      Returns:
      createdByUserId
    • setCreatedByUserId

      public void setCreatedByUserId(Long createdByUserId)
    • active

      public RoomSystemInfo 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 RoomSystemInfo 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