@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GCMChannelResponse extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GCMChannelResponse() |
Modifier and Type | Method and Description |
---|---|
GCMChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId() |
String |
getCreationDate()
When was this segment created
|
String |
getCredential()
The GCM API key from Google.
|
String |
getId() |
Boolean |
getIsArchived()
Is this channel archived
|
String |
getLastModifiedBy()
Who last updated this entry
|
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
|
void |
setApplicationId(String applicationId) |
void |
setCreationDate(String creationDate)
When was this segment created
|
void |
setCredential(String credential)
The GCM API key from Google.
|
void |
setId(String id) |
void |
setIsArchived(Boolean isArchived)
Is this channel archived
|
void |
setLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
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.
|
GCMChannelResponse |
withApplicationId(String applicationId) |
GCMChannelResponse |
withCreationDate(String creationDate)
When was this segment created
|
GCMChannelResponse |
withCredential(String credential)
The GCM API key from Google.
|
GCMChannelResponse |
withId(String id) |
GCMChannelResponse |
withIsArchived(Boolean isArchived)
Is this channel archived
|
GCMChannelResponse |
withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
GCMChannelResponse |
withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
GCMChannelResponse |
withPlatform(String platform)
The platform type.
|
GCMChannelResponse |
withVersion(Integer version)
Version of channel
|
public void setApplicationId(String applicationId)
applicationId
- public String getApplicationId()
public GCMChannelResponse withApplicationId(String applicationId)
applicationId
- public void setCreationDate(String creationDate)
creationDate
- When was this segment createdpublic String getCreationDate()
public GCMChannelResponse withCreationDate(String creationDate)
creationDate
- When was this segment createdpublic void setCredential(String credential)
credential
- The GCM API key from Google.public String getCredential()
public GCMChannelResponse withCredential(String credential)
credential
- The GCM API key from Google.public void setId(String id)
id
- public String getId()
public GCMChannelResponse withId(String id)
id
- public void setIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean getIsArchived()
public GCMChannelResponse withIsArchived(Boolean isArchived)
isArchived
- Is this channel archivedpublic Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic String getLastModifiedBy()
public GCMChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- Who last updated this entrypublic void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic String getLastModifiedDate()
public GCMChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- Last date this was updatedpublic void setPlatform(String platform)
platform
- The platform type. Will be GCMpublic String getPlatform()
public GCMChannelResponse withPlatform(String platform)
platform
- The platform type. Will be GCMpublic void setVersion(Integer version)
version
- Version of channelpublic Integer getVersion()
public GCMChannelResponse withVersion(Integer version)
version
- Version of channelpublic String toString()
toString
in class Object
Object.toString()
public GCMChannelResponse clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.