public class Operation extends Object
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
OperationDisplay |
display()
Get the display information of the operation.
|
String |
name()
Get the name of the operation.
|
ContainerInstanceOperationsOrigin |
origin()
Get the intended executor of the operation.
|
Object |
properties()
Get the additional properties.
|
Operation |
withDisplay(OperationDisplay display)
Set the display information of the operation.
|
Operation |
withName(String name)
Set the name of the operation.
|
Operation |
withOrigin(ContainerInstanceOperationsOrigin origin)
Set the intended executor of the operation.
|
Operation |
withProperties(Object properties)
Set the additional properties.
|
public String name()
public Operation withName(String name)
name
- the name value to setpublic OperationDisplay display()
public Operation withDisplay(OperationDisplay display)
display
- the display value to setpublic Object properties()
public Operation withProperties(Object properties)
properties
- the properties value to setpublic ContainerInstanceOperationsOrigin origin()
public Operation withOrigin(ContainerInstanceOperationsOrigin origin)
origin
- the origin value to setCopyright © 2019. All rights reserved.