public static interface BaiduChannelResponse.Builder extends SdkPojo, CopyableBuilder<BaiduChannelResponse.Builder,BaiduChannelResponse>
Modifier and Type | Method and Description |
---|---|
BaiduChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the Baidu channel applies to.
|
BaiduChannelResponse.Builder |
creationDate(String creationDate)
The date and time when the Baidu channel was enabled.
|
BaiduChannelResponse.Builder |
credential(String credential)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
BaiduChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the Baidu channel is enabled for the application.
|
BaiduChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
BaiduChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the Baidu channel.
|
BaiduChannelResponse.Builder |
isArchived(Boolean isArchived)
Specifies whether the Baidu channel is archived.
|
BaiduChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the Baidu channel.
|
BaiduChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time when the Baidu channel was last modified.
|
BaiduChannelResponse.Builder |
platform(String platform)
The type of messaging or notification platform for the channel.
|
BaiduChannelResponse.Builder |
version(Integer version)
The current version of the Baidu channel.
|
copy
applyMutation, build
BaiduChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the Baidu channel applies to.
applicationId
- The unique identifier for the application that the Baidu channel applies to.BaiduChannelResponse.Builder creationDate(String creationDate)
The date and time when the Baidu channel was enabled.
creationDate
- The date and time when the Baidu channel was enabled.BaiduChannelResponse.Builder credential(String credential)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
credential
- The API key that you received from the Baidu Cloud Push service to communicate with the service.BaiduChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the Baidu channel is enabled for the application.
enabled
- Specifies whether the Baidu channel is enabled for the application.BaiduChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
hasCredential
- (Not used) This property is retained only for backward compatibility.BaiduChannelResponse.Builder id(String id)
(Deprecated) An identifier for the Baidu channel. This property is retained only for backward compatibility.
id
- (Deprecated) An identifier for the Baidu channel. This property is retained only for backward
compatibility.BaiduChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the Baidu channel is archived.
isArchived
- Specifies whether the Baidu channel is archived.BaiduChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the Baidu channel.
lastModifiedBy
- The user who last modified the Baidu channel.BaiduChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time when the Baidu channel was last modified.
lastModifiedDate
- The date and time when the Baidu channel was last modified.BaiduChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the Baidu channel, this value is BAIDU.
platform
- The type of messaging or notification platform for the channel. For the Baidu channel, this value is
BAIDU.BaiduChannelResponse.Builder version(Integer version)
The current version of the Baidu channel.
version
- The current version of the Baidu channel.Copyright © 2019. All rights reserved.