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