Class Assignment


  • @ApiType("SoftLayer_Product_Item_Policy_Assignment")
    public class Assignment
    extends Entity
    Represents the assignment of a policy to a product. The existence of a record means that the associated product is subject to the terms defined in the document content of the policy.
    See Also:
    SoftLayer_Product_Item_Policy_Assignment
    • Constructor Detail

      • Assignment

        public Assignment()
    • Method Detail

      • getPolicyName

        public String getPolicyName()
      • setPolicyName

        public void setPolicyName​(String policyName)
      • getProduct

        public Item getProduct()
      • setProduct

        public void setProduct​(Item product)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getProductId

        public Long getProductId()
      • setProductId

        public void setProductId​(Long productId)
      • isProductIdSpecified

        public boolean isProductIdSpecified()
      • unsetProductId

        public void unsetProductId()