java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.component.model.generic.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 Details

    • hardwareGenericComponentModel

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

      @ApiProperty(canBeNullOrNotSet=true) protected String features
      An html formatted list of all features.
    • featuresSpecified

      protected boolean featuresSpecified
    • price

      @ApiProperty(canBeNullOrNotSet=true) protected String price
      A hardware component's upgrade price.
    • priceSpecified

      protected boolean priceSpecified
  • Constructor Details

    • MarketingFeature

      public MarketingFeature()
  • Method Details

    • 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()