public class CreateServiceResult
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 create call.
|
Constructor and Description |
---|
CreateServiceResult() |
Modifier and Type | Method and Description |
---|---|
CreateServiceResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private 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 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 CreateServiceResult clone()
clone
in class java.lang.Object