Class OSOptionPropertyList


  • public final class OSOptionPropertyList
    extends Object
    The list of OS option properties.
    • Constructor Detail

      • OSOptionPropertyList

        public OSOptionPropertyList()
    • Method Detail

      • osOptionPropertyList

        public List<OSOptionProperty> osOptionPropertyList()
        Get the osOptionPropertyList property: The list of OS options.
        Returns:
        the osOptionPropertyList value.
      • withOsOptionPropertyList

        public OSOptionPropertyList withOsOptionPropertyList​(List<OSOptionProperty> osOptionPropertyList)
        Set the osOptionPropertyList property: The list of OS options.
        Parameters:
        osOptionPropertyList - the osOptionPropertyList value to set.
        Returns:
        the OSOptionPropertyList object itself.
      • validate

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