public class SegmentDemographics
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SegmentDemographics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SetDimension |
getAppVersion()
The app version criteria for the segment.
|
SetDimension |
getChannel()
The channel criteria for the segment.
|
SetDimension |
getDeviceType()
The device type criteria for the segment.
|
SetDimension |
getMake()
The device make criteria for the segment.
|
SetDimension |
getModel()
The device model criteria for the segment.
|
SetDimension |
getPlatform()
The device platform criteria for the segment.
|
int |
hashCode() |
void |
setAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
void |
setChannel(SetDimension channel)
The channel criteria for the segment.
|
void |
setDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
void |
setMake(SetDimension make)
The device make criteria for the segment.
|
void |
setModel(SetDimension model)
The device model criteria for the segment.
|
void |
setPlatform(SetDimension platform)
The device platform criteria for the segment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SegmentDemographics |
withAppVersion(SetDimension appVersion)
The app version criteria for the segment.
|
SegmentDemographics |
withChannel(SetDimension channel)
The channel criteria for the segment.
|
SegmentDemographics |
withDeviceType(SetDimension deviceType)
The device type criteria for the segment.
|
SegmentDemographics |
withMake(SetDimension make)
The device make criteria for the segment.
|
SegmentDemographics |
withModel(SetDimension model)
The device model criteria for the segment.
|
SegmentDemographics |
withPlatform(SetDimension platform)
The device platform criteria for the segment.
|
public SetDimension getAppVersion()
public void setAppVersion(SetDimension appVersion)
appVersion
- The app version criteria for the segment.public SegmentDemographics withAppVersion(SetDimension appVersion)
Returns a reference to this object so that method calls can be chained together.
appVersion
- The app version criteria for the segment.public SetDimension getChannel()
public void setChannel(SetDimension channel)
channel
- The channel criteria for the segment.public SegmentDemographics withChannel(SetDimension channel)
Returns a reference to this object so that method calls can be chained together.
channel
- The channel criteria for the segment.public SetDimension getDeviceType()
public void setDeviceType(SetDimension deviceType)
deviceType
- The device type criteria for the segment.public SegmentDemographics withDeviceType(SetDimension deviceType)
Returns a reference to this object so that method calls can be chained together.
deviceType
- The device type criteria for the segment.public SetDimension getMake()
public void setMake(SetDimension make)
make
- The device make criteria for the segment.public SegmentDemographics withMake(SetDimension make)
Returns a reference to this object so that method calls can be chained together.
make
- The device make criteria for the segment.public SetDimension getModel()
public void setModel(SetDimension model)
model
- The device model criteria for the segment.public SegmentDemographics withModel(SetDimension model)
Returns a reference to this object so that method calls can be chained together.
model
- The device model criteria for the segment.public SetDimension getPlatform()
public void setPlatform(SetDimension platform)
platform
- The device platform criteria for the segment.public SegmentDemographics withPlatform(SetDimension platform)
Returns a reference to this object so that method calls can be chained together.
platform
- The device platform criteria for the segment.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.