Package viam.app.v1

Class App.BillingAddress.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.BillingAddress,App.BillingAddress.Builder>
viam.app.v1.App.BillingAddress.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.BillingAddressOrBuilder
Enclosing class:
App.BillingAddress

public static final class App.BillingAddress.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.BillingAddress,App.BillingAddress.Builder> implements App.BillingAddressOrBuilder
Protobuf type viam.app.v1.BillingAddress
  • Method Details

    • getAddressLine1

      public String getAddressLine1()
      string address_line_1 = 1 [json_name = "addressLine1"];
      Specified by:
      getAddressLine1 in interface App.BillingAddressOrBuilder
      Returns:
      The addressLine1.
    • getAddressLine1Bytes

      public com.google.protobuf.ByteString getAddressLine1Bytes()
      string address_line_1 = 1 [json_name = "addressLine1"];
      Specified by:
      getAddressLine1Bytes in interface App.BillingAddressOrBuilder
      Returns:
      The bytes for addressLine1.
    • setAddressLine1

      public App.BillingAddress.Builder setAddressLine1(String value)
      string address_line_1 = 1 [json_name = "addressLine1"];
      Parameters:
      value - The addressLine1 to set.
      Returns:
      This builder for chaining.
    • clearAddressLine1

      public App.BillingAddress.Builder clearAddressLine1()
      string address_line_1 = 1 [json_name = "addressLine1"];
      Returns:
      This builder for chaining.
    • setAddressLine1Bytes

      public App.BillingAddress.Builder setAddressLine1Bytes(com.google.protobuf.ByteString value)
      string address_line_1 = 1 [json_name = "addressLine1"];
      Parameters:
      value - The bytes for addressLine1 to set.
      Returns:
      This builder for chaining.
    • hasAddressLine2

      public boolean hasAddressLine2()
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Specified by:
      hasAddressLine2 in interface App.BillingAddressOrBuilder
      Returns:
      Whether the addressLine2 field is set.
    • getAddressLine2

      public String getAddressLine2()
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Specified by:
      getAddressLine2 in interface App.BillingAddressOrBuilder
      Returns:
      The addressLine2.
    • getAddressLine2Bytes

      public com.google.protobuf.ByteString getAddressLine2Bytes()
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Specified by:
      getAddressLine2Bytes in interface App.BillingAddressOrBuilder
      Returns:
      The bytes for addressLine2.
    • setAddressLine2

      public App.BillingAddress.Builder setAddressLine2(String value)
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Parameters:
      value - The addressLine2 to set.
      Returns:
      This builder for chaining.
    • clearAddressLine2

      public App.BillingAddress.Builder clearAddressLine2()
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Returns:
      This builder for chaining.
    • setAddressLine2Bytes

      public App.BillingAddress.Builder setAddressLine2Bytes(com.google.protobuf.ByteString value)
      optional string address_line_2 = 2 [json_name = "addressLine2"];
      Parameters:
      value - The bytes for addressLine2 to set.
      Returns:
      This builder for chaining.
    • getCity

      public String getCity()
      string city = 3 [json_name = "city"];
      Specified by:
      getCity in interface App.BillingAddressOrBuilder
      Returns:
      The city.
    • getCityBytes

      public com.google.protobuf.ByteString getCityBytes()
      string city = 3 [json_name = "city"];
      Specified by:
      getCityBytes in interface App.BillingAddressOrBuilder
      Returns:
      The bytes for city.
    • setCity

      public App.BillingAddress.Builder setCity(String value)
      string city = 3 [json_name = "city"];
      Parameters:
      value - The city to set.
      Returns:
      This builder for chaining.
    • clearCity

      public App.BillingAddress.Builder clearCity()
      string city = 3 [json_name = "city"];
      Returns:
      This builder for chaining.
    • setCityBytes

      public App.BillingAddress.Builder setCityBytes(com.google.protobuf.ByteString value)
      string city = 3 [json_name = "city"];
      Parameters:
      value - The bytes for city to set.
      Returns:
      This builder for chaining.
    • getState

      public String getState()
      string state = 4 [json_name = "state"];
      Specified by:
      getState in interface App.BillingAddressOrBuilder
      Returns:
      The state.
    • getStateBytes

      public com.google.protobuf.ByteString getStateBytes()
      string state = 4 [json_name = "state"];
      Specified by:
      getStateBytes in interface App.BillingAddressOrBuilder
      Returns:
      The bytes for state.
    • setState

      public App.BillingAddress.Builder setState(String value)
      string state = 4 [json_name = "state"];
      Parameters:
      value - The state to set.
      Returns:
      This builder for chaining.
    • clearState

      public App.BillingAddress.Builder clearState()
      string state = 4 [json_name = "state"];
      Returns:
      This builder for chaining.
    • setStateBytes

      public App.BillingAddress.Builder setStateBytes(com.google.protobuf.ByteString value)
      string state = 4 [json_name = "state"];
      Parameters:
      value - The bytes for state to set.
      Returns:
      This builder for chaining.
    • getZipcode

      public String getZipcode()
      string zipcode = 5 [json_name = "zipcode"];
      Specified by:
      getZipcode in interface App.BillingAddressOrBuilder
      Returns:
      The zipcode.
    • getZipcodeBytes

      public com.google.protobuf.ByteString getZipcodeBytes()
      string zipcode = 5 [json_name = "zipcode"];
      Specified by:
      getZipcodeBytes in interface App.BillingAddressOrBuilder
      Returns:
      The bytes for zipcode.
    • setZipcode

      public App.BillingAddress.Builder setZipcode(String value)
      string zipcode = 5 [json_name = "zipcode"];
      Parameters:
      value - The zipcode to set.
      Returns:
      This builder for chaining.
    • clearZipcode

      public App.BillingAddress.Builder clearZipcode()
      string zipcode = 5 [json_name = "zipcode"];
      Returns:
      This builder for chaining.
    • setZipcodeBytes

      public App.BillingAddress.Builder setZipcodeBytes(com.google.protobuf.ByteString value)
      string zipcode = 5 [json_name = "zipcode"];
      Parameters:
      value - The bytes for zipcode to set.
      Returns:
      This builder for chaining.