Package org.zaproxy.clientapi.gen
Class Pnh
- java.lang.Object
-
- org.zaproxy.clientapi.gen.deprecated.PnhDeprecated
-
- org.zaproxy.clientapi.gen.Pnh
-
public class Pnh extends PnhDeprecated
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
fx_pnhxpi()
This component is optional and therefore the API will only work if it is installedbyte[]
manifest()
This component is optional and therefore the API will only work if it is installedApiResponse
monitor(java.lang.String id, java.lang.String message)
This component is optional and therefore the API will only work if it is installedApiResponse
oracle(java.lang.String id)
This component is optional and therefore the API will only work if it is installedbyte[]
pnh()
This component is optional and therefore the API will only work if it is installedbyte[]
service()
This component is optional and therefore the API will only work if it is installedApiResponse
startMonitoring(java.lang.String url)
This component is optional and therefore the API will only work if it is installedApiResponse
stopMonitoring(java.lang.String id)
This component is optional and therefore the API will only work if it is installed-
Methods inherited from class org.zaproxy.clientapi.gen.deprecated.PnhDeprecated
fx_pnhxpi, manifest, monitor, oracle, pnh, service, startMonitoring, stopMonitoring
-
-
-
-
Constructor Detail
-
Pnh
public Pnh(ClientApi api)
-
-
Method Detail
-
monitor
public ApiResponse monitor(java.lang.String id, java.lang.String message) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
oracle
public ApiResponse oracle(java.lang.String id) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
startMonitoring
public ApiResponse startMonitoring(java.lang.String url) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
stopMonitoring
public ApiResponse stopMonitoring(java.lang.String id) throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
pnh
public byte[] pnh() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
manifest
public byte[] manifest() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
service
public byte[] service() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
fx_pnhxpi
public byte[] fx_pnhxpi() throws ClientApiException
This component is optional and therefore the API will only work if it is installed- Throws:
ClientApiException
-
-