public class EndpointResult extends ServiceResult
| Constructor and Description |
|---|
EndpointResult()
Initializes an instance of the
Endpoint class |
| Modifier and Type | Method and Description |
|---|---|
Groups |
getGroups()
Gets the groups
|
java.lang.String |
getRegistrationId()
Gets the registrationId
|
java.lang.String |
getSecretKey()
Gets the secretKey
|
void |
setGroups(Groups groups)
Sets the groups
|
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 EndpointResult()
Endpoint classpublic java.lang.String getRegistrationId()
public void setRegistrationId(java.lang.String registrationId)
registrationId - the registration Idpublic java.lang.String getSecretKey()
public void setSecretKey(java.lang.String secretKey)
secretKey - the secret keypublic Groups getGroups()
public void setGroups(Groups groups)
groups - the Groups object