Class LastDataReceivedDataType

java.lang.Object
com.azure.resourcemanager.securityinsights.models.LastDataReceivedDataType
Direct Known Subclasses:
CodelessUiConnectorConfigPropertiesDataTypesItem

public class LastDataReceivedDataType extends Object
Data type for last data received.
  • Constructor Details

    • LastDataReceivedDataType

      public LastDataReceivedDataType()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder.
      Returns:
      the name value.
    • withName

      public LastDataReceivedDataType withName(String name)
      Set the name property: Name of the data type to show in the graph. can be use with {{graphQueriesTableName}} placeholder.
      Parameters:
      name - the name value to set.
      Returns:
      the LastDataReceivedDataType object itself.
    • lastDataReceivedQuery

      public String lastDataReceivedQuery()
      Get the lastDataReceivedQuery property: Query for indicate last data received.
      Returns:
      the lastDataReceivedQuery value.
    • withLastDataReceivedQuery

      public LastDataReceivedDataType withLastDataReceivedQuery(String lastDataReceivedQuery)
      Set the lastDataReceivedQuery property: Query for indicate last data received.
      Parameters:
      lastDataReceivedQuery - the lastDataReceivedQuery value to set.
      Returns:
      the LastDataReceivedDataType object itself.
    • validate

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