Class Entry
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.Entry
-
public class Entry extends java.lang.Object
A transformation performed while executing a deploy.- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Entry.EntryBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Entry.EntryBuilder
builder()
java.lang.String
getKey()
The formatted string of the `Key`Transform
getTransform()
void
setKey(java.lang.String key)
The formatted string of the `Key`void
setTransform(Transform transform)
-
-
-
Constructor Detail
-
Entry
public Entry(java.lang.String key, Transform transform)
-
Entry
public Entry()
-
-
Method Detail
-
builder
public static Entry.EntryBuilder 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`
-
-