com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/create_customer_relationship_management_plan_request_customer_relationship_management_plan.proto
package com.redhat.mercury.customerrelationshipmanagement.v10;
public final class CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass {
private CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
boolean hasCustomerReference();
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
com.google.protobuf.Any getCustomerReference();
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder();
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return Whether the employeeOrBusinessUnitReference field is set.
*/
boolean hasEmployeeOrBusinessUnitReference();
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return The employeeOrBusinessUnitReference.
*/
com.google.protobuf.Any getEmployeeOrBusinessUnitReference();
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder();
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The customerRelationshipRatingType.
*/
java.lang.String getCustomerRelationshipRatingType();
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The bytes for customerRelationshipRatingType.
*/
com.google.protobuf.ByteString
getCustomerRelationshipRatingTypeBytes();
/**
* string CustomerInsightType = 143502359;
* @return The customerInsightType.
*/
java.lang.String getCustomerInsightType();
/**
* string CustomerInsightType = 143502359;
* @return The bytes for customerInsightType.
*/
com.google.protobuf.ByteString
getCustomerInsightTypeBytes();
/**
* string CustomerInsightDescription = 408478241;
* @return The customerInsightDescription.
*/
java.lang.String getCustomerInsightDescription();
/**
* string CustomerInsightDescription = 408478241;
* @return The bytes for customerInsightDescription.
*/
com.google.protobuf.ByteString
getCustomerInsightDescriptionBytes();
/**
* string CustomerProductCoverage = 24567836;
* @return The customerProductCoverage.
*/
java.lang.String getCustomerProductCoverage();
/**
* string CustomerProductCoverage = 24567836;
* @return The bytes for customerProductCoverage.
*/
com.google.protobuf.ByteString
getCustomerProductCoverageBytes();
/**
* string CustomerProductUsage = 32942353;
* @return The customerProductUsage.
*/
java.lang.String getCustomerProductUsage();
/**
* string CustomerProductUsage = 32942353;
* @return The bytes for customerProductUsage.
*/
com.google.protobuf.ByteString
getCustomerProductUsageBytes();
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The customerProductEligibilityProfile.
*/
java.lang.String getCustomerProductEligibilityProfile();
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The bytes for customerProductEligibilityProfile.
*/
com.google.protobuf.ByteString
getCustomerProductEligibilityProfileBytes();
/**
* string CustomerSalesPlan = 183976972;
* @return The customerSalesPlan.
*/
java.lang.String getCustomerSalesPlan();
/**
* string CustomerSalesPlan = 183976972;
* @return The bytes for customerSalesPlan.
*/
com.google.protobuf.ByteString
getCustomerSalesPlanBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan}
*/
public static final class CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)
CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOrBuilder {
private static final long serialVersionUID = 0L;
// Use CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.newBuilder() to construct.
private CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan() {
customerRelationshipRatingType_ = "";
customerInsightType_ = "";
customerInsightDescription_ = "";
customerProductCoverage_ = "";
customerProductUsage_ = "";
customerProductEligibilityProfile_ = "";
customerSalesPlan_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 196542690: {
java.lang.String s = input.readStringRequireUtf8();
customerProductCoverage_ = s;
break;
}
case 263538826: {
java.lang.String s = input.readStringRequireUtf8();
customerProductUsage_ = s;
break;
}
case 385402754: {
com.google.protobuf.Any.Builder subBuilder = null;
if (customerReference_ != null) {
subBuilder = customerReference_.toBuilder();
}
customerReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(customerReference_);
customerReference_ = subBuilder.buildPartial();
}
break;
}
case 1148018874: {
java.lang.String s = input.readStringRequireUtf8();
customerInsightType_ = s;
break;
}
case 1471815778: {
java.lang.String s = input.readStringRequireUtf8();
customerSalesPlan_ = s;
break;
}
case 2077152346: {
com.google.protobuf.Any.Builder subBuilder = null;
if (employeeOrBusinessUnitReference_ != null) {
subBuilder = employeeOrBusinessUnitReference_.toBuilder();
}
employeeOrBusinessUnitReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(employeeOrBusinessUnitReference_);
employeeOrBusinessUnitReference_ = subBuilder.buildPartial();
}
break;
}
case -1859760742: {
java.lang.String s = input.readStringRequireUtf8();
customerProductEligibilityProfile_ = s;
break;
}
case -1027141366: {
java.lang.String s = input.readStringRequireUtf8();
customerInsightDescription_ = s;
break;
}
case -588202838: {
java.lang.String s = input.readStringRequireUtf8();
customerRelationshipRatingType_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.class, com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.Builder.class);
}
public static final int CUSTOMERREFERENCE_FIELD_NUMBER = 48175344;
private com.google.protobuf.Any customerReference_;
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
@java.lang.Override
public boolean hasCustomerReference() {
return customerReference_ != null;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
@java.lang.Override
public com.google.protobuf.Any getCustomerReference() {
return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
return getCustomerReference();
}
public static final int EMPLOYEEORBUSINESSUNITREFERENCE_FIELD_NUMBER = 259644043;
private com.google.protobuf.Any employeeOrBusinessUnitReference_;
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return Whether the employeeOrBusinessUnitReference field is set.
*/
@java.lang.Override
public boolean hasEmployeeOrBusinessUnitReference() {
return employeeOrBusinessUnitReference_ != null;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return The employeeOrBusinessUnitReference.
*/
@java.lang.Override
public com.google.protobuf.Any getEmployeeOrBusinessUnitReference() {
return employeeOrBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder() {
return getEmployeeOrBusinessUnitReference();
}
public static final int CUSTOMERRELATIONSHIPRATINGTYPE_FIELD_NUMBER = 463345557;
private volatile java.lang.Object customerRelationshipRatingType_;
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The customerRelationshipRatingType.
*/
@java.lang.Override
public java.lang.String getCustomerRelationshipRatingType() {
java.lang.Object ref = customerRelationshipRatingType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerRelationshipRatingType_ = s;
return s;
}
}
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The bytes for customerRelationshipRatingType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerRelationshipRatingTypeBytes() {
java.lang.Object ref = customerRelationshipRatingType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerRelationshipRatingType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERINSIGHTTYPE_FIELD_NUMBER = 143502359;
private volatile java.lang.Object customerInsightType_;
/**
* string CustomerInsightType = 143502359;
* @return The customerInsightType.
*/
@java.lang.Override
public java.lang.String getCustomerInsightType() {
java.lang.Object ref = customerInsightType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerInsightType_ = s;
return s;
}
}
/**
* string CustomerInsightType = 143502359;
* @return The bytes for customerInsightType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerInsightTypeBytes() {
java.lang.Object ref = customerInsightType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerInsightType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERINSIGHTDESCRIPTION_FIELD_NUMBER = 408478241;
private volatile java.lang.Object customerInsightDescription_;
/**
* string CustomerInsightDescription = 408478241;
* @return The customerInsightDescription.
*/
@java.lang.Override
public java.lang.String getCustomerInsightDescription() {
java.lang.Object ref = customerInsightDescription_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerInsightDescription_ = s;
return s;
}
}
/**
* string CustomerInsightDescription = 408478241;
* @return The bytes for customerInsightDescription.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerInsightDescriptionBytes() {
java.lang.Object ref = customerInsightDescription_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerInsightDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERPRODUCTCOVERAGE_FIELD_NUMBER = 24567836;
private volatile java.lang.Object customerProductCoverage_;
/**
* string CustomerProductCoverage = 24567836;
* @return The customerProductCoverage.
*/
@java.lang.Override
public java.lang.String getCustomerProductCoverage() {
java.lang.Object ref = customerProductCoverage_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductCoverage_ = s;
return s;
}
}
/**
* string CustomerProductCoverage = 24567836;
* @return The bytes for customerProductCoverage.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerProductCoverageBytes() {
java.lang.Object ref = customerProductCoverage_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductCoverage_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERPRODUCTUSAGE_FIELD_NUMBER = 32942353;
private volatile java.lang.Object customerProductUsage_;
/**
* string CustomerProductUsage = 32942353;
* @return The customerProductUsage.
*/
@java.lang.Override
public java.lang.String getCustomerProductUsage() {
java.lang.Object ref = customerProductUsage_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductUsage_ = s;
return s;
}
}
/**
* string CustomerProductUsage = 32942353;
* @return The bytes for customerProductUsage.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerProductUsageBytes() {
java.lang.Object ref = customerProductUsage_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductUsage_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERPRODUCTELIGIBILITYPROFILE_FIELD_NUMBER = 304400819;
private volatile java.lang.Object customerProductEligibilityProfile_;
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The customerProductEligibilityProfile.
*/
@java.lang.Override
public java.lang.String getCustomerProductEligibilityProfile() {
java.lang.Object ref = customerProductEligibilityProfile_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductEligibilityProfile_ = s;
return s;
}
}
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The bytes for customerProductEligibilityProfile.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerProductEligibilityProfileBytes() {
java.lang.Object ref = customerProductEligibilityProfile_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductEligibilityProfile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERSALESPLAN_FIELD_NUMBER = 183976972;
private volatile java.lang.Object customerSalesPlan_;
/**
* string CustomerSalesPlan = 183976972;
* @return The customerSalesPlan.
*/
@java.lang.Override
public java.lang.String getCustomerSalesPlan() {
java.lang.Object ref = customerSalesPlan_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerSalesPlan_ = s;
return s;
}
}
/**
* string CustomerSalesPlan = 183976972;
* @return The bytes for customerSalesPlan.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerSalesPlanBytes() {
java.lang.Object ref = customerSalesPlan_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerSalesPlan_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductCoverage_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 24567836, customerProductCoverage_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductUsage_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 32942353, customerProductUsage_);
}
if (customerReference_ != null) {
output.writeMessage(48175344, getCustomerReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerInsightType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 143502359, customerInsightType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerSalesPlan_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 183976972, customerSalesPlan_);
}
if (employeeOrBusinessUnitReference_ != null) {
output.writeMessage(259644043, getEmployeeOrBusinessUnitReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductEligibilityProfile_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 304400819, customerProductEligibilityProfile_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerInsightDescription_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 408478241, customerInsightDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerRelationshipRatingType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 463345557, customerRelationshipRatingType_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductCoverage_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24567836, customerProductCoverage_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductUsage_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(32942353, customerProductUsage_);
}
if (customerReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(48175344, getCustomerReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerInsightType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(143502359, customerInsightType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerSalesPlan_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(183976972, customerSalesPlan_);
}
if (employeeOrBusinessUnitReference_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(259644043, getEmployeeOrBusinessUnitReference());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerProductEligibilityProfile_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(304400819, customerProductEligibilityProfile_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerInsightDescription_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(408478241, customerInsightDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerRelationshipRatingType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(463345557, customerRelationshipRatingType_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)) {
return super.equals(obj);
}
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan other = (com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan) obj;
if (hasCustomerReference() != other.hasCustomerReference()) return false;
if (hasCustomerReference()) {
if (!getCustomerReference()
.equals(other.getCustomerReference())) return false;
}
if (hasEmployeeOrBusinessUnitReference() != other.hasEmployeeOrBusinessUnitReference()) return false;
if (hasEmployeeOrBusinessUnitReference()) {
if (!getEmployeeOrBusinessUnitReference()
.equals(other.getEmployeeOrBusinessUnitReference())) return false;
}
if (!getCustomerRelationshipRatingType()
.equals(other.getCustomerRelationshipRatingType())) return false;
if (!getCustomerInsightType()
.equals(other.getCustomerInsightType())) return false;
if (!getCustomerInsightDescription()
.equals(other.getCustomerInsightDescription())) return false;
if (!getCustomerProductCoverage()
.equals(other.getCustomerProductCoverage())) return false;
if (!getCustomerProductUsage()
.equals(other.getCustomerProductUsage())) return false;
if (!getCustomerProductEligibilityProfile()
.equals(other.getCustomerProductEligibilityProfile())) return false;
if (!getCustomerSalesPlan()
.equals(other.getCustomerSalesPlan())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCustomerReference()) {
hash = (37 * hash) + CUSTOMERREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerReference().hashCode();
}
if (hasEmployeeOrBusinessUnitReference()) {
hash = (37 * hash) + EMPLOYEEORBUSINESSUNITREFERENCE_FIELD_NUMBER;
hash = (53 * hash) + getEmployeeOrBusinessUnitReference().hashCode();
}
hash = (37 * hash) + CUSTOMERRELATIONSHIPRATINGTYPE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerRelationshipRatingType().hashCode();
hash = (37 * hash) + CUSTOMERINSIGHTTYPE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerInsightType().hashCode();
hash = (37 * hash) + CUSTOMERINSIGHTDESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getCustomerInsightDescription().hashCode();
hash = (37 * hash) + CUSTOMERPRODUCTCOVERAGE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerProductCoverage().hashCode();
hash = (37 * hash) + CUSTOMERPRODUCTUSAGE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerProductUsage().hashCode();
hash = (37 * hash) + CUSTOMERPRODUCTELIGIBILITYPROFILE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerProductEligibilityProfile().hashCode();
hash = (37 * hash) + CUSTOMERSALESPLAN_FIELD_NUMBER;
hash = (53 * hash) + getCustomerSalesPlan().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.class, com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.Builder.class);
}
// Construct using com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (customerReferenceBuilder_ == null) {
customerReference_ = null;
} else {
customerReference_ = null;
customerReferenceBuilder_ = null;
}
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
employeeOrBusinessUnitReference_ = null;
} else {
employeeOrBusinessUnitReference_ = null;
employeeOrBusinessUnitReferenceBuilder_ = null;
}
customerRelationshipRatingType_ = "";
customerInsightType_ = "";
customerInsightDescription_ = "";
customerProductCoverage_ = "";
customerProductUsage_ = "";
customerProductEligibilityProfile_ = "";
customerSalesPlan_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor;
}
@java.lang.Override
public com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan getDefaultInstanceForType() {
return com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan build() {
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan buildPartial() {
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan result = new com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan(this);
if (customerReferenceBuilder_ == null) {
result.customerReference_ = customerReference_;
} else {
result.customerReference_ = customerReferenceBuilder_.build();
}
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
result.employeeOrBusinessUnitReference_ = employeeOrBusinessUnitReference_;
} else {
result.employeeOrBusinessUnitReference_ = employeeOrBusinessUnitReferenceBuilder_.build();
}
result.customerRelationshipRatingType_ = customerRelationshipRatingType_;
result.customerInsightType_ = customerInsightType_;
result.customerInsightDescription_ = customerInsightDescription_;
result.customerProductCoverage_ = customerProductCoverage_;
result.customerProductUsage_ = customerProductUsage_;
result.customerProductEligibilityProfile_ = customerProductEligibilityProfile_;
result.customerSalesPlan_ = customerSalesPlan_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan) {
return mergeFrom((com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan other) {
if (other == com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan.getDefaultInstance()) return this;
if (other.hasCustomerReference()) {
mergeCustomerReference(other.getCustomerReference());
}
if (other.hasEmployeeOrBusinessUnitReference()) {
mergeEmployeeOrBusinessUnitReference(other.getEmployeeOrBusinessUnitReference());
}
if (!other.getCustomerRelationshipRatingType().isEmpty()) {
customerRelationshipRatingType_ = other.customerRelationshipRatingType_;
onChanged();
}
if (!other.getCustomerInsightType().isEmpty()) {
customerInsightType_ = other.customerInsightType_;
onChanged();
}
if (!other.getCustomerInsightDescription().isEmpty()) {
customerInsightDescription_ = other.customerInsightDescription_;
onChanged();
}
if (!other.getCustomerProductCoverage().isEmpty()) {
customerProductCoverage_ = other.customerProductCoverage_;
onChanged();
}
if (!other.getCustomerProductUsage().isEmpty()) {
customerProductUsage_ = other.customerProductUsage_;
onChanged();
}
if (!other.getCustomerProductEligibilityProfile().isEmpty()) {
customerProductEligibilityProfile_ = other.customerProductEligibilityProfile_;
onChanged();
}
if (!other.getCustomerSalesPlan().isEmpty()) {
customerSalesPlan_ = other.customerSalesPlan_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.Any customerReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> customerReferenceBuilder_;
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return Whether the customerReference field is set.
*/
public boolean hasCustomerReference() {
return customerReferenceBuilder_ != null || customerReference_ != null;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
* @return The customerReference.
*/
public com.google.protobuf.Any getCustomerReference() {
if (customerReferenceBuilder_ == null) {
return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
} else {
return customerReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder setCustomerReference(com.google.protobuf.Any value) {
if (customerReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
customerReference_ = value;
onChanged();
} else {
customerReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder setCustomerReference(
com.google.protobuf.Any.Builder builderForValue) {
if (customerReferenceBuilder_ == null) {
customerReference_ = builderForValue.build();
onChanged();
} else {
customerReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder mergeCustomerReference(com.google.protobuf.Any value) {
if (customerReferenceBuilder_ == null) {
if (customerReference_ != null) {
customerReference_ =
com.google.protobuf.Any.newBuilder(customerReference_).mergeFrom(value).buildPartial();
} else {
customerReference_ = value;
}
onChanged();
} else {
customerReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public Builder clearCustomerReference() {
if (customerReferenceBuilder_ == null) {
customerReference_ = null;
onChanged();
} else {
customerReference_ = null;
customerReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public com.google.protobuf.Any.Builder getCustomerReferenceBuilder() {
onChanged();
return getCustomerReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
if (customerReferenceBuilder_ != null) {
return customerReferenceBuilder_.getMessageOrBuilder();
} else {
return customerReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : customerReference_;
}
}
/**
* .google.protobuf.Any CustomerReference = 48175344;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getCustomerReferenceFieldBuilder() {
if (customerReferenceBuilder_ == null) {
customerReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getCustomerReference(),
getParentForChildren(),
isClean());
customerReference_ = null;
}
return customerReferenceBuilder_;
}
private com.google.protobuf.Any employeeOrBusinessUnitReference_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> employeeOrBusinessUnitReferenceBuilder_;
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return Whether the employeeOrBusinessUnitReference field is set.
*/
public boolean hasEmployeeOrBusinessUnitReference() {
return employeeOrBusinessUnitReferenceBuilder_ != null || employeeOrBusinessUnitReference_ != null;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
* @return The employeeOrBusinessUnitReference.
*/
public com.google.protobuf.Any getEmployeeOrBusinessUnitReference() {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
return employeeOrBusinessUnitReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
} else {
return employeeOrBusinessUnitReferenceBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public Builder setEmployeeOrBusinessUnitReference(com.google.protobuf.Any value) {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
employeeOrBusinessUnitReference_ = value;
onChanged();
} else {
employeeOrBusinessUnitReferenceBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public Builder setEmployeeOrBusinessUnitReference(
com.google.protobuf.Any.Builder builderForValue) {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
employeeOrBusinessUnitReference_ = builderForValue.build();
onChanged();
} else {
employeeOrBusinessUnitReferenceBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public Builder mergeEmployeeOrBusinessUnitReference(com.google.protobuf.Any value) {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
if (employeeOrBusinessUnitReference_ != null) {
employeeOrBusinessUnitReference_ =
com.google.protobuf.Any.newBuilder(employeeOrBusinessUnitReference_).mergeFrom(value).buildPartial();
} else {
employeeOrBusinessUnitReference_ = value;
}
onChanged();
} else {
employeeOrBusinessUnitReferenceBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public Builder clearEmployeeOrBusinessUnitReference() {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
employeeOrBusinessUnitReference_ = null;
onChanged();
} else {
employeeOrBusinessUnitReference_ = null;
employeeOrBusinessUnitReferenceBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public com.google.protobuf.Any.Builder getEmployeeOrBusinessUnitReferenceBuilder() {
onChanged();
return getEmployeeOrBusinessUnitReferenceFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
public com.google.protobuf.AnyOrBuilder getEmployeeOrBusinessUnitReferenceOrBuilder() {
if (employeeOrBusinessUnitReferenceBuilder_ != null) {
return employeeOrBusinessUnitReferenceBuilder_.getMessageOrBuilder();
} else {
return employeeOrBusinessUnitReference_ == null ?
com.google.protobuf.Any.getDefaultInstance() : employeeOrBusinessUnitReference_;
}
}
/**
* .google.protobuf.Any EmployeeOrBusinessUnitReference = 259644043;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getEmployeeOrBusinessUnitReferenceFieldBuilder() {
if (employeeOrBusinessUnitReferenceBuilder_ == null) {
employeeOrBusinessUnitReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getEmployeeOrBusinessUnitReference(),
getParentForChildren(),
isClean());
employeeOrBusinessUnitReference_ = null;
}
return employeeOrBusinessUnitReferenceBuilder_;
}
private java.lang.Object customerRelationshipRatingType_ = "";
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The customerRelationshipRatingType.
*/
public java.lang.String getCustomerRelationshipRatingType() {
java.lang.Object ref = customerRelationshipRatingType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerRelationshipRatingType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerRelationshipRatingType = 463345557;
* @return The bytes for customerRelationshipRatingType.
*/
public com.google.protobuf.ByteString
getCustomerRelationshipRatingTypeBytes() {
java.lang.Object ref = customerRelationshipRatingType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerRelationshipRatingType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerRelationshipRatingType = 463345557;
* @param value The customerRelationshipRatingType to set.
* @return This builder for chaining.
*/
public Builder setCustomerRelationshipRatingType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerRelationshipRatingType_ = value;
onChanged();
return this;
}
/**
* string CustomerRelationshipRatingType = 463345557;
* @return This builder for chaining.
*/
public Builder clearCustomerRelationshipRatingType() {
customerRelationshipRatingType_ = getDefaultInstance().getCustomerRelationshipRatingType();
onChanged();
return this;
}
/**
* string CustomerRelationshipRatingType = 463345557;
* @param value The bytes for customerRelationshipRatingType to set.
* @return This builder for chaining.
*/
public Builder setCustomerRelationshipRatingTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerRelationshipRatingType_ = value;
onChanged();
return this;
}
private java.lang.Object customerInsightType_ = "";
/**
* string CustomerInsightType = 143502359;
* @return The customerInsightType.
*/
public java.lang.String getCustomerInsightType() {
java.lang.Object ref = customerInsightType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerInsightType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerInsightType = 143502359;
* @return The bytes for customerInsightType.
*/
public com.google.protobuf.ByteString
getCustomerInsightTypeBytes() {
java.lang.Object ref = customerInsightType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerInsightType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerInsightType = 143502359;
* @param value The customerInsightType to set.
* @return This builder for chaining.
*/
public Builder setCustomerInsightType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerInsightType_ = value;
onChanged();
return this;
}
/**
* string CustomerInsightType = 143502359;
* @return This builder for chaining.
*/
public Builder clearCustomerInsightType() {
customerInsightType_ = getDefaultInstance().getCustomerInsightType();
onChanged();
return this;
}
/**
* string CustomerInsightType = 143502359;
* @param value The bytes for customerInsightType to set.
* @return This builder for chaining.
*/
public Builder setCustomerInsightTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerInsightType_ = value;
onChanged();
return this;
}
private java.lang.Object customerInsightDescription_ = "";
/**
* string CustomerInsightDescription = 408478241;
* @return The customerInsightDescription.
*/
public java.lang.String getCustomerInsightDescription() {
java.lang.Object ref = customerInsightDescription_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerInsightDescription_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerInsightDescription = 408478241;
* @return The bytes for customerInsightDescription.
*/
public com.google.protobuf.ByteString
getCustomerInsightDescriptionBytes() {
java.lang.Object ref = customerInsightDescription_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerInsightDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerInsightDescription = 408478241;
* @param value The customerInsightDescription to set.
* @return This builder for chaining.
*/
public Builder setCustomerInsightDescription(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerInsightDescription_ = value;
onChanged();
return this;
}
/**
* string CustomerInsightDescription = 408478241;
* @return This builder for chaining.
*/
public Builder clearCustomerInsightDescription() {
customerInsightDescription_ = getDefaultInstance().getCustomerInsightDescription();
onChanged();
return this;
}
/**
* string CustomerInsightDescription = 408478241;
* @param value The bytes for customerInsightDescription to set.
* @return This builder for chaining.
*/
public Builder setCustomerInsightDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerInsightDescription_ = value;
onChanged();
return this;
}
private java.lang.Object customerProductCoverage_ = "";
/**
* string CustomerProductCoverage = 24567836;
* @return The customerProductCoverage.
*/
public java.lang.String getCustomerProductCoverage() {
java.lang.Object ref = customerProductCoverage_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductCoverage_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerProductCoverage = 24567836;
* @return The bytes for customerProductCoverage.
*/
public com.google.protobuf.ByteString
getCustomerProductCoverageBytes() {
java.lang.Object ref = customerProductCoverage_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductCoverage_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerProductCoverage = 24567836;
* @param value The customerProductCoverage to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductCoverage(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerProductCoverage_ = value;
onChanged();
return this;
}
/**
* string CustomerProductCoverage = 24567836;
* @return This builder for chaining.
*/
public Builder clearCustomerProductCoverage() {
customerProductCoverage_ = getDefaultInstance().getCustomerProductCoverage();
onChanged();
return this;
}
/**
* string CustomerProductCoverage = 24567836;
* @param value The bytes for customerProductCoverage to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductCoverageBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerProductCoverage_ = value;
onChanged();
return this;
}
private java.lang.Object customerProductUsage_ = "";
/**
* string CustomerProductUsage = 32942353;
* @return The customerProductUsage.
*/
public java.lang.String getCustomerProductUsage() {
java.lang.Object ref = customerProductUsage_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductUsage_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerProductUsage = 32942353;
* @return The bytes for customerProductUsage.
*/
public com.google.protobuf.ByteString
getCustomerProductUsageBytes() {
java.lang.Object ref = customerProductUsage_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductUsage_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerProductUsage = 32942353;
* @param value The customerProductUsage to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductUsage(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerProductUsage_ = value;
onChanged();
return this;
}
/**
* string CustomerProductUsage = 32942353;
* @return This builder for chaining.
*/
public Builder clearCustomerProductUsage() {
customerProductUsage_ = getDefaultInstance().getCustomerProductUsage();
onChanged();
return this;
}
/**
* string CustomerProductUsage = 32942353;
* @param value The bytes for customerProductUsage to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductUsageBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerProductUsage_ = value;
onChanged();
return this;
}
private java.lang.Object customerProductEligibilityProfile_ = "";
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The customerProductEligibilityProfile.
*/
public java.lang.String getCustomerProductEligibilityProfile() {
java.lang.Object ref = customerProductEligibilityProfile_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerProductEligibilityProfile_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return The bytes for customerProductEligibilityProfile.
*/
public com.google.protobuf.ByteString
getCustomerProductEligibilityProfileBytes() {
java.lang.Object ref = customerProductEligibilityProfile_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerProductEligibilityProfile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerProductEligibilityProfile = 304400819;
* @param value The customerProductEligibilityProfile to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductEligibilityProfile(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerProductEligibilityProfile_ = value;
onChanged();
return this;
}
/**
* string CustomerProductEligibilityProfile = 304400819;
* @return This builder for chaining.
*/
public Builder clearCustomerProductEligibilityProfile() {
customerProductEligibilityProfile_ = getDefaultInstance().getCustomerProductEligibilityProfile();
onChanged();
return this;
}
/**
* string CustomerProductEligibilityProfile = 304400819;
* @param value The bytes for customerProductEligibilityProfile to set.
* @return This builder for chaining.
*/
public Builder setCustomerProductEligibilityProfileBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerProductEligibilityProfile_ = value;
onChanged();
return this;
}
private java.lang.Object customerSalesPlan_ = "";
/**
* string CustomerSalesPlan = 183976972;
* @return The customerSalesPlan.
*/
public java.lang.String getCustomerSalesPlan() {
java.lang.Object ref = customerSalesPlan_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerSalesPlan_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerSalesPlan = 183976972;
* @return The bytes for customerSalesPlan.
*/
public com.google.protobuf.ByteString
getCustomerSalesPlanBytes() {
java.lang.Object ref = customerSalesPlan_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerSalesPlan_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerSalesPlan = 183976972;
* @param value The customerSalesPlan to set.
* @return This builder for chaining.
*/
public Builder setCustomerSalesPlan(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerSalesPlan_ = value;
onChanged();
return this;
}
/**
* string CustomerSalesPlan = 183976972;
* @return This builder for chaining.
*/
public Builder clearCustomerSalesPlan() {
customerSalesPlan_ = getDefaultInstance().getCustomerSalesPlan();
onChanged();
return this;
}
/**
* string CustomerSalesPlan = 183976972;
* @param value The bytes for customerSalesPlan to set.
* @return This builder for chaining.
*/
public Builder setCustomerSalesPlanBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerSalesPlan_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan)
private static final com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan();
}
public static com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.customerrelationshipmanagement.v10.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlanOuterClass.CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\njv10/model/create_customer_relationship" +
"_management_plan_request_customer_relati" +
"onship_management_plan.proto\0225com.redhat" +
".mercury.customerrelationshipmanagement." +
"v10\032\031google/protobuf/any.proto\"\317\003\nQCreat" +
"eCustomerRelationshipManagementPlanReque" +
"stCustomerRelationshipManagementPlan\0222\n\021" +
"CustomerReference\030\360\261\374\026 \001(\0132\024.google.prot" +
"obuf.Any\022@\n\037EmployeeOrBusinessUnitRefere" +
"nce\030\213\265\347{ \001(\0132\024.google.protobuf.Any\022*\n\036Cu" +
"stomerRelationshipRatingType\030\225\257\370\334\001 \001(\t\022\036" +
"\n\023CustomerInsightType\030\227\330\266D \001(\t\022&\n\032Custom" +
"erInsightDescription\030\241\304\343\302\001 \001(\t\022\"\n\027Custom" +
"erProductCoverage\030\234\300\333\013 \001(\t\022\037\n\024CustomerPr" +
"oductUsage\030\221\322\332\017 \001(\t\022-\n!CustomerProductEl" +
"igibilityProfile\030\263\223\223\221\001 \001(\t\022\034\n\021CustomerSa" +
"lesPlan\030\214\210\335W \001(\tP\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_customerrelationshipmanagement_v10_CreateCustomerRelationshipManagementPlanRequestCustomerRelationshipManagementPlan_descriptor,
new java.lang.String[] { "CustomerReference", "EmployeeOrBusinessUnitReference", "CustomerRelationshipRatingType", "CustomerInsightType", "CustomerInsightDescription", "CustomerProductCoverage", "CustomerProductUsage", "CustomerProductEligibilityProfile", "CustomerSalesPlan", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy