Class APIOperationProperties

    • Constructor Detail

      • APIOperationProperties

        public APIOperationProperties()
        Default constructor
      • APIOperationProperties

        public APIOperationProperties​(APIOperationProperties template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getPath

        public String getPath()
        Return the path name to add to the network address in the API's endpoint.
        Returns:
        string path name
      • setPath

        public void setPath​(String path)
        Set up the path name to add to the network address in the API's endpoint.
        Parameters:
        path - string path name
      • getCommand

        public String getCommand()
        Return the command (eg GET, POST or method name) that is called.
        Returns:
        string command name
      • setCommand

        public void setCommand​(String command)
        Set up the command (eg GET, POST or method name) that is called.
        Parameters:
        command - command string
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class SchemaTypeProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison
      • hashCode

        public int hashCode()
        Create a hash code for this element type.
        Overrides:
        hashCode in class SchemaTypeProperties
        Returns:
        int hash code