public class GroupResult extends ServiceResult
| Constructor and Description |
|---|
GroupResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name
|
java.lang.String |
getRegistrationId()
Gets the registrationId
|
java.lang.String |
getSecretKey()
Gets the secretKey
|
void |
setName(java.lang.String name)
Sets the name
|
void |
setRegistrationId(java.lang.String registrationId)
Sets the registrationId
|
void |
setSecretKey(java.lang.String secretKey)
Sets the secretKey
|
getException, getStateObject, getStatus, setException, setStateObject, setStatus, toStringpublic java.lang.String getRegistrationId()
public void setRegistrationId(java.lang.String registrationId)
registrationId - the registration Id.public java.lang.String getName()
public void setName(java.lang.String name)
name - the group namepublic java.lang.String getSecretKey()
public void setSecretKey(java.lang.String secretKey)
secretKey - the secret key