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