Class DataTypeDefinitions

java.lang.Object
com.azure.resourcemanager.securityinsights.models.DataTypeDefinitions

public final class DataTypeDefinitions extends Object
The data type definition.
  • Constructor Details

    • DataTypeDefinitions

      public DataTypeDefinitions()
  • Method Details

    • dataType

      public String dataType()
      Get the dataType property: The data type name.
      Returns:
      the dataType value.
    • withDataType

      public DataTypeDefinitions withDataType(String dataType)
      Set the dataType property: The data type name.
      Parameters:
      dataType - the dataType value to set.
      Returns:
      the DataTypeDefinitions object itself.
    • validate

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