Class ChannelOutputV1

java.lang.Object
com.seeq.model.ChannelOutputV1

public class ChannelOutputV1 extends Object
A list of channels
  • Constructor Details

    • ChannelOutputV1

      public ChannelOutputV1()
  • Method Details

    • createdAt

      public ChannelOutputV1 createdAt(String createdAt)
    • getCreatedAt

      public String getCreatedAt()
      The time, as an ISO timestamp, that the channel was created
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • id

      public ChannelOutputV1 id(String id)
    • getId

      public String getId()
      The URI that uniquely identifies the channel
      Returns:
      id
    • setId

      public void setId(String id)
    • lastPublishedAt

      public ChannelOutputV1 lastPublishedAt(String lastPublishedAt)
    • getLastPublishedAt

      public String getLastPublishedAt()
      The time, as an ISO timestamp, that the most recent message was published
      Returns:
      lastPublishedAt
    • setLastPublishedAt

      public void setLastPublishedAt(String lastPublishedAt)
    • publishedCount

      public ChannelOutputV1 publishedCount(Integer publishedCount)
    • getPublishedCount

      public Integer getPublishedCount()
      The number of messages published on the channel
      Returns:
      publishedCount
    • setPublishedCount

      public void setPublishedCount(Integer publishedCount)
    • subscriptions

      public ChannelOutputV1 subscriptions(List<SubscriptionOutputV1> subscriptions)
    • addSubscriptionsItem

      public ChannelOutputV1 addSubscriptionsItem(SubscriptionOutputV1 subscriptionsItem)
    • getSubscriptions

      public List<SubscriptionOutputV1> getSubscriptions()
      The list of subscriptions
      Returns:
      subscriptions
    • setSubscriptions

      public void setSubscriptions(List<SubscriptionOutputV1> subscriptions)
    • type

      public ChannelOutputV1 type(String type)
    • getType

      public String getType()
      The type of channel this is
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object