public class Site extends BaseModel
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
static Site |
create(IrisClient client,
Site site) |
void |
delete() |
static Site |
get(IrisClient client,
String siteId) |
Address |
getAddress() |
String |
getDescription() |
String |
getId() |
String |
getName() |
static List<Site> |
list(IrisClient client) |
void |
setAddress(Address address) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
update() |
public static Site get(IrisClient client, String siteId) throws Exception
Exceptionpublic static Site create(IrisClient client, Site site) throws Exception
Exceptionpublic static List<Site> list(IrisClient client) throws Exception
Exceptionpublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Address getAddress()
public void setAddress(Address address)
Copyright © 2018. All rights reserved.