Class StatsDeprecated
java.lang.Object
org.zaproxy.clientapi.gen.deprecated.StatsDeprecated
- Direct Known Subclasses:
Stats
API implementation with deprecated methods, (re)moved from generated class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclearStats(String apikey, String keyprefix) Deprecated.setOptionInMemoryEnabled(String apikey, boolean bool) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setOptionStatsdHost(String apikey, String string) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setOptionStatsdPort(String apikey, int i) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.setOptionStatsdPrefix(String apikey, String string) Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.
-
Constructor Details
-
StatsDeprecated
-
-
Method Details
-
clearStats
@Deprecated public ApiResponse clearStats(String apikey, String keyprefix) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionStatsdHost
@Deprecated public ApiResponse setOptionStatsdHost(String apikey, String string) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionStatsdPrefix
@Deprecated public ApiResponse setOptionStatsdPrefix(String apikey, String string) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionInMemoryEnabled
@Deprecated public ApiResponse setOptionInMemoryEnabled(String apikey, boolean bool) throws ClientApiException Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
setOptionStatsdPort
Deprecated.(1.1.0) Use the method without the API key and use one of theClientApiconstructors that allow to set the API key (e.g.ClientApi(String, int, String)).- Throws:
ClientApiException
-
ClientApiconstructors that allow to set the API key (e.g.