Package viam.app.v1
Class Billing.PaymentMethodCard.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.PaymentMethodCard,Billing.PaymentMethodCard.Builder>
viam.app.v1.Billing.PaymentMethodCard.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Billing.PaymentMethodCardOrBuilder
- Enclosing class:
- Billing.PaymentMethodCard
public static final class Billing.PaymentMethodCard.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.PaymentMethodCard,Billing.PaymentMethodCard.Builder>
implements Billing.PaymentMethodCardOrBuilder
Protobuf type
viam.app.v1.PaymentMethodCard
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring brand = 1 [json_name = "brand"];
string last_four_digits = 2 [json_name = "lastFourDigits"];
getBrand()
string brand = 1 [json_name = "brand"];
com.google.protobuf.ByteString
string brand = 1 [json_name = "brand"];
string last_four_digits = 2 [json_name = "lastFourDigits"];
com.google.protobuf.ByteString
string last_four_digits = 2 [json_name = "lastFourDigits"];
string brand = 1 [json_name = "brand"];
setBrandBytes
(com.google.protobuf.ByteString value) string brand = 1 [json_name = "brand"];
setLastFourDigits
(String value) string last_four_digits = 2 [json_name = "lastFourDigits"];
setLastFourDigitsBytes
(com.google.protobuf.ByteString value) string last_four_digits = 2 [json_name = "lastFourDigits"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getBrand
string brand = 1 [json_name = "brand"];
- Specified by:
getBrand
in interfaceBilling.PaymentMethodCardOrBuilder
- Returns:
- The brand.
-
getBrandBytes
public com.google.protobuf.ByteString getBrandBytes()string brand = 1 [json_name = "brand"];
- Specified by:
getBrandBytes
in interfaceBilling.PaymentMethodCardOrBuilder
- Returns:
- The bytes for brand.
-
setBrand
string brand = 1 [json_name = "brand"];
- Parameters:
value
- The brand to set.- Returns:
- This builder for chaining.
-
clearBrand
string brand = 1 [json_name = "brand"];
- Returns:
- This builder for chaining.
-
setBrandBytes
string brand = 1 [json_name = "brand"];
- Parameters:
value
- The bytes for brand to set.- Returns:
- This builder for chaining.
-
getLastFourDigits
string last_four_digits = 2 [json_name = "lastFourDigits"];
- Specified by:
getLastFourDigits
in interfaceBilling.PaymentMethodCardOrBuilder
- Returns:
- The lastFourDigits.
-
getLastFourDigitsBytes
public com.google.protobuf.ByteString getLastFourDigitsBytes()string last_four_digits = 2 [json_name = "lastFourDigits"];
- Specified by:
getLastFourDigitsBytes
in interfaceBilling.PaymentMethodCardOrBuilder
- Returns:
- The bytes for lastFourDigits.
-
setLastFourDigits
string last_four_digits = 2 [json_name = "lastFourDigits"];
- Parameters:
value
- The lastFourDigits to set.- Returns:
- This builder for chaining.
-
clearLastFourDigits
string last_four_digits = 2 [json_name = "lastFourDigits"];
- Returns:
- This builder for chaining.
-
setLastFourDigitsBytes
public Billing.PaymentMethodCard.Builder setLastFourDigitsBytes(com.google.protobuf.ByteString value) string last_four_digits = 2 [json_name = "lastFourDigits"];
- Parameters:
value
- The bytes for lastFourDigits to set.- Returns:
- This builder for chaining.
-