public class WorkerCategory extends Object implements Comparable<WorkerCategory>, Serializable
Modifier and Type | Field and Description |
---|---|
String |
graphId |
String |
workerVersion |
Constructor and Description |
---|
WorkerCategory(String graphId,
String workerCommit) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WorkerCategory other) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public int compareTo(WorkerCategory other)
compareTo
in interface Comparable<WorkerCategory>
Copyright © 2019. All rights reserved.