public class UpdateServiceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
UpdateServiceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceResult |
clone() |
boolean |
equals(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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public UpdateServiceResult clone()
Copyright © 2016. All rights reserved.