@Generated(value="software.amazon.awssdk:codegen") public final class BaiduChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BaiduChannelResponse.Builder,BaiduChannelResponse>
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaiduChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application that the Baidu channel applies to.
|
static BaiduChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time when the Baidu channel was enabled.
|
String |
credential()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
Boolean |
enabled()
Specifies whether the Baidu channel is enabled for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
(Not used) This property is retained only for backward compatibility.
|
int |
hashCode() |
String |
id()
(Deprecated) An identifier for the Baidu channel.
|
Boolean |
isArchived()
Specifies whether the Baidu channel is archived.
|
String |
lastModifiedBy()
The user who last modified the Baidu channel.
|
String |
lastModifiedDate()
The date and time when the Baidu channel was last modified.
|
String |
platform()
The type of messaging or notification platform for the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BaiduChannelResponse.Builder> |
serializableBuilderClass() |
BaiduChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The current version of the Baidu channel.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application that the Baidu channel applies to.
public String creationDate()
The date and time when the Baidu channel was enabled.
public String credential()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
public Boolean enabled()
Specifies whether the Baidu channel is enabled for the application.
public Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public String id()
(Deprecated) An identifier for the Baidu channel. This property is retained only for backward compatibility.
public Boolean isArchived()
Specifies whether the Baidu channel is archived.
public String lastModifiedBy()
The user who last modified the Baidu channel.
public String lastModifiedDate()
The date and time when the Baidu channel was last modified.
public String platform()
The type of messaging or notification platform for the channel. For the Baidu channel, this value is BAIDU.
public Integer version()
The current version of the Baidu channel.
public BaiduChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BaiduChannelResponse.Builder,BaiduChannelResponse>public static BaiduChannelResponse.Builder builder()
public static Class<? extends BaiduChannelResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.