public class GraphPrototype extends ZabbixApiMethod
apiUrl, auth| 构造器和说明 |
|---|
GraphPrototype(java.lang.String apiUrl,
java.lang.String auth) |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphPrototypeCreateResponse |
create(GraphPrototypeCreateRequest request) |
GraphPrototypeDeleteResponse |
delete(GraphPrototypeDeleteRequest request) |
GraphPrototypeGetResponse |
get(GraphPrototypeGetRequest request) |
GraphPrototypeUpdateResponse |
update(GraphPrototypeUpdateRequest request) |
sendRequestpublic GraphPrototypeCreateResponse create(GraphPrototypeCreateRequest request) throws ZabbixApiException
public GraphPrototypeDeleteResponse delete(GraphPrototypeDeleteRequest request) throws ZabbixApiException
public GraphPrototypeUpdateResponse update(GraphPrototypeUpdateRequest request) throws ZabbixApiException
public GraphPrototypeGetResponse get(GraphPrototypeGetRequest request) throws ZabbixApiException