Class MarketingFeature


  • @ApiType("SoftLayer_Hardware_Component_Model_Generic_MarketingFeature")
    public class MarketingFeature
    extends Entity
    The SoftLayer_Hardware_Component_Model_Generic_MarketingFeature data type contains general information relating to all the advertising features of a single SoftLayer hardware generic component model.
    See Also:
    SoftLayer_Hardware_Component_Model_Generic_MarketingFeature
    • Field Detail

      • hardwareGenericComponentModel

        @ApiProperty
        protected Generic hardwareGenericComponentModel
        The generic component model for a list of advertising or marketing features
      • featuresSpecified

        protected boolean featuresSpecified
      • priceSpecified

        protected boolean priceSpecified
    • Constructor Detail

      • MarketingFeature

        public MarketingFeature()
    • Method Detail

      • getHardwareGenericComponentModel

        public Generic getHardwareGenericComponentModel()
      • setHardwareGenericComponentModel

        public void setHardwareGenericComponentModel​(Generic hardwareGenericComponentModel)
      • getFeatures

        public String getFeatures()
      • setFeatures

        public void setFeatures​(String features)
      • isFeaturesSpecified

        public boolean isFeaturesSpecified()
      • unsetFeatures

        public void unsetFeatures()
      • getPrice

        public String getPrice()
      • setPrice

        public void setPrice​(String price)
      • isPriceSpecified

        public boolean isPriceSpecified()
      • unsetPrice

        public void unsetPrice()