Package ua_parser
Class OS
- java.lang.Object
-
- ua_parser.OS
-
public class OS extends Object
Operating System 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 OS
fromMap(Map<String,String> m)
int
hashCode()
String
toString()
-