Package com.docusign.esign.model
Class BillingEntityInformationResponse
- java.lang.Object
-
- com.docusign.esign.model.BillingEntityInformationResponse
-
public class BillingEntityInformationResponse extends java.lang.ObjectBillingEntityInformationResponse.
-
-
Constructor Summary
Constructors Constructor Description BillingEntityInformationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingEntityInformationResponsebillingProfile(java.lang.String billingProfile)billingProfile.BillingEntityInformationResponseentityName(java.lang.String entityName)entityName.booleanequals(java.lang.Object o)Compares objects.BillingEntityInformationResponseexternalEntityId(java.lang.String externalEntityId)externalEntityId.java.lang.StringgetBillingProfile().java.lang.StringgetEntityName().java.lang.StringgetExternalEntityId().java.lang.StringgetIsExternallyBilled().inthashCode()Returns the HashCode.BillingEntityInformationResponseisExternallyBilled(java.lang.String isExternallyBilled)isExternallyBilled.voidsetBillingProfile(java.lang.String billingProfile)setBillingProfile.voidsetEntityName(java.lang.String entityName)setEntityName.voidsetExternalEntityId(java.lang.String externalEntityId)setExternalEntityId.voidsetIsExternallyBilled(java.lang.String isExternallyBilled)setIsExternallyBilled.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
billingProfile
public BillingEntityInformationResponse billingProfile(java.lang.String billingProfile)
billingProfile.- Returns:
- BillingEntityInformationResponse
-
getBillingProfile
public java.lang.String getBillingProfile()
.- Returns:
- billingProfile
-
setBillingProfile
public void setBillingProfile(java.lang.String billingProfile)
setBillingProfile.
-
entityName
public BillingEntityInformationResponse entityName(java.lang.String entityName)
entityName.- Returns:
- BillingEntityInformationResponse
-
getEntityName
public java.lang.String getEntityName()
.- Returns:
- entityName
-
setEntityName
public void setEntityName(java.lang.String entityName)
setEntityName.
-
externalEntityId
public BillingEntityInformationResponse externalEntityId(java.lang.String externalEntityId)
externalEntityId.- Returns:
- BillingEntityInformationResponse
-
getExternalEntityId
public java.lang.String getExternalEntityId()
.- Returns:
- externalEntityId
-
setExternalEntityId
public void setExternalEntityId(java.lang.String externalEntityId)
setExternalEntityId.
-
isExternallyBilled
public BillingEntityInformationResponse isExternallyBilled(java.lang.String isExternallyBilled)
isExternallyBilled.- Returns:
- BillingEntityInformationResponse
-
getIsExternallyBilled
public java.lang.String getIsExternallyBilled()
.- Returns:
- isExternallyBilled
-
setIsExternallyBilled
public void setIsExternallyBilled(java.lang.String isExternallyBilled)
setIsExternallyBilled.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-