Class OperationInner


  • public final class OperationInner
    extends Object
    A Stream Analytics REST API operation.
    • Constructor Detail

      • OperationInner

        public OperationInner()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the operation being performed on this particular object.
        Returns:
        the name value.
      • isDataAction

        public Boolean isDataAction()
        Get the isDataAction property: Indicates whether the operation is a data action.
        Returns:
        the isDataAction value.
      • withIsDataAction

        public OperationInner withIsDataAction​(Boolean isDataAction)
        Set the isDataAction property: Indicates whether the operation is a data action.
        Parameters:
        isDataAction - the isDataAction value to set.
        Returns:
        the OperationInner object itself.
      • display

        public OperationDisplay display()
        Get the display property: Contains the localized display information for this particular operation / action.
        Returns:
        the display value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.