Class PnhDeprecated

  • Direct Known Subclasses:
    Pnh

    public class PnhDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      byte[] fx_pnhxpi​(java.lang.String apikey)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      byte[] manifest​(java.lang.String apikey)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse monitor​(java.lang.String apikey, java.lang.String id, java.lang.String message)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse oracle​(java.lang.String apikey, java.lang.String id)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      byte[] pnh​(java.lang.String apikey)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      byte[] service​(java.lang.String apikey)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse startMonitoring​(java.lang.String apikey, java.lang.String url)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse stopMonitoring​(java.lang.String apikey, java.lang.String id)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PnhDeprecated

        public PnhDeprecated​(ClientApi api)
    • Method Detail

      • monitor

        @Deprecated
        public ApiResponse monitor​(java.lang.String apikey,
                                   java.lang.String id,
                                   java.lang.String message)
                            throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • oracle

        @Deprecated
        public ApiResponse oracle​(java.lang.String apikey,
                                  java.lang.String id)
                           throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • startMonitoring

        @Deprecated
        public ApiResponse startMonitoring​(java.lang.String apikey,
                                           java.lang.String url)
                                    throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • stopMonitoring

        @Deprecated
        public ApiResponse stopMonitoring​(java.lang.String apikey,
                                          java.lang.String id)
                                   throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • pnh

        @Deprecated
        public byte[] pnh​(java.lang.String apikey)
                   throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • manifest

        @Deprecated
        public byte[] manifest​(java.lang.String apikey)
                        throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • service

        @Deprecated
        public byte[] service​(java.lang.String apikey)
                       throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException
      • fx_pnhxpi

        @Deprecated
        public byte[] fx_pnhxpi​(java.lang.String apikey)
                         throws ClientApiException
        Deprecated.
        (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g. ClientApi(String, int, String)).
        This component is optional and therefore the API will only work if it is installed
        Throws:
        ClientApiException