public static class Info.Default
CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively
class Info.ContractAndWorkflow but without the integer versioning.
class Info.ContractAndWorkflowpublic Default(@NotNull
java.lang.String shortName,
@NotNull
java.lang.String vendor,
@NotNull
java.lang.String version,
@NotNull
java.lang.String licence)
CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively
class Info.ContractAndWorkflow but without the integer versioning.
shortName - Cordapp's namevendor - Cordapp's vendorversion - Cordapp's versionclass Info.ContractAndWorkflowpublic boolean hasUnknownFields()
@NotNull public java.lang.String toString()
@NotNull public java.lang.String getShortName()
Cordapp
's name
@NotNull public java.lang.String getVendor()
Cordapp
's vendor
@NotNull public java.lang.String getVersion()
Cordapp
's version
@NotNull public java.lang.String getLicence()
@NotNull public java.lang.String component1()
Cordapp
's name
@NotNull public java.lang.String component2()
Cordapp
's vendor
@NotNull public java.lang.String component3()
Cordapp
's version
@NotNull public java.lang.String component4()
@NotNull
public net.corda.core.cordapp.Cordapp.Info.Default copy(@NotNull
java.lang.String shortName,
@NotNull
java.lang.String vendor,
@NotNull
java.lang.String version,
@NotNull
java.lang.String licence)
CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively
class Info.ContractAndWorkflow but without the integer versioning.
class Info.ContractAndWorkflowpublic int hashCode()
CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively
class Info.ContractAndWorkflow but without the integer versioning.
class Info.ContractAndWorkflowpublic boolean equals(@Nullable
java.lang.Object p)
CorDapps created on V3 which bundle contracts and flows into the same jar. This is effectively
class Info.ContractAndWorkflow but without the integer versioning.
class Info.ContractAndWorkflow