Class Operation
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.Operation
-
public class Operation extends java.lang.Object
An operation performed while executing a deploy.- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Operation.OperationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Operation.OperationBuilder
builder()
java.lang.String
getKey()
The formatted string of the `Key`OpKind
getKind()
void
setKey(java.lang.String key)
The formatted string of the `Key`void
setKind(OpKind kind)
-
-
-
Constructor Detail
-
Operation
public Operation(java.lang.String key, OpKind kind)
-
Operation
public Operation()
-
-
Method Detail
-
builder
public static Operation.OperationBuilder builder()
-
getKey
public java.lang.String getKey()
The formatted string of the `Key`
-
setKey
public void setKey(java.lang.String key)
The formatted string of the `Key`
-
-