public class UserAgent extends Object
Modifier and Type | Field and Description |
---|---|
String |
family |
String |
major |
String |
minor |
String |
patch |
Constructor and Description |
---|
UserAgent(String family,
String major,
String minor,
String patch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static UserAgent |
fromMap(Map<String,String> m) |
int |
hashCode() |
String |
toString() |
Copyright © 2019. All rights reserved.