public class GetBaiduChannelResult extends Object implements Serializable
Constructor and Description |
---|
GetBaiduChannelResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BaiduChannelResponse |
getBaiduChannelResponse()
Baidu Cloud Messaging channel definition
|
int |
hashCode() |
void |
setBaiduChannelResponse(BaiduChannelResponse baiduChannelResponse)
Baidu Cloud Messaging channel definition
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBaiduChannelResult |
withBaiduChannelResponse(BaiduChannelResponse baiduChannelResponse)
Baidu Cloud Messaging channel definition
|
public BaiduChannelResponse getBaiduChannelResponse()
public void setBaiduChannelResponse(BaiduChannelResponse baiduChannelResponse)
baiduChannelResponse
- Baidu Cloud Messaging channel definitionpublic GetBaiduChannelResult withBaiduChannelResponse(BaiduChannelResponse baiduChannelResponse)
Returns a reference to this object so that method calls can be chained together.
baiduChannelResponse
- Baidu Cloud Messaging channel definitionpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.