Class ChatMLS

java.lang.Object
com.maplander.backend.model.manage.mlsuniversal.ChatMLS

public class ChatMLS extends Object
  • Constructor Details

    • ChatMLS

      public ChatMLS()
    • ChatMLS

      public ChatMLS(String chatId, List<Long> userIds, Long propertyId)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getChatId

      public String getChatId()
    • setChatId

      public void setChatId(String chatId)
    • getUserIds

      public List<Long> getUserIds()
    • setUserIds

      public void setUserIds(List<Long> userIds)
    • getPropertyId

      public Long getPropertyId()
    • setPropertyId

      public void setPropertyId(Long propertyId)