Interface InteractiveSubmissionDataOuterClass.ExerciseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InteractiveSubmissionDataOuterClass.Exercise, InteractiveSubmissionDataOuterClass.Exercise.Builder
Enclosing class:
InteractiveSubmissionDataOuterClass

public static interface InteractiveSubmissionDataOuterClass.ExerciseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLfVersion

      String getLfVersion()
       Specific LF version of the node
       
      string lf_version = 1 [json_name = "lfVersion"];
      Returns:
      The lfVersion.
    • getLfVersionBytes

      com.google.protobuf.ByteString getLfVersionBytes()
       Specific LF version of the node
       
      string lf_version = 1 [json_name = "lfVersion"];
      Returns:
      The bytes for lfVersion.
    • getContractId

      String getContractId()
      string contract_id = 2 [json_name = "contractId"];
      Returns:
      The contractId.
    • getContractIdBytes

      com.google.protobuf.ByteString getContractIdBytes()
      string contract_id = 2 [json_name = "contractId"];
      Returns:
      The bytes for contractId.
    • getPackageName

      String getPackageName()
      string package_name = 3 [json_name = "packageName"];
      Returns:
      The packageName.
    • getPackageNameBytes

      com.google.protobuf.ByteString getPackageNameBytes()
      string package_name = 3 [json_name = "packageName"];
      Returns:
      The bytes for packageName.
    • hasTemplateId

      boolean hasTemplateId()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
      Returns:
      Whether the templateId field is set.
    • getTemplateId

       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
      Returns:
      The templateId.
    • getTemplateIdOrBuilder

      ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier template_id = 4 [json_name = "templateId"];
    • getSignatoriesList

      List<String> getSignatoriesList()
      repeated string signatories = 5 [json_name = "signatories"];
      Returns:
      A list containing the signatories.
    • getSignatoriesCount

      int getSignatoriesCount()
      repeated string signatories = 5 [json_name = "signatories"];
      Returns:
      The count of signatories.
    • getSignatories

      String getSignatories(int index)
      repeated string signatories = 5 [json_name = "signatories"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The signatories at the given index.
    • getSignatoriesBytes

      com.google.protobuf.ByteString getSignatoriesBytes(int index)
      repeated string signatories = 5 [json_name = "signatories"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the signatories at the given index.
    • getStakeholdersList

      List<String> getStakeholdersList()
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Returns:
      A list containing the stakeholders.
    • getStakeholdersCount

      int getStakeholdersCount()
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Returns:
      The count of stakeholders.
    • getStakeholders

      String getStakeholders(int index)
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The stakeholders at the given index.
    • getStakeholdersBytes

      com.google.protobuf.ByteString getStakeholdersBytes(int index)
      repeated string stakeholders = 6 [json_name = "stakeholders"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stakeholders at the given index.
    • getActingPartiesList

      List<String> getActingPartiesList()
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Returns:
      A list containing the actingParties.
    • getActingPartiesCount

      int getActingPartiesCount()
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Returns:
      The count of actingParties.
    • getActingParties

      String getActingParties(int index)
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The actingParties at the given index.
    • getActingPartiesBytes

      com.google.protobuf.ByteString getActingPartiesBytes(int index)
      repeated string acting_parties = 7 [json_name = "actingParties"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the actingParties at the given index.
    • hasInterfaceId

      boolean hasInterfaceId()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
      Returns:
      Whether the interfaceId field is set.
    • getInterfaceId

      ValueOuterClass.Identifier getInterfaceId()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
      Returns:
      The interfaceId.
    • getInterfaceIdOrBuilder

      ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
       The identifier uses the package-id reference format.
       
      .com.daml.ledger.api.v2.Identifier interface_id = 8 [json_name = "interfaceId"];
    • getChoiceId

      String getChoiceId()
      string choice_id = 9 [json_name = "choiceId"];
      Returns:
      The choiceId.
    • getChoiceIdBytes

      com.google.protobuf.ByteString getChoiceIdBytes()
      string choice_id = 9 [json_name = "choiceId"];
      Returns:
      The bytes for choiceId.
    • hasChosenValue

      boolean hasChosenValue()
      .com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
      Returns:
      Whether the chosenValue field is set.
    • getChosenValue

      ValueOuterClass.Value getChosenValue()
      .com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
      Returns:
      The chosenValue.
    • getChosenValueOrBuilder

      ValueOuterClass.ValueOrBuilder getChosenValueOrBuilder()
      .com.daml.ledger.api.v2.Value chosen_value = 10 [json_name = "chosenValue"];
    • getConsuming

      boolean getConsuming()
      bool consuming = 11 [json_name = "consuming"];
      Returns:
      The consuming.
    • getChildrenList

      List<String> getChildrenList()
      repeated string children = 12 [json_name = "children"];
      Returns:
      A list containing the children.
    • getChildrenCount

      int getChildrenCount()
      repeated string children = 12 [json_name = "children"];
      Returns:
      The count of children.
    • getChildren

      String getChildren(int index)
      repeated string children = 12 [json_name = "children"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The children at the given index.
    • getChildrenBytes

      com.google.protobuf.ByteString getChildrenBytes(int index)
      repeated string children = 12 [json_name = "children"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the children at the given index.
    • hasExerciseResult

      boolean hasExerciseResult()
      .com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
      Returns:
      Whether the exerciseResult field is set.
    • getExerciseResult

      ValueOuterClass.Value getExerciseResult()
      .com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
      Returns:
      The exerciseResult.
    • getExerciseResultOrBuilder

      ValueOuterClass.ValueOrBuilder getExerciseResultOrBuilder()
      .com.daml.ledger.api.v2.Value exercise_result = 13 [json_name = "exerciseResult"];
    • getChoiceObserversList

      List<String> getChoiceObserversList()
      repeated string choice_observers = 14 [json_name = "choiceObservers"];
      Returns:
      A list containing the choiceObservers.
    • getChoiceObserversCount

      int getChoiceObserversCount()
      repeated string choice_observers = 14 [json_name = "choiceObservers"];
      Returns:
      The count of choiceObservers.
    • getChoiceObservers

      String getChoiceObservers(int index)
      repeated string choice_observers = 14 [json_name = "choiceObservers"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The choiceObservers at the given index.
    • getChoiceObserversBytes

      com.google.protobuf.ByteString getChoiceObserversBytes(int index)
      repeated string choice_observers = 14 [json_name = "choiceObservers"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the choiceObservers at the given index.