public class DomainJson extends BaseJson
Constructor and Description |
---|
DomainJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
The domain address
|
Integer |
getId()
The domain's id
|
Set<String> |
getRoles()
Roles associated with this domain
|
void |
setAddress(String address)
The domain address
|
void |
setId(Integer id)
The domain's id
|
void |
setRoles(Set<String> roles)
Roles associated with this domain
|
getObjType, setObjType, toString
public String getAddress()
public void setAddress(String address)
address
- The domain addresspublic Set<String> getRoles()
public void setRoles(Set<String> roles)
roles
- Roles associated with this domainpublic Integer getId()
public void setId(Integer id)
id
- The domain's idCopyright © 2019. All rights reserved.