Package viam.app.v1
Class Billing.VerificationInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.VerificationInfo,Billing.VerificationInfo.Builder>
viam.app.v1.Billing.VerificationInfo.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Billing.VerificationInfoOrBuilder
- Enclosing class:
- Billing.VerificationInfo
public static final class Billing.VerificationInfo.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.VerificationInfo,Billing.VerificationInfo.Builder>
implements Billing.VerificationInfoOrBuilder
Protobuf type
viam.app.v1.VerificationInfo
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionint64 arrival_date = 1 [json_name = "arrivalDate"];
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
long
int64 arrival_date = 1 [json_name = "arrivalDate"];
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
com.google.protobuf.ByteString
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
setArrivalDate
(long value) int64 arrival_date = 1 [json_name = "arrivalDate"];
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
setHostedVerificationPageUrlBytes
(com.google.protobuf.ByteString value) string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
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
-
getArrivalDate
public long getArrivalDate()int64 arrival_date = 1 [json_name = "arrivalDate"];
- Specified by:
getArrivalDate
in interfaceBilling.VerificationInfoOrBuilder
- Returns:
- The arrivalDate.
-
setArrivalDate
int64 arrival_date = 1 [json_name = "arrivalDate"];
- Parameters:
value
- The arrivalDate to set.- Returns:
- This builder for chaining.
-
clearArrivalDate
int64 arrival_date = 1 [json_name = "arrivalDate"];
- Returns:
- This builder for chaining.
-
getHostedVerificationPageUrl
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
- Specified by:
getHostedVerificationPageUrl
in interfaceBilling.VerificationInfoOrBuilder
- Returns:
- The hostedVerificationPageUrl.
-
getHostedVerificationPageUrlBytes
public com.google.protobuf.ByteString getHostedVerificationPageUrlBytes()string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
- Specified by:
getHostedVerificationPageUrlBytes
in interfaceBilling.VerificationInfoOrBuilder
- Returns:
- The bytes for hostedVerificationPageUrl.
-
setHostedVerificationPageUrl
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
- Parameters:
value
- The hostedVerificationPageUrl to set.- Returns:
- This builder for chaining.
-
clearHostedVerificationPageUrl
string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
- Returns:
- This builder for chaining.
-
setHostedVerificationPageUrlBytes
public Billing.VerificationInfo.Builder setHostedVerificationPageUrlBytes(com.google.protobuf.ByteString value) string hosted_verification_page_url = 2 [json_name = "hostedVerificationPageUrl"];
- Parameters:
value
- The bytes for hostedVerificationPageUrl to set.- Returns:
- This builder for chaining.
-