Class ClientDiscoveryForLogSpecification


  • public final class ClientDiscoveryForLogSpecification
    extends Object
    ClientDiscoveryForLogSpecification Class to represent shoebox log specification in json client discovery.
    • Constructor Detail

      • ClientDiscoveryForLogSpecification

        public ClientDiscoveryForLogSpecification()
    • Method Detail

      • blobDuration

        public String blobDuration()
        Get the blobDuration property: blob duration of shoebox log specification.
        Returns:
        the blobDuration value.
      • withBlobDuration

        public ClientDiscoveryForLogSpecification withBlobDuration​(String blobDuration)
        Set the blobDuration property: blob duration of shoebox log specification.
        Parameters:
        blobDuration - the blobDuration value to set.
        Returns:
        the ClientDiscoveryForLogSpecification object itself.
      • displayName

        public String displayName()
        Get the displayName property: Localized display name.
        Returns:
        the displayName value.
      • withDisplayName

        public ClientDiscoveryForLogSpecification withDisplayName​(String displayName)
        Set the displayName property: Localized display name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the ClientDiscoveryForLogSpecification object itself.
      • name

        public String name()
        Get the name property: Name for shoebox log specification.
        Returns:
        the name value.
      • withName

        public ClientDiscoveryForLogSpecification withName​(String name)
        Set the name property: Name for shoebox log specification.
        Parameters:
        name - the name value to set.
        Returns:
        the ClientDiscoveryForLogSpecification object itself.
      • validate

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