@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NielsenConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
NielsenConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
NielsenConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getBreakoutCode()
Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code.
|
String |
getDistributorId()
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBreakoutCode(Integer breakoutCode)
Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code.
|
void |
setDistributorId(String distributorId)
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
String |
toString()
Returns a string representation of this object.
|
NielsenConfiguration |
withBreakoutCode(Integer breakoutCode)
Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code.
|
NielsenConfiguration |
withDistributorId(String distributorId)
Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.
|
public void setBreakoutCode(Integer breakoutCode)
breakoutCode - Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code.
Supported values are 0, 3, 7, and 9.public Integer getBreakoutCode()
public NielsenConfiguration withBreakoutCode(Integer breakoutCode)
breakoutCode - Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code.
Supported values are 0, 3, 7, and 9.public void setDistributorId(String distributorId)
distributorId - Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.public String getDistributorId()
public NielsenConfiguration withDistributorId(String distributorId)
distributorId - Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by
Neilsen.public String toString()
toString in class ObjectObject.toString()public NielsenConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.