Package ua_parser
Class Device
- java.lang.Object
-
- ua_parser.Device
-
public class Device extends Object
Device parsed data class- Author:
- Steve Jiang (@sjiang) <gh at iamsteve com>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
static Device
fromMap(Map<String,String> m)
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Device
public Device(String family)
-
-