public class Service extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Service.Criteria |
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
Date |
createdAt() |
Endpoint |
endpoint() |
boolean |
equals(Object o) |
static Service.Criteria.Builder |
find() |
int |
hashCode() |
String |
id() |
ServiceSpec |
spec() |
String |
toString() |
Date |
updatedAt() |
UpdateStatus |
updateStatus() |
Version |
version() |
public String id()
public Version version()
public Date createdAt()
public Date updatedAt()
public ServiceSpec spec()
public Endpoint endpoint()
public UpdateStatus updateStatus()
public static Service.Criteria.Builder find()
Copyright © 2016. All rights reserved.