public class

GcmResponse

extends Object
java.lang.Object
   ↳ org.mule.module.gcm.model.GcmResponse

Summary

Fields
private Integer canonicalIds
private Integer failure
private Integer multicastId
private List<Result> results
private Integer success
Public Constructors
GcmResponse()
Public Methods
boolean equals(Object other)
Integer getCanonicalIds()
Integer getFailure()
Integer getMulticastId()
List<Result> getResults()
Integer getSuccess()
int hashCode()
void setCanonicalIds(Integer canonicalIds)
void setFailure(Integer failure)
void setMulticastId(Integer multicastId)
void setResults(List<Result> results)
void setSuccess(Integer success)
String toString()
GcmResponse withCanonicalIds(Integer canonicalIds)
GcmResponse withFailure(Integer failure)
GcmResponse withMulticastId(Integer multicastId)
GcmResponse withResults(List<Result> results)
GcmResponse withSuccess(Integer success)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Integer canonicalIds

private Integer failure

private Integer multicastId

private List<Result> results

private Integer success

Public Constructors

public GcmResponse ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Integer getCanonicalIds ()

public Integer getFailure ()

public Integer getMulticastId ()

public List<Result> getResults ()

public Integer getSuccess ()

public int hashCode ()

public void setCanonicalIds (Integer canonicalIds)

Parameters
canonicalIds

public void setFailure (Integer failure)

Parameters
failure

public void setMulticastId (Integer multicastId)

Parameters
multicastId

public void setResults (List<Result> results)

Parameters
results

public void setSuccess (Integer success)

Parameters
success

public String toString ()

public GcmResponse withCanonicalIds (Integer canonicalIds)

Parameters
canonicalIds

public GcmResponse withFailure (Integer failure)

Parameters
failure

public GcmResponse withMulticastId (Integer multicastId)

Parameters
multicastId

public GcmResponse withResults (List<Result> results)

Parameters
results

public GcmResponse withSuccess (Integer success)

Parameters
success