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 Service getService()
public void setService(Service service)
service
- The full description of your service following the update call.public UpdateServiceResult withService(Service service)
Returns a reference to this object so that method calls can be chained together.
service
- The full description of your service following the update call.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceResult clone()
Copyright © 2015. All rights reserved.