Class Entry
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.Entry
-
public class Entry extends java.lang.ObjectA 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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetKey()The formatted string of the `Key`TransformgetTransform()inthashCode()voidsetKey(java.lang.String key)The formatted string of the `Key`voidsetTransform(Transform transform)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-