Package viam.app.v1
Class Billing.ChargeOrganizationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Billing.ChargeOrganizationRequest,Billing.ChargeOrganizationRequest.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.ChargeOrganizationRequest,Billing.ChargeOrganizationRequest.Builder>
viam.app.v1.Billing.ChargeOrganizationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Billing.ChargeOrganizationRequestOrBuilder
- Enclosing class:
Billing.ChargeOrganizationRequest
public static final class Billing.ChargeOrganizationRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.ChargeOrganizationRequest,Billing.ChargeOrganizationRequest.Builder>
implements Billing.ChargeOrganizationRequestOrBuilder
Protobuf type
viam.app.v1.ChargeOrganizationRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionoptional string description = 2 [json_name = "description"];bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];string org_id_to_charge = 1 [json_name = "orgIdToCharge"];double subtotal = 3 [json_name = "subtotal"];clearTax()double tax = 4 [json_name = "tax"];optional string description = 2 [json_name = "description"];com.google.protobuf.ByteStringoptional string description = 2 [json_name = "description"];booleanbool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];com.google.protobuf.ByteStringoptional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];string org_id_to_charge = 1 [json_name = "orgIdToCharge"];com.google.protobuf.ByteStringstring org_id_to_charge = 1 [json_name = "orgIdToCharge"];doubledouble subtotal = 3 [json_name = "subtotal"];doublegetTax()double tax = 4 [json_name = "tax"];booleanoptional string description = 2 [json_name = "description"];booleanoptional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];setDescription(String value) optional string description = 2 [json_name = "description"];setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 2 [json_name = "description"];setDisableConfirmationEmail(boolean value) bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];setOrgIdForBranding(String value) optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];setOrgIdForBrandingBytes(com.google.protobuf.ByteString value) optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];setOrgIdToCharge(String value) string org_id_to_charge = 1 [json_name = "orgIdToCharge"];setOrgIdToChargeBytes(com.google.protobuf.ByteString value) string org_id_to_charge = 1 [json_name = "orgIdToCharge"];setSubtotal(double value) double subtotal = 3 [json_name = "subtotal"];setTax(double value) double tax = 4 [json_name = "tax"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgIdToCharge
string org_id_to_charge = 1 [json_name = "orgIdToCharge"];- Specified by:
getOrgIdToChargein interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The orgIdToCharge.
-
getOrgIdToChargeBytes
public com.google.protobuf.ByteString getOrgIdToChargeBytes()string org_id_to_charge = 1 [json_name = "orgIdToCharge"];- Specified by:
getOrgIdToChargeBytesin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The bytes for orgIdToCharge.
-
setOrgIdToCharge
string org_id_to_charge = 1 [json_name = "orgIdToCharge"];- Parameters:
value- The orgIdToCharge to set.- Returns:
- This builder for chaining.
-
clearOrgIdToCharge
string org_id_to_charge = 1 [json_name = "orgIdToCharge"];- Returns:
- This builder for chaining.
-
setOrgIdToChargeBytes
public Billing.ChargeOrganizationRequest.Builder setOrgIdToChargeBytes(com.google.protobuf.ByteString value) string org_id_to_charge = 1 [json_name = "orgIdToCharge"];- Parameters:
value- The bytes for orgIdToCharge to set.- Returns:
- This builder for chaining.
-
hasDescription
public boolean hasDescription()optional string description = 2 [json_name = "description"];- Specified by:
hasDescriptionin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- Whether the description field is set.
-
getDescription
optional string description = 2 [json_name = "description"];- Specified by:
getDescriptionin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2 [json_name = "description"];- Specified by:
getDescriptionBytesin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The bytes for description.
-
setDescription
optional string description = 2 [json_name = "description"];- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
optional string description = 2 [json_name = "description"];- Returns:
- This builder for chaining.
-
setDescriptionBytes
public Billing.ChargeOrganizationRequest.Builder setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 2 [json_name = "description"];- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getSubtotal
public double getSubtotal()double subtotal = 3 [json_name = "subtotal"];- Specified by:
getSubtotalin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The subtotal.
-
setSubtotal
double subtotal = 3 [json_name = "subtotal"];- Parameters:
value- The subtotal to set.- Returns:
- This builder for chaining.
-
clearSubtotal
double subtotal = 3 [json_name = "subtotal"];- Returns:
- This builder for chaining.
-
getTax
public double getTax()double tax = 4 [json_name = "tax"];- Specified by:
getTaxin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The tax.
-
setTax
double tax = 4 [json_name = "tax"];- Parameters:
value- The tax to set.- Returns:
- This builder for chaining.
-
clearTax
double tax = 4 [json_name = "tax"];- Returns:
- This builder for chaining.
-
hasOrgIdForBranding
public boolean hasOrgIdForBranding()optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Specified by:
hasOrgIdForBrandingin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- Whether the orgIdForBranding field is set.
-
getOrgIdForBranding
optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Specified by:
getOrgIdForBrandingin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The orgIdForBranding.
-
getOrgIdForBrandingBytes
public com.google.protobuf.ByteString getOrgIdForBrandingBytes()optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Specified by:
getOrgIdForBrandingBytesin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The bytes for orgIdForBranding.
-
setOrgIdForBranding
optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Parameters:
value- The orgIdForBranding to set.- Returns:
- This builder for chaining.
-
clearOrgIdForBranding
optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Returns:
- This builder for chaining.
-
setOrgIdForBrandingBytes
public Billing.ChargeOrganizationRequest.Builder setOrgIdForBrandingBytes(com.google.protobuf.ByteString value) optional string org_id_for_branding = 5 [json_name = "orgIdForBranding"];- Parameters:
value- The bytes for orgIdForBranding to set.- Returns:
- This builder for chaining.
-
getDisableConfirmationEmail
public boolean getDisableConfirmationEmail()bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];- Specified by:
getDisableConfirmationEmailin interfaceBilling.ChargeOrganizationRequestOrBuilder- Returns:
- The disableConfirmationEmail.
-
setDisableConfirmationEmail
bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];- Parameters:
value- The disableConfirmationEmail to set.- Returns:
- This builder for chaining.
-
clearDisableConfirmationEmail
bool disable_confirmation_email = 6 [json_name = "disableConfirmationEmail"];- Returns:
- This builder for chaining.
-