Package com.seeq.model
Class ChannelOutputV1
java.lang.Object
com.seeq.model.ChannelOutputV1
A list of channels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSubscriptionsItem
(SubscriptionOutputV1 subscriptionsItem) boolean
The time, as an ISO timestamp, that the channel was createdgetId()
The URI that uniquely identifies the channelThe time, as an ISO timestamp, that the most recent message was publishedThe number of messages published on the channelThe list of subscriptionsgetType()
The type of channel this isint
hashCode()
lastPublishedAt
(String lastPublishedAt) publishedCount
(Integer publishedCount) void
setCreatedAt
(String createdAt) void
void
setLastPublishedAt
(String lastPublishedAt) void
setPublishedCount
(Integer publishedCount) void
setSubscriptions
(List<SubscriptionOutputV1> subscriptions) void
subscriptions
(List<SubscriptionOutputV1> subscriptions) toString()
-
Constructor Details
-
ChannelOutputV1
public ChannelOutputV1()
-
-
Method Details
-
createdAt
-
getCreatedAt
The time, as an ISO timestamp, that the channel was created- Returns:
- createdAt
-
setCreatedAt
-
id
-
getId
The URI that uniquely identifies the channel- Returns:
- id
-
setId
-
lastPublishedAt
-
getLastPublishedAt
The time, as an ISO timestamp, that the most recent message was published- Returns:
- lastPublishedAt
-
setLastPublishedAt
-
publishedCount
-
getPublishedCount
The number of messages published on the channel- Returns:
- publishedCount
-
setPublishedCount
-
subscriptions
-
addSubscriptionsItem
-
getSubscriptions
The list of subscriptions- Returns:
- subscriptions
-
setSubscriptions
-
type
-
getType
The type of channel this is- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-