Class WebHookOutput

    • Constructor Detail

      • WebHookOutput

        public WebHookOutput()
    • Method Detail

      • url

        public abstract String url()
        The output's URL.
      • basicAuthUser

        @Nullable
        public abstract String basicAuthUser()
        The output's basicAuthUser.
      • basicAuthPass

        @Nullable
        public abstract String basicAuthPass()
        The output's basicAuthPass.
      • customHeaderName

        @Nullable
        public abstract String customHeaderName()
        The output's customHeaderName.
      • customHeaderValue

        @Nullable
        public abstract String customHeaderValue()
        The output's customHeaderValue.
      • toInternal

        public com.telenordigital.nbiot.OutputInternal toInternal()
        Specified by:
        toInternal in interface Output