java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.cdnmarketplace.configuration.behavior.HotlinkProtection

@ApiType("SoftLayer_Network_CdnMarketplace_Configuration_Behavior_HotlinkProtection")
public class HotlinkProtection
extends Entity
See Also:
SoftLayer_Network_CdnMarketplace_Configuration_Behavior_HotlinkProtection
  • Field Details

  • Constructor Details

    • HotlinkProtection

      public HotlinkProtection()
  • Method Details

    • getProtectionType

      public String getProtectionType()
    • setProtectionType

      public void setProtectionType​(String protectionType)
    • isProtectionTypeSpecified

      public boolean isProtectionTypeSpecified()
    • unsetProtectionType

      public void unsetProtectionType()
    • getRefererValues

      public String getRefererValues()
    • setRefererValues

      public void setRefererValues​(String refererValues)
    • isRefererValuesSpecified

      public boolean isRefererValuesSpecified()
    • unsetRefererValues

      public void unsetRefererValues()
    • service

      public static HotlinkProtection.Service service​(ApiClient client)