Class KqlScriptContent


  • public final class KqlScriptContent
    extends Object
    The KqlScriptContent model.
    • Constructor Detail

      • KqlScriptContent

        public KqlScriptContent()
    • Method Detail

      • getQuery

        public String getQuery()
        Get the query property: The query property.
        Returns:
        the query value.
      • setQuery

        public KqlScriptContent setQuery​(String query)
        Set the query property: The query property.
        Parameters:
        query - the query value to set.
        Returns:
        the KqlScriptContent object itself.
      • getMetadata

        public KqlScriptContentMetadata getMetadata()
        Get the metadata property: The metadata property.
        Returns:
        the metadata value.
      • setMetadata

        public KqlScriptContent setMetadata​(KqlScriptContentMetadata metadata)
        Set the metadata property: The metadata property.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the KqlScriptContent object itself.
      • getCurrentConnection

        public KqlScriptContentCurrentConnection getCurrentConnection()
        Get the currentConnection property: The currentConnection property.
        Returns:
        the currentConnection value.
      • setCurrentConnection

        public KqlScriptContent setCurrentConnection​(KqlScriptContentCurrentConnection currentConnection)
        Set the currentConnection property: The currentConnection property.
        Parameters:
        currentConnection - the currentConnection value to set.
        Returns:
        the KqlScriptContent object itself.