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
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getKey()
The formatted string of the `Key`Transform
getTransform()
int
hashCode()
void
setKey(java.lang.String key)
The formatted string of the `Key`void
setTransform(Transform transform)
java.lang.String
toString()
-
-
-
Method Detail
-
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`
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-