public class CreateServiceResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateServiceResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceResult |
clone() |
boolean |
equals(Object obj) |
Service |
getService()
The full description of your service following the create call.
|
int |
hashCode() |
void |
setService(Service service)
The full description of your service following the create call.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateServiceResult |
withService(Service service)
The full description of your service following the create call.
|
public void setService(Service service)
The full description of your service following the create call.
service - The full description of your service following the create call.public Service getService()
The full description of your service following the create call.
public CreateServiceResult withService(Service service)
The full description of your service following the create call.
service - The full description of your service following the create call.public String toString()
toString in class ObjectObject.toString()public CreateServiceResult clone()
Copyright © 2016. All rights reserved.