Class GatewayResponse.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class GatewayResponse.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for GatewayResponse instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String id
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getId() Gets the value of the 'id' field.
      GatewayResponse.Builder setId(String value) Sets the value of the 'id' field.
      boolean hasId() Checks whether the 'id' field has been set.
      GatewayResponse.Builder clearId() Clears the value of the 'id' field.
      GatewayResponse build()
      • Methods inherited from class org.apache.avro.data.RecordBuilderBase

        equals, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         String getId()

        Gets the value of the 'id' field. The id of the request corresponding to this response.

      • setId

         GatewayResponse.Builder setId(String value)

        Sets the value of the 'id' field. The id of the request corresponding to this response.

        Parameters:
        value - The value of 'id'.
      • hasId

         boolean hasId()

        Checks whether the 'id' field has been set. The id of the request corresponding to this response.