public class WorkerGroupRelease extends Object implements Serializable
| Constructor and Description |
|---|
WorkerGroupRelease() |
| Modifier and Type | Method and Description |
|---|---|
String |
author() |
WorkerGroupRelease |
author(String author) |
String |
key() |
WorkerGroupRelease |
key(String key) |
java.time.Instant |
ts() |
WorkerGroupRelease |
ts(java.time.Instant ts) |
String |
worker() |
WorkerGroupRelease |
worker(String worker) |
public java.time.Instant ts()
public String key()
public String worker()
public String author()
public WorkerGroupRelease ts(java.time.Instant ts)
public WorkerGroupRelease key(String key)
public WorkerGroupRelease worker(String worker)
public WorkerGroupRelease author(String author)
Copyright © 2018. All rights reserved.