
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/performance.proto
package com.redhat.mercury.customercasemanagement.v10;
public final class PerformanceOuterClass {
private PerformanceOuterClass() {}
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 PerformanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.customercasemanagement.v10.Performance)
com.google.protobuf.MessageOrBuilder {
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The customerCaseResourceUtilization.
*/
java.lang.String getCustomerCaseResourceUtilization();
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The bytes for customerCaseResourceUtilization.
*/
com.google.protobuf.ByteString
getCustomerCaseResourceUtilizationBytes();
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The customerCaseLoadingProjections.
*/
java.lang.String getCustomerCaseLoadingProjections();
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The bytes for customerCaseLoadingProjections.
*/
com.google.protobuf.ByteString
getCustomerCaseLoadingProjectionsBytes();
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The customerCaseResolutionServiceStatistics.
*/
java.lang.String getCustomerCaseResolutionServiceStatistics();
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The bytes for customerCaseResolutionServiceStatistics.
*/
com.google.protobuf.ByteString
getCustomerCaseResolutionServiceStatisticsBytes();
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The customerCaseServiceStatisticType.
*/
java.lang.String getCustomerCaseServiceStatisticType();
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The bytes for customerCaseServiceStatisticType.
*/
com.google.protobuf.ByteString
getCustomerCaseServiceStatisticTypeBytes();
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The customerCaseServiceStatisticValue.
*/
java.lang.String getCustomerCaseServiceStatisticValue();
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The bytes for customerCaseServiceStatisticValue.
*/
com.google.protobuf.ByteString
getCustomerCaseServiceStatisticValueBytes();
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The customerCaseServiceStatisticInterpretation.
*/
java.lang.String getCustomerCaseServiceStatisticInterpretation();
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The bytes for customerCaseServiceStatisticInterpretation.
*/
com.google.protobuf.ByteString
getCustomerCaseServiceStatisticInterpretationBytes();
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The customerCaseServiceStatisticRecommendation.
*/
java.lang.String getCustomerCaseServiceStatisticRecommendation();
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The bytes for customerCaseServiceStatisticRecommendation.
*/
com.google.protobuf.ByteString
getCustomerCaseServiceStatisticRecommendationBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.customercasemanagement.v10.Performance}
*/
public static final class Performance extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.customercasemanagement.v10.Performance)
PerformanceOrBuilder {
private static final long serialVersionUID = 0L;
// Use Performance.newBuilder() to construct.
private Performance(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Performance() {
customerCaseResourceUtilization_ = "";
customerCaseLoadingProjections_ = "";
customerCaseResolutionServiceStatistics_ = "";
customerCaseServiceStatisticType_ = "";
customerCaseServiceStatisticValue_ = "";
customerCaseServiceStatisticInterpretation_ = "";
customerCaseServiceStatisticRecommendation_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Performance();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Performance(
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 456285402: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseServiceStatisticValue_ = s;
break;
}
case 634645234: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseServiceStatisticRecommendation_ = s;
break;
}
case 915875730: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseServiceStatisticInterpretation_ = s;
break;
}
case 936603626: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseResourceUtilization_ = s;
break;
}
case -1965517294: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseResolutionServiceStatistics_ = s;
break;
}
case -1231915774: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseServiceStatisticType_ = s;
break;
}
case -828600134: {
java.lang.String s = input.readStringRequireUtf8();
customerCaseLoadingProjections_ = 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.customercasemanagement.v10.PerformanceOuterClass.internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.class, com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.Builder.class);
}
public static final int CUSTOMERCASERESOURCEUTILIZATION_FIELD_NUMBER = 117075453;
private volatile java.lang.Object customerCaseResourceUtilization_;
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The customerCaseResourceUtilization.
*/
@java.lang.Override
public java.lang.String getCustomerCaseResourceUtilization() {
java.lang.Object ref = customerCaseResourceUtilization_;
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();
customerCaseResourceUtilization_ = s;
return s;
}
}
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The bytes for customerCaseResourceUtilization.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseResourceUtilizationBytes() {
java.lang.Object ref = customerCaseResourceUtilization_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseResourceUtilization_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASELOADINGPROJECTIONS_FIELD_NUMBER = 433295895;
private volatile java.lang.Object customerCaseLoadingProjections_;
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The customerCaseLoadingProjections.
*/
@java.lang.Override
public java.lang.String getCustomerCaseLoadingProjections() {
java.lang.Object ref = customerCaseLoadingProjections_;
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();
customerCaseLoadingProjections_ = s;
return s;
}
}
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The bytes for customerCaseLoadingProjections.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseLoadingProjectionsBytes() {
java.lang.Object ref = customerCaseLoadingProjections_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseLoadingProjections_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASERESOLUTIONSERVICESTATISTICS_FIELD_NUMBER = 291181250;
private volatile java.lang.Object customerCaseResolutionServiceStatistics_;
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The customerCaseResolutionServiceStatistics.
*/
@java.lang.Override
public java.lang.String getCustomerCaseResolutionServiceStatistics() {
java.lang.Object ref = customerCaseResolutionServiceStatistics_;
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();
customerCaseResolutionServiceStatistics_ = s;
return s;
}
}
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The bytes for customerCaseResolutionServiceStatistics.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseResolutionServiceStatisticsBytes() {
java.lang.Object ref = customerCaseResolutionServiceStatistics_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseResolutionServiceStatistics_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASESERVICESTATISTICTYPE_FIELD_NUMBER = 382881440;
private volatile java.lang.Object customerCaseServiceStatisticType_;
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The customerCaseServiceStatisticType.
*/
@java.lang.Override
public java.lang.String getCustomerCaseServiceStatisticType() {
java.lang.Object ref = customerCaseServiceStatisticType_;
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();
customerCaseServiceStatisticType_ = s;
return s;
}
}
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The bytes for customerCaseServiceStatisticType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticTypeBytes() {
java.lang.Object ref = customerCaseServiceStatisticType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASESERVICESTATISTICVALUE_FIELD_NUMBER = 57035675;
private volatile java.lang.Object customerCaseServiceStatisticValue_;
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The customerCaseServiceStatisticValue.
*/
@java.lang.Override
public java.lang.String getCustomerCaseServiceStatisticValue() {
java.lang.Object ref = customerCaseServiceStatisticValue_;
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();
customerCaseServiceStatisticValue_ = s;
return s;
}
}
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The bytes for customerCaseServiceStatisticValue.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticValueBytes() {
java.lang.Object ref = customerCaseServiceStatisticValue_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticValue_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASESERVICESTATISTICINTERPRETATION_FIELD_NUMBER = 114484466;
private volatile java.lang.Object customerCaseServiceStatisticInterpretation_;
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The customerCaseServiceStatisticInterpretation.
*/
@java.lang.Override
public java.lang.String getCustomerCaseServiceStatisticInterpretation() {
java.lang.Object ref = customerCaseServiceStatisticInterpretation_;
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();
customerCaseServiceStatisticInterpretation_ = s;
return s;
}
}
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The bytes for customerCaseServiceStatisticInterpretation.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticInterpretationBytes() {
java.lang.Object ref = customerCaseServiceStatisticInterpretation_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticInterpretation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CUSTOMERCASESERVICESTATISTICRECOMMENDATION_FIELD_NUMBER = 79330654;
private volatile java.lang.Object customerCaseServiceStatisticRecommendation_;
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The customerCaseServiceStatisticRecommendation.
*/
@java.lang.Override
public java.lang.String getCustomerCaseServiceStatisticRecommendation() {
java.lang.Object ref = customerCaseServiceStatisticRecommendation_;
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();
customerCaseServiceStatisticRecommendation_ = s;
return s;
}
}
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The bytes for customerCaseServiceStatisticRecommendation.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticRecommendationBytes() {
java.lang.Object ref = customerCaseServiceStatisticRecommendation_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticRecommendation_ = 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(customerCaseServiceStatisticValue_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 57035675, customerCaseServiceStatisticValue_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticRecommendation_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 79330654, customerCaseServiceStatisticRecommendation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticInterpretation_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 114484466, customerCaseServiceStatisticInterpretation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseResourceUtilization_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 117075453, customerCaseResourceUtilization_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseResolutionServiceStatistics_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 291181250, customerCaseResolutionServiceStatistics_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 382881440, customerCaseServiceStatisticType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseLoadingProjections_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 433295895, customerCaseLoadingProjections_);
}
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(customerCaseServiceStatisticValue_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(57035675, customerCaseServiceStatisticValue_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticRecommendation_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(79330654, customerCaseServiceStatisticRecommendation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticInterpretation_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(114484466, customerCaseServiceStatisticInterpretation_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseResourceUtilization_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(117075453, customerCaseResourceUtilization_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseResolutionServiceStatistics_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(291181250, customerCaseResolutionServiceStatistics_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseServiceStatisticType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(382881440, customerCaseServiceStatisticType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerCaseLoadingProjections_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(433295895, customerCaseLoadingProjections_);
}
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.customercasemanagement.v10.PerformanceOuterClass.Performance)) {
return super.equals(obj);
}
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance other = (com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance) obj;
if (!getCustomerCaseResourceUtilization()
.equals(other.getCustomerCaseResourceUtilization())) return false;
if (!getCustomerCaseLoadingProjections()
.equals(other.getCustomerCaseLoadingProjections())) return false;
if (!getCustomerCaseResolutionServiceStatistics()
.equals(other.getCustomerCaseResolutionServiceStatistics())) return false;
if (!getCustomerCaseServiceStatisticType()
.equals(other.getCustomerCaseServiceStatisticType())) return false;
if (!getCustomerCaseServiceStatisticValue()
.equals(other.getCustomerCaseServiceStatisticValue())) return false;
if (!getCustomerCaseServiceStatisticInterpretation()
.equals(other.getCustomerCaseServiceStatisticInterpretation())) return false;
if (!getCustomerCaseServiceStatisticRecommendation()
.equals(other.getCustomerCaseServiceStatisticRecommendation())) 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();
hash = (37 * hash) + CUSTOMERCASERESOURCEUTILIZATION_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseResourceUtilization().hashCode();
hash = (37 * hash) + CUSTOMERCASELOADINGPROJECTIONS_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseLoadingProjections().hashCode();
hash = (37 * hash) + CUSTOMERCASERESOLUTIONSERVICESTATISTICS_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseResolutionServiceStatistics().hashCode();
hash = (37 * hash) + CUSTOMERCASESERVICESTATISTICTYPE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseServiceStatisticType().hashCode();
hash = (37 * hash) + CUSTOMERCASESERVICESTATISTICVALUE_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseServiceStatisticValue().hashCode();
hash = (37 * hash) + CUSTOMERCASESERVICESTATISTICINTERPRETATION_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseServiceStatisticInterpretation().hashCode();
hash = (37 * hash) + CUSTOMERCASESERVICESTATISTICRECOMMENDATION_FIELD_NUMBER;
hash = (53 * hash) + getCustomerCaseServiceStatisticRecommendation().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.PerformanceOuterClass.Performance parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.PerformanceOuterClass.Performance parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.PerformanceOuterClass.Performance 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.customercasemanagement.v10.Performance}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.customercasemanagement.v10.Performance)
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.PerformanceOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.class, com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.Builder.class);
}
// Construct using com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.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();
customerCaseResourceUtilization_ = "";
customerCaseLoadingProjections_ = "";
customerCaseResolutionServiceStatistics_ = "";
customerCaseServiceStatisticType_ = "";
customerCaseServiceStatisticValue_ = "";
customerCaseServiceStatisticInterpretation_ = "";
customerCaseServiceStatisticRecommendation_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor;
}
@java.lang.Override
public com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance getDefaultInstanceForType() {
return com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance build() {
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance buildPartial() {
com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance result = new com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance(this);
result.customerCaseResourceUtilization_ = customerCaseResourceUtilization_;
result.customerCaseLoadingProjections_ = customerCaseLoadingProjections_;
result.customerCaseResolutionServiceStatistics_ = customerCaseResolutionServiceStatistics_;
result.customerCaseServiceStatisticType_ = customerCaseServiceStatisticType_;
result.customerCaseServiceStatisticValue_ = customerCaseServiceStatisticValue_;
result.customerCaseServiceStatisticInterpretation_ = customerCaseServiceStatisticInterpretation_;
result.customerCaseServiceStatisticRecommendation_ = customerCaseServiceStatisticRecommendation_;
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.customercasemanagement.v10.PerformanceOuterClass.Performance) {
return mergeFrom((com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance other) {
if (other == com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance.getDefaultInstance()) return this;
if (!other.getCustomerCaseResourceUtilization().isEmpty()) {
customerCaseResourceUtilization_ = other.customerCaseResourceUtilization_;
onChanged();
}
if (!other.getCustomerCaseLoadingProjections().isEmpty()) {
customerCaseLoadingProjections_ = other.customerCaseLoadingProjections_;
onChanged();
}
if (!other.getCustomerCaseResolutionServiceStatistics().isEmpty()) {
customerCaseResolutionServiceStatistics_ = other.customerCaseResolutionServiceStatistics_;
onChanged();
}
if (!other.getCustomerCaseServiceStatisticType().isEmpty()) {
customerCaseServiceStatisticType_ = other.customerCaseServiceStatisticType_;
onChanged();
}
if (!other.getCustomerCaseServiceStatisticValue().isEmpty()) {
customerCaseServiceStatisticValue_ = other.customerCaseServiceStatisticValue_;
onChanged();
}
if (!other.getCustomerCaseServiceStatisticInterpretation().isEmpty()) {
customerCaseServiceStatisticInterpretation_ = other.customerCaseServiceStatisticInterpretation_;
onChanged();
}
if (!other.getCustomerCaseServiceStatisticRecommendation().isEmpty()) {
customerCaseServiceStatisticRecommendation_ = other.customerCaseServiceStatisticRecommendation_;
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.customercasemanagement.v10.PerformanceOuterClass.Performance parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object customerCaseResourceUtilization_ = "";
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The customerCaseResourceUtilization.
*/
public java.lang.String getCustomerCaseResourceUtilization() {
java.lang.Object ref = customerCaseResourceUtilization_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseResourceUtilization_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return The bytes for customerCaseResourceUtilization.
*/
public com.google.protobuf.ByteString
getCustomerCaseResourceUtilizationBytes() {
java.lang.Object ref = customerCaseResourceUtilization_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseResourceUtilization_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseResourceUtilization = 117075453;
* @param value The customerCaseResourceUtilization to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseResourceUtilization(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseResourceUtilization_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseResourceUtilization = 117075453;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseResourceUtilization() {
customerCaseResourceUtilization_ = getDefaultInstance().getCustomerCaseResourceUtilization();
onChanged();
return this;
}
/**
* string CustomerCaseResourceUtilization = 117075453;
* @param value The bytes for customerCaseResourceUtilization to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseResourceUtilizationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseResourceUtilization_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseLoadingProjections_ = "";
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The customerCaseLoadingProjections.
*/
public java.lang.String getCustomerCaseLoadingProjections() {
java.lang.Object ref = customerCaseLoadingProjections_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseLoadingProjections_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return The bytes for customerCaseLoadingProjections.
*/
public com.google.protobuf.ByteString
getCustomerCaseLoadingProjectionsBytes() {
java.lang.Object ref = customerCaseLoadingProjections_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseLoadingProjections_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseLoadingProjections = 433295895;
* @param value The customerCaseLoadingProjections to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseLoadingProjections(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseLoadingProjections_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseLoadingProjections = 433295895;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseLoadingProjections() {
customerCaseLoadingProjections_ = getDefaultInstance().getCustomerCaseLoadingProjections();
onChanged();
return this;
}
/**
* string CustomerCaseLoadingProjections = 433295895;
* @param value The bytes for customerCaseLoadingProjections to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseLoadingProjectionsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseLoadingProjections_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseResolutionServiceStatistics_ = "";
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The customerCaseResolutionServiceStatistics.
*/
public java.lang.String getCustomerCaseResolutionServiceStatistics() {
java.lang.Object ref = customerCaseResolutionServiceStatistics_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseResolutionServiceStatistics_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return The bytes for customerCaseResolutionServiceStatistics.
*/
public com.google.protobuf.ByteString
getCustomerCaseResolutionServiceStatisticsBytes() {
java.lang.Object ref = customerCaseResolutionServiceStatistics_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseResolutionServiceStatistics_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @param value The customerCaseResolutionServiceStatistics to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseResolutionServiceStatistics(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseResolutionServiceStatistics_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseResolutionServiceStatistics() {
customerCaseResolutionServiceStatistics_ = getDefaultInstance().getCustomerCaseResolutionServiceStatistics();
onChanged();
return this;
}
/**
* string CustomerCaseResolutionServiceStatistics = 291181250;
* @param value The bytes for customerCaseResolutionServiceStatistics to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseResolutionServiceStatisticsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseResolutionServiceStatistics_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseServiceStatisticType_ = "";
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The customerCaseServiceStatisticType.
*/
public java.lang.String getCustomerCaseServiceStatisticType() {
java.lang.Object ref = customerCaseServiceStatisticType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseServiceStatisticType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return The bytes for customerCaseServiceStatisticType.
*/
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticTypeBytes() {
java.lang.Object ref = customerCaseServiceStatisticType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @param value The customerCaseServiceStatisticType to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseServiceStatisticType_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseServiceStatisticType() {
customerCaseServiceStatisticType_ = getDefaultInstance().getCustomerCaseServiceStatisticType();
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticType = 382881440;
* @param value The bytes for customerCaseServiceStatisticType to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseServiceStatisticType_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseServiceStatisticValue_ = "";
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The customerCaseServiceStatisticValue.
*/
public java.lang.String getCustomerCaseServiceStatisticValue() {
java.lang.Object ref = customerCaseServiceStatisticValue_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseServiceStatisticValue_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return The bytes for customerCaseServiceStatisticValue.
*/
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticValueBytes() {
java.lang.Object ref = customerCaseServiceStatisticValue_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticValue_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @param value The customerCaseServiceStatisticValue to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticValue(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseServiceStatisticValue_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseServiceStatisticValue() {
customerCaseServiceStatisticValue_ = getDefaultInstance().getCustomerCaseServiceStatisticValue();
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticValue = 57035675;
* @param value The bytes for customerCaseServiceStatisticValue to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticValueBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseServiceStatisticValue_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseServiceStatisticInterpretation_ = "";
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The customerCaseServiceStatisticInterpretation.
*/
public java.lang.String getCustomerCaseServiceStatisticInterpretation() {
java.lang.Object ref = customerCaseServiceStatisticInterpretation_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseServiceStatisticInterpretation_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return The bytes for customerCaseServiceStatisticInterpretation.
*/
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticInterpretationBytes() {
java.lang.Object ref = customerCaseServiceStatisticInterpretation_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticInterpretation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @param value The customerCaseServiceStatisticInterpretation to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticInterpretation(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseServiceStatisticInterpretation_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseServiceStatisticInterpretation() {
customerCaseServiceStatisticInterpretation_ = getDefaultInstance().getCustomerCaseServiceStatisticInterpretation();
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticInterpretation = 114484466;
* @param value The bytes for customerCaseServiceStatisticInterpretation to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticInterpretationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseServiceStatisticInterpretation_ = value;
onChanged();
return this;
}
private java.lang.Object customerCaseServiceStatisticRecommendation_ = "";
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The customerCaseServiceStatisticRecommendation.
*/
public java.lang.String getCustomerCaseServiceStatisticRecommendation() {
java.lang.Object ref = customerCaseServiceStatisticRecommendation_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerCaseServiceStatisticRecommendation_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return The bytes for customerCaseServiceStatisticRecommendation.
*/
public com.google.protobuf.ByteString
getCustomerCaseServiceStatisticRecommendationBytes() {
java.lang.Object ref = customerCaseServiceStatisticRecommendation_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerCaseServiceStatisticRecommendation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @param value The customerCaseServiceStatisticRecommendation to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticRecommendation(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
customerCaseServiceStatisticRecommendation_ = value;
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @return This builder for chaining.
*/
public Builder clearCustomerCaseServiceStatisticRecommendation() {
customerCaseServiceStatisticRecommendation_ = getDefaultInstance().getCustomerCaseServiceStatisticRecommendation();
onChanged();
return this;
}
/**
* string CustomerCaseServiceStatisticRecommendation = 79330654;
* @param value The bytes for customerCaseServiceStatisticRecommendation to set.
* @return This builder for chaining.
*/
public Builder setCustomerCaseServiceStatisticRecommendationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
customerCaseServiceStatisticRecommendation_ = 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.customercasemanagement.v10.Performance)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.customercasemanagement.v10.Performance)
private static final com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance();
}
public static com.redhat.mercury.customercasemanagement.v10.PerformanceOuterClass.Performance getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Performance parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Performance(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.customercasemanagement.v10.PerformanceOuterClass.Performance getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\033v10/model/performance.proto\022-com.redha" +
"t.mercury.customercasemanagement.v10\"\344\002\n" +
"\013Performance\022*\n\037CustomerCaseResourceUtil" +
"ization\030\375\333\3517 \001(\t\022*\n\036CustomerCaseLoadingP" +
"rojections\030\227\244\316\316\001 \001(\t\0223\n\'CustomerCaseReso" +
"lutionServiceStatistics\030\302\245\354\212\001 \001(\t\022,\n Cus" +
"tomerCaseServiceStatisticType\030\240\235\311\266\001 \001(\t\022" +
",\n!CustomerCaseServiceStatisticValue\030\233\227\231" +
"\033 \001(\t\0225\n*CustomerCaseServiceStatisticInt" +
"erpretation\030\362\311\3136 \001(\t\0225\n*CustomerCaseServ" +
"iceStatisticRecommendation\030\336\372\351% \001(\tb\006pro" +
"to3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_customercasemanagement_v10_Performance_descriptor,
new java.lang.String[] { "CustomerCaseResourceUtilization", "CustomerCaseLoadingProjections", "CustomerCaseResolutionServiceStatistics", "CustomerCaseServiceStatisticType", "CustomerCaseServiceStatisticValue", "CustomerCaseServiceStatisticInterpretation", "CustomerCaseServiceStatisticRecommendation", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy