Class EthCompileSolidity.SolidityInfo
java.lang.Object
org.web3j.protocol.core.methods.response.EthCompileSolidity.SolidityInfo
- Enclosing class:
- EthCompileSolidity
-
Constructor Summary
ConstructorsConstructorDescriptionSolidityInfo(String source, String language, String languageVersion, String compilerVersion, String compilerOptions, List<AbiDefinition> abiDefinition, EthCompileSolidity.Documentation userDoc, EthCompileSolidity.Documentation developerDoc) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAbiDefinition(List<AbiDefinition> abiDefinition) voidsetCompilerOptions(String compilerOptions) voidsetCompilerVersion(String compilerVersion) voidsetDeveloperDoc(EthCompileSolidity.Documentation developerDoc) voidsetLanguage(String language) voidsetLanguageVersion(String languageVersion) voidvoid
-
Constructor Details
-
SolidityInfo
public SolidityInfo() -
SolidityInfo
public SolidityInfo(String source, String language, String languageVersion, String compilerVersion, String compilerOptions, List<AbiDefinition> abiDefinition, EthCompileSolidity.Documentation userDoc, EthCompileSolidity.Documentation developerDoc)
-
-
Method Details
-
getSource
-
setSource
-
getLanguage
-
setLanguage
-
getLanguageVersion
-
setLanguageVersion
-
getCompilerVersion
-
setCompilerVersion
-
getCompilerOptions
-
setCompilerOptions
-
getAbiDefinition
-
setAbiDefinition
-
getUserDoc
-
setUserDoc
-
getDeveloperDoc
-
setDeveloperDoc
-
equals
-
hashCode
public int hashCode()
-