Class EndpointBase

    • Constructor Detail

      • EndpointBase

        public EndpointBase​(String url)
        Creates an instance of EndpointBase class.
        Parameters:
        url - the url value to set.
    • Method Detail

      • getCredentials

        public CredentialsBase getCredentials()
        Get the credentials property: Credentials to be presented to the endpoint.
        Returns:
        the credentials value.
      • setCredentials

        public EndpointBase setCredentials​(CredentialsBase credentials)
        Set the credentials property: Credentials to be presented to the endpoint.
        Parameters:
        credentials - the credentials value to set.
        Returns:
        the EndpointBase object itself.
      • getUrl

        public String getUrl()
        Get the url property: The endpoint URL for Video Analyzer to connect to.
        Returns:
        the url value.