Class Partner


  • @ApiType("SoftLayer_Account_Business_Partner")
    public class Partner
    extends Entity
    Contains business partner details associated with an account. Country Enterprise Identifier (CEID), Channel ID, Segment ID and Reseller Level.
    See Also:
    SoftLayer_Account_Business_Partner
    • Field Detail

      • account

        @ApiProperty
        protected Account account
        Account associated with the business partner data
      • channel

        @ApiProperty
        protected Channel channel
        Channel indicator used to categorize business partner revenue.
      • segment

        @ApiProperty
        protected Segment segment
        Segment indicator used to categorize business partner revenue.
      • channelIdSpecified

        protected boolean channelIdSpecified
      • countryEnterpriseCodeSpecified

        protected boolean countryEnterpriseCodeSpecified
      • resellerLevelSpecified

        protected boolean resellerLevelSpecified
      • segmentIdSpecified

        protected boolean segmentIdSpecified
    • Constructor Detail

      • Partner

        public Partner()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getChannel

        public Channel getChannel()
      • setChannel

        public void setChannel​(Channel channel)
      • getSegment

        public Segment getSegment()
      • setSegment

        public void setSegment​(Segment segment)
      • getChannelId

        public Long getChannelId()
      • setChannelId

        public void setChannelId​(Long channelId)
      • isChannelIdSpecified

        public boolean isChannelIdSpecified()
      • unsetChannelId

        public void unsetChannelId()
      • getCountryEnterpriseCode

        public String getCountryEnterpriseCode()
      • setCountryEnterpriseCode

        public void setCountryEnterpriseCode​(String countryEnterpriseCode)
      • isCountryEnterpriseCodeSpecified

        public boolean isCountryEnterpriseCodeSpecified()
      • unsetCountryEnterpriseCode

        public void unsetCountryEnterpriseCode()
      • getResellerLevel

        public Long getResellerLevel()
      • setResellerLevel

        public void setResellerLevel​(Long resellerLevel)
      • isResellerLevelSpecified

        public boolean isResellerLevelSpecified()
      • unsetResellerLevel

        public void unsetResellerLevel()
      • getSegmentId

        public Long getSegmentId()
      • setSegmentId

        public void setSegmentId​(Long segmentId)
      • isSegmentIdSpecified

        public boolean isSegmentIdSpecified()
      • unsetSegmentId

        public void unsetSegmentId()