public static class Info.ContractAndWorkflow
A CorDapp that includes both contract and workflow classes, and defined in terms of class Info.Contract and class Info.Workflow.
class Info.Contract,
class Info.Workflowpublic ContractAndWorkflow(@NotNull
net.corda.core.cordapp.Cordapp.Info.Contract contract,
@NotNull
net.corda.core.cordapp.Cordapp.Info.Workflow workflow)
A CorDapp that includes both contract and workflow classes, and defined in terms of class Info.Contract and class Info.Workflow.
class Info.Contract,
class Info.Workflow@NotNull public java.lang.String getShortName()
Cordapp's name
@NotNull public java.lang.String getVendor()
Cordapp's vendor
@NotNull public java.lang.String getLicence()
@NotNull public java.lang.String getVersion()
Cordapp's version
@NotNull public java.lang.String toString()
public boolean hasUnknownFields()
@NotNull public net.corda.core.cordapp.Cordapp.Info.Contract getContract()
@NotNull public net.corda.core.cordapp.Cordapp.Info.Workflow getWorkflow()
@NotNull public net.corda.core.cordapp.Cordapp.Info.Contract component1()
@NotNull public net.corda.core.cordapp.Cordapp.Info.Workflow component2()
@NotNull
public net.corda.core.cordapp.Cordapp.Info.ContractAndWorkflow copy(@NotNull
net.corda.core.cordapp.Cordapp.Info.Contract contract,
@NotNull
net.corda.core.cordapp.Cordapp.Info.Workflow workflow)
A CorDapp that includes both contract and workflow classes, and defined in terms of class Info.Contract and class Info.Workflow.
class Info.Contract,
class Info.Workflowpublic int hashCode()
A CorDapp that includes both contract and workflow classes, and defined in terms of class Info.Contract and class Info.Workflow.
class Info.Contract,
class Info.Workflowpublic boolean equals(@Nullable
java.lang.Object p)
A CorDapp that includes both contract and workflow classes, and defined in terms of class Info.Contract and class Info.Workflow.
class Info.Contract,
class Info.Workflow