public class NameRegistrationResult extends ServiceResult
| Constructor and Description |
|---|
NameRegistrationResult()
Initializes an instance of the
NameRegistrationResult class |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the id of the name
|
java.lang.String |
getName()
Gets the name of an end point or a group
|
java.lang.String |
getSecretkey()
Gets the secret key of the name
|
void |
setId(java.lang.String id)
Sets the id of the name
|
void |
setName(java.lang.String name)
Sets a name with a string value
|
void |
setSecretkey(java.lang.String secretkey)
Sets a secret key to the name
|
getException, getStateObject, getStatus, setException, setStateObject, setStatus, toStringpublic NameRegistrationResult()
NameRegistrationResult classpublic java.lang.String getName()
public void setName(java.lang.String name)
name - a name of an end point or a grouppublic java.lang.String getId()
public void setId(java.lang.String id)
id - the id of the namepublic java.lang.String getSecretkey()
public void setSecretkey(java.lang.String secretkey)
secretkey - a secret key