public class YieldAdSource extends Object implements Serializable
| Constructor and Description |
|---|
YieldAdSource() |
YieldAdSource(Long adSourceId,
Long companyId,
AbstractDisplaySettings displaySettings,
YieldEntityStatus status,
Money manualCpm,
Boolean overrideDynamicCpm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAdSourceId()
Gets the adSourceId value for this YieldAdSource.
|
Long |
getCompanyId()
Gets the companyId value for this YieldAdSource.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
AbstractDisplaySettings |
getDisplaySettings()
Gets the displaySettings value for this YieldAdSource.
|
Money |
getManualCpm()
Gets the manualCpm value for this YieldAdSource.
|
Boolean |
getOverrideDynamicCpm()
Gets the overrideDynamicCpm value for this YieldAdSource.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
YieldEntityStatus |
getStatus()
Gets the status value for this YieldAdSource.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdSourceId(Long adSourceId)
Sets the adSourceId value for this YieldAdSource.
|
void |
setCompanyId(Long companyId)
Sets the companyId value for this YieldAdSource.
|
void |
setDisplaySettings(AbstractDisplaySettings displaySettings)
Sets the displaySettings value for this YieldAdSource.
|
void |
setManualCpm(Money manualCpm)
Sets the manualCpm value for this YieldAdSource.
|
void |
setOverrideDynamicCpm(Boolean overrideDynamicCpm)
Sets the overrideDynamicCpm value for this YieldAdSource.
|
void |
setStatus(YieldEntityStatus status)
Sets the status value for this YieldAdSource.
|
String |
toString() |
public YieldAdSource()
public YieldAdSource(Long adSourceId, Long companyId, AbstractDisplaySettings displaySettings, YieldEntityStatus status, Money manualCpm, Boolean overrideDynamicCpm)
public Long getAdSourceId()
public void setAdSourceId(Long adSourceId)
adSourceId - public Long getCompanyId()
public void setCompanyId(Long companyId)
companyId - public AbstractDisplaySettings getDisplaySettings()
public void setDisplaySettings(AbstractDisplaySettings displaySettings)
displaySettings - public YieldEntityStatus getStatus()
public void setStatus(YieldEntityStatus status)
status - public Money getManualCpm()
public void setManualCpm(Money manualCpm)
manualCpm - public Boolean getOverrideDynamicCpm()
public void setOverrideDynamicCpm(Boolean overrideDynamicCpm)
overrideDynamicCpm - 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.