@MappedSuperclass public static class CommonSchemaV1.LinearState extends PersistentState
public LinearState(@Nullable
java.util.Set<net.corda.core.identity.AbstractParty> participants,
@Nullable
java.lang.String externalId,
@NotNull
java.util.UUID uuid)
participants - X500Name of participant partiesexternalId - Represents a class UniqueIdentifierpublic LinearState(@NotNull
UniqueIdentifier uid,
@NotNull
java.util.Set<? extends net.corda.core.identity.AbstractParty> _participants)
@Nullable public java.util.Set<net.corda.core.identity.AbstractParty> getParticipants()
X500Name of participant parties
public void setParticipants(@Nullable
java.util.Set<net.corda.core.identity.AbstractParty> p)
X500Name of participant parties
p - X500Name of participant parties@Nullable public java.lang.String getExternalId()
Represents a
class UniqueIdentifierpublic void setExternalId(@Nullable
java.lang.String p)
Represents a
p - Represents a class UniqueIdentifierclass UniqueIdentifier@NotNull public java.util.UUID getUuid()
public void setUuid(@NotNull
java.util.UUID p)