Interface CommonOperation

    • Method Detail

      • getOperationType

        OperationType getOperationType()
        Get the operation type
        Returns:
        operation type
      • getName

        String getName()
        Get the name
        Returns:
        name
      • setName

        void setName​(String name)
        Set the name
        Parameters:
        name - name
      • getVersion

        String getVersion()
        Get the operation version
        Returns:
        operation version
      • hasVersion

        boolean hasVersion()
        Has an operation version
        Returns:
        true if has operation version
      • setVersion

        void setVersion​(String version)
        Set the operation version
        Parameters:
        version - operation version
      • setMethod

        void setMethod​(OperationMethod method)
        Set the method
        Parameters:
        method - method