public class ChannelBaseInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
channelExt |
protected java.lang.String |
channelId |
protected java.lang.String |
channelName |
protected ChannelStatus |
channelStatus |
protected long |
createTimestamp |
protected java.lang.String |
creatorAccountId |
protected long |
expireTimestamp |
protected ChannelType |
type |
Modifier | Constructor and Description |
---|---|
protected |
ChannelBaseInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelExt()
Get the extension field of a channel
|
java.lang.String |
getChannelId()
Get the channel ID
|
java.lang.String |
getChannelName()
Get the channel name
|
ChannelStatus |
getChannelStatus()
Get the channel state
|
long |
getCreateTimestamp()
Get the creation time of a channel
|
java.lang.String |
getCreatorAccountId()
Get the accountId of a channel owner
|
long |
getExpireTimestamp()
Get the expiration time of a channel
|
ChannelType |
getType()
Get the channel type
|
protected java.lang.String channelName
protected java.lang.String channelId
protected ChannelType type
protected java.lang.String channelExt
protected long createTimestamp
protected long expireTimestamp
protected java.lang.String creatorAccountId
protected ChannelStatus channelStatus
public java.lang.String getChannelName()
public java.lang.String getChannelId()
public ChannelType getType()
public java.lang.String getChannelExt()
public long getCreateTimestamp()
public long getExpireTimestamp()
public java.lang.String getCreatorAccountId()
public ChannelStatus getChannelStatus()
ChannelStatus.NORMAL
, Invalid: ChannelStatus.INVALID