public class SdkMediationSettings extends AbstractDisplaySettings implements Serializable
| Constructor and Description |
|---|
SdkMediationSettings() |
SdkMediationSettings(YieldParameter_StringMapEntry[] parameters,
YieldIntegrationType yieldIntegrationType,
YieldPlatform platform) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
YieldParameter_StringMapEntry[] |
getParameters()
Gets the parameters value for this SdkMediationSettings.
|
YieldParameter_StringMapEntry |
getParameters(int i) |
YieldPlatform |
getPlatform()
Gets the platform value for this SdkMediationSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
YieldIntegrationType |
getYieldIntegrationType()
Gets the yieldIntegrationType value for this SdkMediationSettings.
|
int |
hashCode() |
void |
setParameters(int i,
YieldParameter_StringMapEntry _value) |
void |
setParameters(YieldParameter_StringMapEntry[] parameters)
Sets the parameters value for this SdkMediationSettings.
|
void |
setPlatform(YieldPlatform platform)
Sets the platform value for this SdkMediationSettings.
|
void |
setYieldIntegrationType(YieldIntegrationType yieldIntegrationType)
Sets the yieldIntegrationType value for this SdkMediationSettings.
|
String |
toString() |
public SdkMediationSettings()
public SdkMediationSettings(YieldParameter_StringMapEntry[] parameters, YieldIntegrationType yieldIntegrationType, YieldPlatform platform)
public String toString()
toString in class AbstractDisplaySettingspublic YieldParameter_StringMapEntry[] getParameters()
public void setParameters(YieldParameter_StringMapEntry[] parameters)
parameters - public YieldParameter_StringMapEntry getParameters(int i)
public void setParameters(int i,
YieldParameter_StringMapEntry _value)
public YieldIntegrationType getYieldIntegrationType()
public void setYieldIntegrationType(YieldIntegrationType yieldIntegrationType)
yieldIntegrationType - public YieldPlatform getPlatform()
public void setPlatform(YieldPlatform platform)
platform - public boolean equals(Object obj)
equals in class AbstractDisplaySettingspublic int hashCode()
hashCode in class AbstractDisplaySettingspublic 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.