public class InstallationCreationInfo extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
buildInfo
Information about the device.
|
private String |
deviceId
Unique number of every Device.
|
private String |
gcmRegistrationId
An identifier of the device on Google Cloud Message service.
|
Constructor and Description |
---|
InstallationCreationInfo() |
@NotNull @Size(max=17, min=1) private String deviceId
@NotNull private Map<String,String> buildInfo
@Size(min=1) private String gcmRegistrationId
Copyright © 2016. All rights reserved.