@Generated(value="software.amazon.awssdk:codegen") public final class EndpointDemographic extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointDemographic.Builder,EndpointDemographic>
Modifier and Type | Class and Description |
---|---|
static interface |
EndpointDemographic.Builder |
Modifier and Type | Method and Description |
---|---|
String |
appVersion()
The version of the application associated with the endpoint.
|
static EndpointDemographic.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
locale()
The endpoint locale in the following format: The ISO 639-1 alpha-2 code, followed by an underscore, followed by
an ISO 3166-1 alpha-2 value.
|
String |
make()
The manufacturer of the endpoint device, such as Apple or Samsung.
|
String |
model()
The model name or number of the endpoint device, such as iPhone.
|
String |
modelVersion()
The model version of the endpoint device.
|
String |
platform()
The platform of the endpoint device, such as iOS or Android.
|
String |
platformVersion()
The platform version of the endpoint device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointDemographic.Builder> |
serializableBuilderClass() |
String |
timezone()
The timezone of the endpoint.
|
EndpointDemographic.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String appVersion()
public String locale()
public String make()
public String model()
public String modelVersion()
public String platform()
public String platformVersion()
public String timezone()
public EndpointDemographic.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EndpointDemographic.Builder,EndpointDemographic>
public static EndpointDemographic.Builder builder()
public static Class<? extends EndpointDemographic.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.