Class KqlScriptResource


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

      • KqlScriptResource

        public KqlScriptResource()
    • Method Detail

      • getId

        public String getId()
        Get the id property: The id property.
        Returns:
        the id value.
      • setId

        public KqlScriptResource setId​(String id)
        Set the id property: The id property.
        Parameters:
        id - the id value to set.
        Returns:
        the KqlScriptResource object itself.
      • getName

        public String getName()
        Get the name property: The name property.
        Returns:
        the name value.
      • setName

        public KqlScriptResource setName​(String name)
        Set the name property: The name property.
        Parameters:
        name - the name value to set.
        Returns:
        the KqlScriptResource object itself.
      • getType

        public String getType()
        Get the type property: The type property.
        Returns:
        the type value.
      • setType

        public KqlScriptResource setType​(String type)
        Set the type property: The type property.
        Parameters:
        type - the type value to set.
        Returns:
        the KqlScriptResource object itself.
      • getProperties

        public KqlScript getProperties()
        Get the properties property: Properties of sql script.
        Returns:
        the properties value.
      • setProperties

        public KqlScriptResource setProperties​(KqlScript properties)
        Set the properties property: Properties of sql script.
        Parameters:
        properties - the properties value to set.
        Returns:
        the KqlScriptResource object itself.