public class YieldPartner extends Object implements Serializable
| Constructor and Description |
|---|
YieldPartner() |
YieldPartner(Long companyId,
YieldPartnerSettings[] settings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCompanyId()
Gets the companyId value for this YieldPartner.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
YieldPartnerSettings[] |
getSettings()
Gets the settings value for this YieldPartner.
|
YieldPartnerSettings |
getSettings(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCompanyId(Long companyId)
Sets the companyId value for this YieldPartner.
|
void |
setSettings(int i,
YieldPartnerSettings _value) |
void |
setSettings(YieldPartnerSettings[] settings)
Sets the settings value for this YieldPartner.
|
String |
toString() |
public YieldPartner()
public YieldPartner(Long companyId, YieldPartnerSettings[] settings)
public Long getCompanyId()
public void setCompanyId(Long companyId)
companyId - public YieldPartnerSettings[] getSettings()
public void setSettings(YieldPartnerSettings[] settings)
settings - public YieldPartnerSettings getSettings(int i)
public void setSettings(int i,
YieldPartnerSettings _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.