public class DeviceInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.common.collect.ImmutableMap<String,String> |
getAttributes() |
String |
getChannelId() |
com.google.common.collect.ImmutableMap<String,String> |
getIdentifiers() |
com.google.common.base.Optional<String> |
getNamedUsedId() |
DeviceFilterType |
getPlatform() |
int |
hashCode() |
static DeviceInfo.Builder |
newBuilder() |
static DeviceInfo |
parseJSON(String json) |
static DeviceInfo |
parseJSONfromBytes(byte[] bytes) |
byte[] |
serializeToJSONBytes() |
String |
toString() |
public com.google.common.base.Optional<String> getNamedUsedId()
public String getChannelId()
public DeviceFilterType getPlatform()
public static DeviceInfo parseJSONfromBytes(byte[] bytes)
public static DeviceInfo parseJSON(String json)
public byte[] serializeToJSONBytes()
public static DeviceInfo.Builder newBuilder()
Copyright © 2016. All rights reserved.