public class ThirdPartyDataDeclaration extends Object implements Serializable
This can be set at the network level, as a default for all creatives, or overridden for a particular creative.
| Constructor and Description |
|---|
ThirdPartyDataDeclaration() |
ThirdPartyDataDeclaration(DeclarationType declarationType,
long[] thirdPartyCompanyIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DeclarationType |
getDeclarationType()
Gets the declarationType value for this ThirdPartyDataDeclaration.
|
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
|
long[] |
getThirdPartyCompanyIds()
Gets the thirdPartyCompanyIds value for this ThirdPartyDataDeclaration.
|
long |
getThirdPartyCompanyIds(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDeclarationType(DeclarationType declarationType)
Sets the declarationType value for this ThirdPartyDataDeclaration.
|
void |
setThirdPartyCompanyIds(int i,
long _value) |
void |
setThirdPartyCompanyIds(long[] thirdPartyCompanyIds)
Sets the thirdPartyCompanyIds value for this ThirdPartyDataDeclaration.
|
String |
toString() |
public ThirdPartyDataDeclaration()
public ThirdPartyDataDeclaration(DeclarationType declarationType, long[] thirdPartyCompanyIds)
public DeclarationType getDeclarationType()
public void setDeclarationType(DeclarationType declarationType)
declarationType - public long[] getThirdPartyCompanyIds()
public void setThirdPartyCompanyIds(long[] thirdPartyCompanyIds)
thirdPartyCompanyIds - public long getThirdPartyCompanyIds(int i)
public void setThirdPartyCompanyIds(int i,
long _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.