public class DeleteServiceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DeleteServiceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceResult |
clone() |
boolean |
equals(Object obj) |
Service |
getService() |
int |
hashCode() |
void |
setService(Service service) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteServiceResult |
withService(Service service)
Returns a reference to this object so that method calls can be chained together.
|
public Service getService()
public void setService(Service service)
service
- public DeleteServiceResult withService(Service service)
Returns a reference to this object so that method calls can be chained together.
service
- public String toString()
toString
in class Object
Object.toString()
public DeleteServiceResult clone()
Copyright © 2015. All rights reserved.