public class OSType extends Object implements Comparable<OSType>
Modifier and Type | Class and Description |
---|---|
static class |
OSType.Builder<T extends OSType.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
OSType(String id,
String OSCategoryId,
String description) |
Modifier and Type | Method and Description |
---|---|
static OSType.Builder<?> |
builder() |
int |
compareTo(OSType o) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
String |
getOSCategoryId() |
int |
hashCode() |
protected com.google.common.base.MoreObjects.ToStringHelper |
string() |
OSType.Builder<?> |
toBuilder() |
String |
toString() |
public static OSType.Builder<?> builder()
public OSType.Builder<?> toBuilder()
public String getId()
@Nullable public String getDescription()
protected com.google.common.base.MoreObjects.ToStringHelper string()
public int compareTo(OSType o)
compareTo
in interface Comparable<OSType>
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.