public class YieldGroup extends Object implements Serializable
| Constructor and Description |
|---|
YieldGroup() |
YieldGroup(Long yieldGroupId,
String yieldGroupName,
YieldEntityStatus exchangeStatus,
YieldFormat format,
YieldEnvironmentType environmentType,
Targeting targeting,
YieldAdSource[] adSources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
YieldAdSource[] |
getAdSources()
Gets the adSources value for this YieldGroup.
|
YieldAdSource |
getAdSources(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
YieldEnvironmentType |
getEnvironmentType()
Gets the environmentType value for this YieldGroup.
|
YieldEntityStatus |
getExchangeStatus()
Gets the exchangeStatus value for this YieldGroup.
|
YieldFormat |
getFormat()
Gets the format value for this YieldGroup.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Targeting |
getTargeting()
Gets the targeting value for this YieldGroup.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getYieldGroupId()
Gets the yieldGroupId value for this YieldGroup.
|
String |
getYieldGroupName()
Gets the yieldGroupName value for this YieldGroup.
|
int |
hashCode() |
void |
setAdSources(int i,
YieldAdSource _value) |
void |
setAdSources(YieldAdSource[] adSources)
Sets the adSources value for this YieldGroup.
|
void |
setEnvironmentType(YieldEnvironmentType environmentType)
Sets the environmentType value for this YieldGroup.
|
void |
setExchangeStatus(YieldEntityStatus exchangeStatus)
Sets the exchangeStatus value for this YieldGroup.
|
void |
setFormat(YieldFormat format)
Sets the format value for this YieldGroup.
|
void |
setTargeting(Targeting targeting)
Sets the targeting value for this YieldGroup.
|
void |
setYieldGroupId(Long yieldGroupId)
Sets the yieldGroupId value for this YieldGroup.
|
void |
setYieldGroupName(String yieldGroupName)
Sets the yieldGroupName value for this YieldGroup.
|
String |
toString() |
public YieldGroup()
public YieldGroup(Long yieldGroupId, String yieldGroupName, YieldEntityStatus exchangeStatus, YieldFormat format, YieldEnvironmentType environmentType, Targeting targeting, YieldAdSource[] adSources)
public Long getYieldGroupId()
public void setYieldGroupId(Long yieldGroupId)
yieldGroupId - public String getYieldGroupName()
public void setYieldGroupName(String yieldGroupName)
yieldGroupName - public YieldEntityStatus getExchangeStatus()
public void setExchangeStatus(YieldEntityStatus exchangeStatus)
exchangeStatus - public YieldFormat getFormat()
public void setFormat(YieldFormat format)
format - public YieldEnvironmentType getEnvironmentType()
public void setEnvironmentType(YieldEnvironmentType environmentType)
environmentType - public Targeting getTargeting()
public void setTargeting(Targeting targeting)
targeting - public YieldAdSource[] getAdSources()
public void setAdSources(YieldAdSource[] adSources)
adSources - public YieldAdSource getAdSources(int i)
public void setAdSources(int i,
YieldAdSource _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.