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