public class ChannelResponse extends Object implements Serializable
Constructor and Description |
---|
ChannelResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
Application id
|
String |
getCreationDate()
When was this segment created
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
Not used.
|
String |
getId()
Channel ID.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who made the last change
|
String |
getLastModifiedDate()
Last date this was updated
|
Integer |
getVersion()
Version of channel
|
int |
hashCode() |
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
Boolean |
isHasCredential()
Not used.
|
Boolean |
isIsArchived()
Is this channel archived
|
void |
setApplicationId(String applicationId)
Application id
|
void |
setCreationDate(String creationDate)
When was this segment created
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(Boolean hasCredential)
Not used.
|
void |
setId(String id)
Channel ID.
|
void |
setIsArchived(Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(String lastModifiedBy)
Who made the last change
|
void |
setLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChannelResponse |
withApplicationId(String applicationId)
Application id
|
ChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
ChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
ChannelResponse |
withHasCredential(Boolean hasCredential)
Not used.
|
ChannelResponse |
withId(String id)
Channel ID.
|
ChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
ChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who made the last change
|
ChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
ChannelResponse |
withVersion(Integer version)
Version of channel
|
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- Application idpublic ChannelResponse withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- Application idpublic String getCreationDate()
public void setCreationDate(String creationDate)
creationDate
- When was this segment createdpublic ChannelResponse withCreationDate(String creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate
- When was this segment createdpublic Boolean isEnabled()
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public ChannelResponse withEnabled(Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- If the channel is enabled for sending messages.public Boolean isHasCredential()
public Boolean getHasCredential()
public void setHasCredential(Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public ChannelResponse withHasCredential(Boolean hasCredential)
Returns a reference to this object so that method calls can be chained together.
hasCredential
- Not used. Retained for backwards compatibility.public String getId()
public void setId(String id)
id
- Channel ID. Not used, only for backwards compatibility.public ChannelResponse withId(String id)
Returns a reference to this object so that method calls can be chained together.
id
- Channel ID. Not used, only for backwards compatibility.public Boolean isIsArchived()
public Boolean getIsArchived()
public void setIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic ChannelResponse withIsArchived(Boolean isArchived)
Returns a reference to this object so that method calls can be chained together.
isArchived
- Is this channel archivedpublic String getLastModifiedBy()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who made the last changepublic ChannelResponse withLastModifiedBy(String lastModifiedBy)
Returns a reference to this object so that method calls can be chained together.
lastModifiedBy
- Who made the last changepublic String getLastModifiedDate()
public void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic ChannelResponse withLastModifiedDate(String lastModifiedDate)
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate
- Last date this was updatedpublic Integer getVersion()
public void setVersion(Integer version)
version
- Version of channelpublic ChannelResponse withVersion(Integer version)
Returns a reference to this object so that method calls can be chained together.
version
- Version of channelpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.