@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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 Object
Object.toString()
public NielsenConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.