Class UnknownTarget


  • public final class UnknownTarget
    extends Object
    Properties pertaining to the UnknownTarget.
    • Constructor Detail

      • UnknownTarget

        public UnknownTarget()
    • Method Detail

      • attributes

        public Map<String,​String> attributes()
        Get the attributes property: Dictionary of string->string pairs containing information about the Storage Target.
        Returns:
        the attributes value.
      • withAttributes

        public UnknownTarget withAttributes​(Map<String,​String> attributes)
        Set the attributes property: Dictionary of string->string pairs containing information about the Storage Target.
        Parameters:
        attributes - the attributes value to set.
        Returns:
        the UnknownTarget object itself.
      • validate

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