Class ModuleBytes
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
-
- All Implemented Interfaces:
ExecutableDeployItem
public class ModuleBytes extends java.lang.Object implements ExecutableDeployItem
Abstract Executable Deploy Item containing the ModuleBytes of the contract.- Since:
- 0.0.1
- See Also:
ExecutableDeployItem
-
-
Constructor Summary
Constructors Constructor Description ModuleBytes()
-
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.util.List<NamedArg<?,?>>getArgs()java.lang.StringgetBytes()Module bytesinthashCode()voidsetArgs(java.util.List<NamedArg<?,?>> args)voidsetBytes(java.lang.String bytes)Module bytesjava.lang.StringtoString()
-
-
-
Method Detail
-
getBytes
public java.lang.String getBytes()
Module bytes
-
setBytes
public void setBytes(java.lang.String bytes)
Module bytes
-
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
-
-