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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.util.List<NamedArg<?,?>>
getArgs()
java.lang.String
getBytes()
Module bytesint
hashCode()
void
setArgs(java.util.List<NamedArg<?,?>> args)
void
setBytes(java.lang.String bytes)
Module bytesjava.lang.String
toString()
-
-
-
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:
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
-
-