Class CommandProcessingResultV1.Builder

java.lang.Object
org.apache.avro.data.RecordBuilderBase<CommandProcessingResultV1>
org.apache.avro.specific.SpecificRecordBuilderBase<CommandProcessingResultV1>
org.apache.fineract.avro.generic.v1.CommandProcessingResultV1.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<CommandProcessingResultV1>
Enclosing class:
CommandProcessingResultV1

public static class CommandProcessingResultV1.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CommandProcessingResultV1> implements org.apache.avro.data.RecordBuilder<CommandProcessingResultV1>
RecordBuilder for CommandProcessingResultV1 instances.
  • Method Details

    • getCommandId

      public Long getCommandId()
      Gets the value of the 'commandId' field.
      Returns:
      The value.
    • setCommandId

      public CommandProcessingResultV1.Builder setCommandId(Long value)
      Sets the value of the 'commandId' field.
      Parameters:
      value - The value of 'commandId'.
      Returns:
      This builder.
    • hasCommandId

      public boolean hasCommandId()
      Checks whether the 'commandId' field has been set.
      Returns:
      True if the 'commandId' field has been set, false otherwise.
    • clearCommandId

      public CommandProcessingResultV1.Builder clearCommandId()
      Clears the value of the 'commandId' field.
      Returns:
      This builder.
    • getOfficeId

      public Long getOfficeId()
      Gets the value of the 'officeId' field.
      Returns:
      The value.
    • setOfficeId

      public CommandProcessingResultV1.Builder setOfficeId(Long value)
      Sets the value of the 'officeId' field.
      Parameters:
      value - The value of 'officeId'.
      Returns:
      This builder.
    • hasOfficeId

      public boolean hasOfficeId()
      Checks whether the 'officeId' field has been set.
      Returns:
      True if the 'officeId' field has been set, false otherwise.
    • clearOfficeId

      public CommandProcessingResultV1.Builder clearOfficeId()
      Clears the value of the 'officeId' field.
      Returns:
      This builder.
    • getGroupId

      public Long getGroupId()
      Gets the value of the 'groupId' field.
      Returns:
      The value.
    • setGroupId

      public CommandProcessingResultV1.Builder setGroupId(Long value)
      Sets the value of the 'groupId' field.
      Parameters:
      value - The value of 'groupId'.
      Returns:
      This builder.
    • hasGroupId

      public boolean hasGroupId()
      Checks whether the 'groupId' field has been set.
      Returns:
      True if the 'groupId' field has been set, false otherwise.
    • clearGroupId

      public CommandProcessingResultV1.Builder clearGroupId()
      Clears the value of the 'groupId' field.
      Returns:
      This builder.
    • getClientId

      public Long getClientId()
      Gets the value of the 'clientId' field.
      Returns:
      The value.
    • setClientId

      public CommandProcessingResultV1.Builder setClientId(Long value)
      Sets the value of the 'clientId' field.
      Parameters:
      value - The value of 'clientId'.
      Returns:
      This builder.
    • hasClientId

      public boolean hasClientId()
      Checks whether the 'clientId' field has been set.
      Returns:
      True if the 'clientId' field has been set, false otherwise.
    • clearClientId

      public CommandProcessingResultV1.Builder clearClientId()
      Clears the value of the 'clientId' field.
      Returns:
      This builder.
    • getLoanId

      public Long getLoanId()
      Gets the value of the 'loanId' field.
      Returns:
      The value.
    • setLoanId

      public CommandProcessingResultV1.Builder setLoanId(Long value)
      Sets the value of the 'loanId' field.
      Parameters:
      value - The value of 'loanId'.
      Returns:
      This builder.
    • hasLoanId

      public boolean hasLoanId()
      Checks whether the 'loanId' field has been set.
      Returns:
      True if the 'loanId' field has been set, false otherwise.
    • clearLoanId

      public CommandProcessingResultV1.Builder clearLoanId()
      Clears the value of the 'loanId' field.
      Returns:
      This builder.
    • getSavingsId

      public Long getSavingsId()
      Gets the value of the 'savingsId' field.
      Returns:
      The value.
    • setSavingsId

      public CommandProcessingResultV1.Builder setSavingsId(Long value)
      Sets the value of the 'savingsId' field.
      Parameters:
      value - The value of 'savingsId'.
      Returns:
      This builder.
    • hasSavingsId

      public boolean hasSavingsId()
      Checks whether the 'savingsId' field has been set.
      Returns:
      True if the 'savingsId' field has been set, false otherwise.
    • clearSavingsId

      public CommandProcessingResultV1.Builder clearSavingsId()
      Clears the value of the 'savingsId' field.
      Returns:
      This builder.
    • getResourceId

      public Long getResourceId()
      Gets the value of the 'resourceId' field.
      Returns:
      The value.
    • setResourceId

      public CommandProcessingResultV1.Builder setResourceId(Long value)
      Sets the value of the 'resourceId' field.
      Parameters:
      value - The value of 'resourceId'.
      Returns:
      This builder.
    • hasResourceId

      public boolean hasResourceId()
      Checks whether the 'resourceId' field has been set.
      Returns:
      True if the 'resourceId' field has been set, false otherwise.
    • clearResourceId

      public CommandProcessingResultV1.Builder clearResourceId()
      Clears the value of the 'resourceId' field.
      Returns:
      This builder.
    • getSubResourceId

      public Long getSubResourceId()
      Gets the value of the 'subResourceId' field.
      Returns:
      The value.
    • setSubResourceId

      public CommandProcessingResultV1.Builder setSubResourceId(Long value)
      Sets the value of the 'subResourceId' field.
      Parameters:
      value - The value of 'subResourceId'.
      Returns:
      This builder.
    • hasSubResourceId

      public boolean hasSubResourceId()
      Checks whether the 'subResourceId' field has been set.
      Returns:
      True if the 'subResourceId' field has been set, false otherwise.
    • clearSubResourceId

      public CommandProcessingResultV1.Builder clearSubResourceId()
      Clears the value of the 'subResourceId' field.
      Returns:
      This builder.
    • getTransactionId

      public Long getTransactionId()
      Gets the value of the 'transactionId' field.
      Returns:
      The value.
    • setTransactionId

      public CommandProcessingResultV1.Builder setTransactionId(Long value)
      Sets the value of the 'transactionId' field.
      Parameters:
      value - The value of 'transactionId'.
      Returns:
      This builder.
    • hasTransactionId

      public boolean hasTransactionId()
      Checks whether the 'transactionId' field has been set.
      Returns:
      True if the 'transactionId' field has been set, false otherwise.
    • clearTransactionId

      public CommandProcessingResultV1.Builder clearTransactionId()
      Clears the value of the 'transactionId' field.
      Returns:
      This builder.
    • getResourceIdentifier

      public String getResourceIdentifier()
      Gets the value of the 'resourceIdentifier' field.
      Returns:
      The value.
    • setResourceIdentifier

      public CommandProcessingResultV1.Builder setResourceIdentifier(String value)
      Sets the value of the 'resourceIdentifier' field.
      Parameters:
      value - The value of 'resourceIdentifier'.
      Returns:
      This builder.
    • hasResourceIdentifier

      public boolean hasResourceIdentifier()
      Checks whether the 'resourceIdentifier' field has been set.
      Returns:
      True if the 'resourceIdentifier' field has been set, false otherwise.
    • clearResourceIdentifier

      public CommandProcessingResultV1.Builder clearResourceIdentifier()
      Clears the value of the 'resourceIdentifier' field.
      Returns:
      This builder.
    • getProductId

      public Long getProductId()
      Gets the value of the 'productId' field.
      Returns:
      The value.
    • setProductId

      public CommandProcessingResultV1.Builder setProductId(Long value)
      Sets the value of the 'productId' field.
      Parameters:
      value - The value of 'productId'.
      Returns:
      This builder.
    • hasProductId

      public boolean hasProductId()
      Checks whether the 'productId' field has been set.
      Returns:
      True if the 'productId' field has been set, false otherwise.
    • clearProductId

      public CommandProcessingResultV1.Builder clearProductId()
      Clears the value of the 'productId' field.
      Returns:
      This builder.
    • getGsimId

      public Long getGsimId()
      Gets the value of the 'gsimId' field.
      Returns:
      The value.
    • setGsimId

      public CommandProcessingResultV1.Builder setGsimId(Long value)
      Sets the value of the 'gsimId' field.
      Parameters:
      value - The value of 'gsimId'.
      Returns:
      This builder.
    • hasGsimId

      public boolean hasGsimId()
      Checks whether the 'gsimId' field has been set.
      Returns:
      True if the 'gsimId' field has been set, false otherwise.
    • clearGsimId

      public CommandProcessingResultV1.Builder clearGsimId()
      Clears the value of the 'gsimId' field.
      Returns:
      This builder.
    • getGlimId

      public Long getGlimId()
      Gets the value of the 'glimId' field.
      Returns:
      The value.
    • setGlimId

      public CommandProcessingResultV1.Builder setGlimId(Long value)
      Sets the value of the 'glimId' field.
      Parameters:
      value - The value of 'glimId'.
      Returns:
      This builder.
    • hasGlimId

      public boolean hasGlimId()
      Checks whether the 'glimId' field has been set.
      Returns:
      True if the 'glimId' field has been set, false otherwise.
    • clearGlimId

      public CommandProcessingResultV1.Builder clearGlimId()
      Clears the value of the 'glimId' field.
      Returns:
      This builder.
    • build

      public CommandProcessingResultV1 build()
      Specified by:
      build in interface org.apache.avro.data.RecordBuilder<CommandProcessingResultV1>