public class UpdateServiceResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Service |
service
The full description of your service following the update call.
|
Constructor and Description |
---|
UpdateServiceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Service |
getService()
The full description of your service following the update call.
|
int |
hashCode() |
void |
setService(Service service)
The full description of your service following the update call.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateServiceResult |
withService(Service service)
The full description of your service following the update call.
|
private Service service
The full description of your service following the update call.
public void setService(Service service)
The full description of your service following the update call.
service
- The full description of your service following the update call.public Service getService()
The full description of your service following the update call.
public UpdateServiceResult withService(Service service)
The full description of your service following the update call.
service
- The full description of your service following the update call.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateServiceResult clone()
clone
in class java.lang.Object