Class BillingEntityInformationResponse


  • public class BillingEntityInformationResponse
    extends Object
    BillingEntityInformationResponse.
    • Constructor Detail

      • BillingEntityInformationResponse

        public BillingEntityInformationResponse()
    • Method Detail

      • getBillingProfile

        public String getBillingProfile()
        .
        Returns:
        billingProfile
      • setBillingProfile

        public void setBillingProfile​(String billingProfile)
        setBillingProfile.
      • getEntityName

        public String getEntityName()
        .
        Returns:
        entityName
      • setEntityName

        public void setEntityName​(String entityName)
        setEntityName.
      • getExternalEntityId

        public String getExternalEntityId()
        .
        Returns:
        externalEntityId
      • setExternalEntityId

        public void setExternalEntityId​(String externalEntityId)
        setExternalEntityId.
      • getIsExternallyBilled

        public String getIsExternallyBilled()
        .
        Returns:
        isExternallyBilled
      • setIsExternallyBilled

        public void setIsExternallyBilled​(String isExternallyBilled)
        setIsExternallyBilled.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object