@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BaiduChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BaiduChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
BaiduChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
Application id
|
String |
getCreationDate()
When was this segment created
|
String |
getCredential()
The Baidu API key from Baidu.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
Indicates whether the channel is configured with Baidu Cloud Push credentials.
|
String |
getId()
Channel ID.
|
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who made the last change
|
String |
getLastModifiedDate()
Last date this was updated
|
String |
getPlatform()
The platform type.
|
Integer |
getVersion()
Version of channel
|
int |
hashCode() |
Boolean |
isArchived()
Is this channel archived
|
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
Boolean |
isHasCredential()
Indicates whether the channel is configured with Baidu Cloud Push credentials.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationId(String applicationId)
Application id
|
void |
setCreationDate(String creationDate)
When was this segment created
|
void |
setCredential(String credential)
The Baidu API key from Baidu.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setHasCredential(Boolean hasCredential)
Indicates whether the channel is configured with Baidu Cloud Push credentials.
|
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 |
setPlatform(String platform)
The platform type.
|
void |
setVersion(Integer version)
Version of channel
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BaiduChannelResponse |
withApplicationId(String applicationId)
Application id
|
BaiduChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
BaiduChannelResponse |
withCredential(String credential)
The Baidu API key from Baidu.
|
BaiduChannelResponse |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
BaiduChannelResponse |
withHasCredential(Boolean hasCredential)
Indicates whether the channel is configured with Baidu Cloud Push credentials.
|
BaiduChannelResponse |
withId(String id)
Channel ID.
|
BaiduChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
BaiduChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who made the last change
|
BaiduChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
BaiduChannelResponse |
withPlatform(String platform)
The platform type.
|
BaiduChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId - Application idpublic String getApplicationId()
public BaiduChannelResponse withApplicationId(String applicationId)
applicationId - Application idpublic void setCreationDate(String creationDate)
creationDate - When was this segment createdpublic String getCreationDate()
public BaiduChannelResponse withCreationDate(String creationDate)
creationDate - When was this segment createdpublic void setCredential(String credential)
credential - The Baidu API key from Baidu.public String getCredential()
public BaiduChannelResponse withCredential(String credential)
credential - The Baidu API key from Baidu.public void setEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean getEnabled()
public BaiduChannelResponse withEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean isEnabled()
public void setHasCredential(Boolean hasCredential)
hasCredential - Indicates whether the channel is configured with Baidu Cloud Push credentials. Amazon Pinpoint uses your
credentials to authenticate push notifications with Baidu Cloud Push. Provide your credentials by setting
the ApiKey and SecretKey attributes.public Boolean getHasCredential()
public BaiduChannelResponse withHasCredential(Boolean hasCredential)
hasCredential - Indicates whether the channel is configured with Baidu Cloud Push credentials. Amazon Pinpoint uses your
credentials to authenticate push notifications with Baidu Cloud Push. Provide your credentials by setting
the ApiKey and SecretKey attributes.public Boolean isHasCredential()
public void setId(String id)
id - Channel ID. Not used, only for backwards compatibility.public String getId()
public BaiduChannelResponse withId(String id)
id - Channel ID. Not used, only for backwards compatibility.public void setIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean getIsArchived()
public BaiduChannelResponse withIsArchived(Boolean isArchived)
isArchived - Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who made the last changepublic String getLastModifiedBy()
public BaiduChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy - Who made the last changepublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic String getLastModifiedDate()
public BaiduChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate - Last date this was updatedpublic void setPlatform(String platform)
platform - The platform type. Will be BAIDUpublic String getPlatform()
public BaiduChannelResponse withPlatform(String platform)
platform - The platform type. Will be BAIDUpublic void setVersion(Integer version)
version - Version of channelpublic Integer getVersion()
public BaiduChannelResponse withVersion(Integer version)
version - Version of channelpublic String toString()
toString in class ObjectObject.toString()public BaiduChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.