public class Service
extends java.lang.Object
implements java.io.Serializable
RemoteApiVersion.VERSION_1_24
Modifier and Type | Field and Description |
---|---|
static java.lang.Long |
serialVersionUID |
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Date |
getCreatedAt() |
Endpoint |
getEndpoint() |
java.lang.String |
getId() |
ServiceSpec |
getSpec() |
java.util.Date |
getUpdatedAt() |
ServiceUpdateStatus |
getUpdateStatus() |
ResourceVersion |
getVersion() |
int |
hashCode() |
java.lang.String |
toString() |
Service |
withCreatedAt(java.util.Date createdAt) |
Service |
withEndpoint(Endpoint endpoint) |
Service |
withId(java.lang.String id) |
Service |
withSpec(ServiceSpec spec) |
Service |
withUpdatedAt(java.util.Date updatedAt) |
Service |
withUpdateStatus(ServiceUpdateStatus updateStatus) |
Service |
withVersion(ResourceVersion version) |
@CheckForNull public java.lang.String getId()
id
@CheckForNull public java.util.Date getCreatedAt()
createdAt
@CheckForNull public java.util.Date getUpdatedAt()
updatedAt
@CheckForNull public ServiceSpec getSpec()
spec
public Service withSpec(ServiceSpec spec)
spec
@CheckForNull public ServiceUpdateStatus getUpdateStatus()
updateStatus
public Service withUpdateStatus(ServiceUpdateStatus updateStatus)
updateStatus
@CheckForNull public ResourceVersion getVersion()
version
public Service withVersion(ResourceVersion version)
version
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2019. All Rights Reserved.