Class LogSpecification


  • public class LogSpecification
    extends Object
    Description of logging specification.
    • Constructor Detail

      • LogSpecification

        public LogSpecification()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public LogSpecification withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the LogSpecification object itself.
      • displayName

        public String displayName()
        Get the displayName value.
        Returns:
        the displayName value
      • withDisplayName

        public LogSpecification withDisplayName​(String displayName)
        Set the displayName value.
        Parameters:
        displayName - the displayName value to set
        Returns:
        the LogSpecification object itself.
      • blobDuration

        public String blobDuration()
        Get the blobDuration value.
        Returns:
        the blobDuration value
      • withBlobDuration

        public LogSpecification withBlobDuration​(String blobDuration)
        Set the blobDuration value.
        Parameters:
        blobDuration - the blobDuration value to set
        Returns:
        the LogSpecification object itself.