Class Option

    • Field Detail

      • flavorSpecified

        protected boolean flavorSpecified
      • itemPrice

        @ApiProperty(canBeNullOrNotSet=true)
        protected Price itemPrice

        Provides hourly and monthly costs (if either are applicable), and a description of the option.
      • itemPriceSpecified

        protected boolean itemPriceSpecified
      • template

        @ApiProperty(canBeNullOrNotSet=true)
        protected Guest template

        Provides a fragment of the request with the properties and values that must be sent when creating a computing instance with the option.
      • templateSpecified

        protected boolean templateSpecified
    • Constructor Detail

      • Option

        public Option()
    • Method Detail

      • getFlavor

        public Preset getFlavor()
      • setFlavor

        public void setFlavor​(Preset flavor)
      • isFlavorSpecified

        public boolean isFlavorSpecified()
      • unsetFlavor

        public void unsetFlavor()
      • getItemPrice

        public Price getItemPrice()
      • setItemPrice

        public void setItemPrice​(Price itemPrice)
      • isItemPriceSpecified

        public boolean isItemPriceSpecified()
      • unsetItemPrice

        public void unsetItemPrice()
      • getTemplate

        public Guest getTemplate()
      • setTemplate

        public void setTemplate​(Guest template)
      • isTemplateSpecified

        public boolean isTemplateSpecified()
      • unsetTemplate

        public void unsetTemplate()