Class LastDataReceivedDataType

    • Constructor Detail

      • LastDataReceivedDataType

        public LastDataReceivedDataType()
    • Method Detail

      • 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.