// Generated by the protocol buffer compiler. DO NOT EDIT! // source: easier-report-biz/src/main/proto/fxy.proto // Protobuf Java Version: 3.25.7 package com.yaoyicloud.message; public final class FxyProtos { private FxyProtos() {} 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 ServiceProviderInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:fxy.ServiceProviderInfo) com.google.protobuf.MessageOrBuilder { /** *
* ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* * "基金会" ** *
optional string type = 2;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* * "基金会" ** *
optional string type = 2;
* @return The type.
*/
java.lang.String getType();
/**
* * "基金会" ** *
optional string type = 2;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return Whether the reportDate field is set.
*/
boolean hasReportDate();
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The reportDate.
*/
java.lang.String getReportDate();
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The bytes for reportDate.
*/
com.google.protobuf.ByteString
getReportDateBytes();
}
/**
* Protobuf type {@code fxy.ServiceProviderInfo}
*/
public static final class ServiceProviderInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.ServiceProviderInfo)
ServiceProviderInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ServiceProviderInfo.newBuilder() to construct.
private ServiceProviderInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ServiceProviderInfo() {
name_ = "";
type_ = "";
reportDate_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ServiceProviderInfo();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_ServiceProviderInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_ServiceProviderInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.ServiceProviderInfo.class, com.yaoyicloud.message.FxyProtos.ServiceProviderInfo.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
}
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TYPE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object type_ = "";
/**
* * "基金会" ** *
optional string type = 2;
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * "基金会" ** *
optional string type = 2;
* @return The type.
*/
@java.lang.Override
public java.lang.String getType() {
java.lang.Object ref = type_;
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();
if (bs.isValidUtf8()) {
type_ = s;
}
return s;
}
}
/**
* * "基金会" ** *
optional string type = 2;
* @return The bytes for type.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REPORTDATE_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object reportDate_ = "";
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return Whether the reportDate field is set.
*/
@java.lang.Override
public boolean hasReportDate() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The reportDate.
*/
@java.lang.Override
public java.lang.String getReportDate() {
java.lang.Object ref = reportDate_;
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();
if (bs.isValidUtf8()) {
reportDate_ = s;
}
return s;
}
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The bytes for reportDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getReportDateBytes() {
java.lang.Object ref = reportDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reportDate_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, type_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, reportDate_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, type_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, reportDate_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.ServiceProviderInfo)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.ServiceProviderInfo other = (com.yaoyicloud.message.FxyProtos.ServiceProviderInfo) obj;
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (hasType() != other.hasType()) return false;
if (hasType()) {
if (!getType()
.equals(other.getType())) return false;
}
if (hasReportDate() != other.hasReportDate()) return false;
if (hasReportDate()) {
if (!getReportDate()
.equals(other.getReportDate())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasType()) {
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
}
if (hasReportDate()) {
hash = (37 * hash) + REPORTDATE_FIELD_NUMBER;
hash = (53 * hash) + getReportDate().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo 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.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo 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.yaoyicloud.message.FxyProtos.ServiceProviderInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo 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.yaoyicloud.message.FxyProtos.ServiceProviderInfo 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 fxy.ServiceProviderInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * ${服务商信息:服务商名称} ** *
optional string name = 1;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object type_ = "";
/**
* * "基金会" ** *
optional string type = 2;
* @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * "基金会" ** *
optional string type = 2;
* @return The type.
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
type_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * "基金会" ** *
optional string type = 2;
* @return The bytes for type.
*/
public com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * "基金会" ** *
optional string type = 2;
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
type_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * "基金会" ** *
optional string type = 2;
* @return This builder for chaining.
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * "基金会" ** *
optional string type = 2;
* @param value The bytes for type to set.
* @return This builder for chaining.
*/
public Builder setTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
type_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object reportDate_ = "";
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return Whether the reportDate field is set.
*/
public boolean hasReportDate() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The reportDate.
*/
public java.lang.String getReportDate() {
java.lang.Object ref = reportDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
reportDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return The bytes for reportDate.
*/
public com.google.protobuf.ByteString
getReportDateBytes() {
java.lang.Object ref = reportDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reportDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @param value The reportDate to set.
* @return This builder for chaining.
*/
public Builder setReportDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
reportDate_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @return This builder for chaining.
*/
public Builder clearReportDate() {
reportDate_ = getDefaultInstance().getReportDate();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * ${服务商信息:报告日期} ** *
optional string reportDate = 3;
* @param value The bytes for reportDate to set.
* @return This builder for chaining.
*/
public Builder setReportDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
reportDate_ = value;
bitField0_ |= 0x00000004;
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:fxy.ServiceProviderInfo)
}
// @@protoc_insertion_point(class_scope:fxy.ServiceProviderInfo)
private static final com.yaoyicloud.message.FxyProtos.ServiceProviderInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.ServiceProviderInfo();
}
public static com.yaoyicloud.message.FxyProtos.ServiceProviderInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser** *
optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* ** *
optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* ** *
optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* ** *
optional string desc = 2;
* @return Whether the desc field is set.
*/
boolean hasDesc();
/**
* ** *
optional string desc = 2;
* @return The desc.
*/
java.lang.String getDesc();
/**
* ** *
optional string desc = 2;
* @return The bytes for desc.
*/
com.google.protobuf.ByteString
getDescBytes();
/**
* ** *
optional string fact = 3;
* @return Whether the fact field is set.
*/
boolean hasFact();
/**
* ** *
optional string fact = 3;
* @return The fact.
*/
java.lang.String getFact();
/**
* ** *
optional string fact = 3;
* @return The bytes for fact.
*/
com.google.protobuf.ByteString
getFactBytes();
/**
* ** *
optional string result = 4;
* @return Whether the result field is set.
*/
boolean hasResult();
/**
* ** *
optional string result = 4;
* @return The result.
*/
java.lang.String getResult();
/**
* ** *
optional string result = 4;
* @return The bytes for result.
*/
com.google.protobuf.ByteString
getResultBytes();
/**
* ** *
optional int64 score = 5;
* @return Whether the score field is set.
*/
boolean hasScore();
/**
* ** *
optional int64 score = 5;
* @return The score.
*/
long getScore();
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return Whether the reviewResult field is set.
*/
boolean hasReviewResult();
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The reviewResult.
*/
java.lang.String getReviewResult();
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The bytes for reviewResult.
*/
com.google.protobuf.ByteString
getReviewResultBytes();
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return Whether the reviewScore field is set.
*/
boolean hasReviewScore();
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return The reviewScore.
*/
int getReviewScore();
/**
* optional string category = 8;
* @return Whether the category field is set.
*/
boolean hasCategory();
/**
* optional string category = 8;
* @return The category.
*/
java.lang.String getCategory();
/**
* optional string category = 8;
* @return The bytes for category.
*/
com.google.protobuf.ByteString
getCategoryBytes();
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return Whether the rank field is set.
*/
boolean hasRank();
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return The rank.
*/
int getRank();
}
/**
* Protobuf type {@code fxy.CheckItemDetail}
*/
public static final class CheckItemDetail extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.CheckItemDetail)
CheckItemDetailOrBuilder {
private static final long serialVersionUID = 0L;
// Use CheckItemDetail.newBuilder() to construct.
private CheckItemDetail(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CheckItemDetail() {
name_ = "";
desc_ = "";
fact_ = "";
result_ = "";
reviewResult_ = "";
category_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CheckItemDetail();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckItemDetail_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckItemDetail_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.CheckItemDetail.class, com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* ** *
optional string name = 1;
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* ** *
optional string name = 1;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
}
}
/**
* ** *
optional string name = 1;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DESC_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object desc_ = "";
/**
* ** *
optional string desc = 2;
* @return Whether the desc field is set.
*/
@java.lang.Override
public boolean hasDesc() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* ** *
optional string desc = 2;
* @return The desc.
*/
@java.lang.Override
public java.lang.String getDesc() {
java.lang.Object ref = desc_;
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();
if (bs.isValidUtf8()) {
desc_ = s;
}
return s;
}
}
/**
* ** *
optional string desc = 2;
* @return The bytes for desc.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDescBytes() {
java.lang.Object ref = desc_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
desc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FACT_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object fact_ = "";
/**
* ** *
optional string fact = 3;
* @return Whether the fact field is set.
*/
@java.lang.Override
public boolean hasFact() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* ** *
optional string fact = 3;
* @return The fact.
*/
@java.lang.Override
public java.lang.String getFact() {
java.lang.Object ref = fact_;
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();
if (bs.isValidUtf8()) {
fact_ = s;
}
return s;
}
}
/**
* ** *
optional string fact = 3;
* @return The bytes for fact.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFactBytes() {
java.lang.Object ref = fact_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fact_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RESULT_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object result_ = "";
/**
* ** *
optional string result = 4;
* @return Whether the result field is set.
*/
@java.lang.Override
public boolean hasResult() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* ** *
optional string result = 4;
* @return The result.
*/
@java.lang.Override
public java.lang.String getResult() {
java.lang.Object ref = result_;
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();
if (bs.isValidUtf8()) {
result_ = s;
}
return s;
}
}
/**
* ** *
optional string result = 4;
* @return The bytes for result.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getResultBytes() {
java.lang.Object ref = result_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
result_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SCORE_FIELD_NUMBER = 5;
private long score_ = 0L;
/**
* ** *
optional int64 score = 5;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* ** *
optional int64 score = 5;
* @return The score.
*/
@java.lang.Override
public long getScore() {
return score_;
}
public static final int REVIEWRESULT_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object reviewResult_ = "";
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return Whether the reviewResult field is set.
*/
@java.lang.Override
public boolean hasReviewResult() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The reviewResult.
*/
@java.lang.Override
public java.lang.String getReviewResult() {
java.lang.Object ref = reviewResult_;
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();
if (bs.isValidUtf8()) {
reviewResult_ = s;
}
return s;
}
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The bytes for reviewResult.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getReviewResultBytes() {
java.lang.Object ref = reviewResult_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reviewResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REVIEWSCORE_FIELD_NUMBER = 7;
private int reviewScore_ = 0;
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return Whether the reviewScore field is set.
*/
@java.lang.Override
public boolean hasReviewScore() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return The reviewScore.
*/
@java.lang.Override
public int getReviewScore() {
return reviewScore_;
}
public static final int CATEGORY_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object category_ = "";
/**
* optional string category = 8;
* @return Whether the category field is set.
*/
@java.lang.Override
public boolean hasCategory() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional string category = 8;
* @return The category.
*/
@java.lang.Override
public java.lang.String getCategory() {
java.lang.Object ref = category_;
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();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
}
}
/**
* optional string category = 8;
* @return The bytes for category.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RANK_FIELD_NUMBER = 9;
private int rank_ = 0;
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return Whether the rank field is set.
*/
@java.lang.Override
public boolean hasRank() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return The rank.
*/
@java.lang.Override
public int getRank() {
return rank_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, desc_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, fact_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, result_);
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeInt64(5, score_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, reviewResult_);
}
if (((bitField0_ & 0x00000040) != 0)) {
output.writeInt32(7, reviewScore_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, category_);
}
if (((bitField0_ & 0x00000100) != 0)) {
output.writeInt32(9, rank_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, desc_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, fact_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, result_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(5, score_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, reviewResult_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(7, reviewScore_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, category_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(9, rank_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.CheckItemDetail)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.CheckItemDetail other = (com.yaoyicloud.message.FxyProtos.CheckItemDetail) obj;
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (hasDesc() != other.hasDesc()) return false;
if (hasDesc()) {
if (!getDesc()
.equals(other.getDesc())) return false;
}
if (hasFact() != other.hasFact()) return false;
if (hasFact()) {
if (!getFact()
.equals(other.getFact())) return false;
}
if (hasResult() != other.hasResult()) return false;
if (hasResult()) {
if (!getResult()
.equals(other.getResult())) return false;
}
if (hasScore() != other.hasScore()) return false;
if (hasScore()) {
if (getScore()
!= other.getScore()) return false;
}
if (hasReviewResult() != other.hasReviewResult()) return false;
if (hasReviewResult()) {
if (!getReviewResult()
.equals(other.getReviewResult())) return false;
}
if (hasReviewScore() != other.hasReviewScore()) return false;
if (hasReviewScore()) {
if (getReviewScore()
!= other.getReviewScore()) return false;
}
if (hasCategory() != other.hasCategory()) return false;
if (hasCategory()) {
if (!getCategory()
.equals(other.getCategory())) return false;
}
if (hasRank() != other.hasRank()) return false;
if (hasRank()) {
if (getRank()
!= other.getRank()) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasDesc()) {
hash = (37 * hash) + DESC_FIELD_NUMBER;
hash = (53 * hash) + getDesc().hashCode();
}
if (hasFact()) {
hash = (37 * hash) + FACT_FIELD_NUMBER;
hash = (53 * hash) + getFact().hashCode();
}
if (hasResult()) {
hash = (37 * hash) + RESULT_FIELD_NUMBER;
hash = (53 * hash) + getResult().hashCode();
}
if (hasScore()) {
hash = (37 * hash) + SCORE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getScore());
}
if (hasReviewResult()) {
hash = (37 * hash) + REVIEWRESULT_FIELD_NUMBER;
hash = (53 * hash) + getReviewResult().hashCode();
}
if (hasReviewScore()) {
hash = (37 * hash) + REVIEWSCORE_FIELD_NUMBER;
hash = (53 * hash) + getReviewScore();
}
if (hasCategory()) {
hash = (37 * hash) + CATEGORY_FIELD_NUMBER;
hash = (53 * hash) + getCategory().hashCode();
}
if (hasRank()) {
hash = (37 * hash) + RANK_FIELD_NUMBER;
hash = (53 * hash) + getRank();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail 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.yaoyicloud.message.FxyProtos.CheckItemDetail parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail 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.yaoyicloud.message.FxyProtos.CheckItemDetail parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail 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.yaoyicloud.message.FxyProtos.CheckItemDetail 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 fxy.CheckItemDetail}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder** *
optional string name = 1;
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* ** *
optional string name = 1;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* ** *
optional string name = 1;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* ** *
optional string name = 1;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* ** *
optional string name = 1;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* ** *
optional string name = 1;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object desc_ = "";
/**
* ** *
optional string desc = 2;
* @return Whether the desc field is set.
*/
public boolean hasDesc() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* ** *
optional string desc = 2;
* @return The desc.
*/
public java.lang.String getDesc() {
java.lang.Object ref = desc_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
desc_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* ** *
optional string desc = 2;
* @return The bytes for desc.
*/
public com.google.protobuf.ByteString
getDescBytes() {
java.lang.Object ref = desc_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
desc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* ** *
optional string desc = 2;
* @param value The desc to set.
* @return This builder for chaining.
*/
public Builder setDesc(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
desc_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* ** *
optional string desc = 2;
* @return This builder for chaining.
*/
public Builder clearDesc() {
desc_ = getDefaultInstance().getDesc();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* ** *
optional string desc = 2;
* @param value The bytes for desc to set.
* @return This builder for chaining.
*/
public Builder setDescBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
desc_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object fact_ = "";
/**
* ** *
optional string fact = 3;
* @return Whether the fact field is set.
*/
public boolean hasFact() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* ** *
optional string fact = 3;
* @return The fact.
*/
public java.lang.String getFact() {
java.lang.Object ref = fact_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
fact_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* ** *
optional string fact = 3;
* @return The bytes for fact.
*/
public com.google.protobuf.ByteString
getFactBytes() {
java.lang.Object ref = fact_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fact_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* ** *
optional string fact = 3;
* @param value The fact to set.
* @return This builder for chaining.
*/
public Builder setFact(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
fact_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* ** *
optional string fact = 3;
* @return This builder for chaining.
*/
public Builder clearFact() {
fact_ = getDefaultInstance().getFact();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* ** *
optional string fact = 3;
* @param value The bytes for fact to set.
* @return This builder for chaining.
*/
public Builder setFactBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
fact_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object result_ = "";
/**
* ** *
optional string result = 4;
* @return Whether the result field is set.
*/
public boolean hasResult() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* ** *
optional string result = 4;
* @return The result.
*/
public java.lang.String getResult() {
java.lang.Object ref = result_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
result_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* ** *
optional string result = 4;
* @return The bytes for result.
*/
public com.google.protobuf.ByteString
getResultBytes() {
java.lang.Object ref = result_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
result_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* ** *
optional string result = 4;
* @param value The result to set.
* @return This builder for chaining.
*/
public Builder setResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
result_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* ** *
optional string result = 4;
* @return This builder for chaining.
*/
public Builder clearResult() {
result_ = getDefaultInstance().getResult();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* ** *
optional string result = 4;
* @param value The bytes for result to set.
* @return This builder for chaining.
*/
public Builder setResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
result_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private long score_ ;
/**
* ** *
optional int64 score = 5;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* ** *
optional int64 score = 5;
* @return The score.
*/
@java.lang.Override
public long getScore() {
return score_;
}
/**
* ** *
optional int64 score = 5;
* @param value The score to set.
* @return This builder for chaining.
*/
public Builder setScore(long value) {
score_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* ** *
optional int64 score = 5;
* @return This builder for chaining.
*/
public Builder clearScore() {
bitField0_ = (bitField0_ & ~0x00000010);
score_ = 0L;
onChanged();
return this;
}
private java.lang.Object reviewResult_ = "";
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return Whether the reviewResult field is set.
*/
public boolean hasReviewResult() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The reviewResult.
*/
public java.lang.String getReviewResult() {
java.lang.Object ref = reviewResult_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
reviewResult_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return The bytes for reviewResult.
*/
public com.google.protobuf.ByteString
getReviewResultBytes() {
java.lang.Object ref = reviewResult_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reviewResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @param value The reviewResult to set.
* @return This builder for chaining.
*/
public Builder setReviewResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
reviewResult_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @return This builder for chaining.
*/
public Builder clearReviewResult() {
reviewResult_ = getDefaultInstance().getReviewResult();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 复核结果 ** *
optional string reviewResult = 6;
* @param value The bytes for reviewResult to set.
* @return This builder for chaining.
*/
public Builder setReviewResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
reviewResult_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private int reviewScore_ ;
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return Whether the reviewScore field is set.
*/
@java.lang.Override
public boolean hasReviewScore() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return The reviewScore.
*/
@java.lang.Override
public int getReviewScore() {
return reviewScore_;
}
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @param value The reviewScore to set.
* @return This builder for chaining.
*/
public Builder setReviewScore(int value) {
reviewScore_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 复核评分 ** *
optional int32 reviewScore = 7;
* @return This builder for chaining.
*/
public Builder clearReviewScore() {
bitField0_ = (bitField0_ & ~0x00000040);
reviewScore_ = 0;
onChanged();
return this;
}
private java.lang.Object category_ = "";
/**
* optional string category = 8;
* @return Whether the category field is set.
*/
public boolean hasCategory() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional string category = 8;
* @return The category.
*/
public java.lang.String getCategory() {
java.lang.Object ref = category_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string category = 8;
* @return The bytes for category.
*/
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string category = 8;
* @param value The category to set.
* @return This builder for chaining.
*/
public Builder setCategory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* optional string category = 8;
* @return This builder for chaining.
*/
public Builder clearCategory() {
category_ = getDefaultInstance().getCategory();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* optional string category = 8;
* @param value The bytes for category to set.
* @return This builder for chaining.
*/
public Builder setCategoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private int rank_ ;
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return Whether the rank field is set.
*/
@java.lang.Override
public boolean hasRank() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return The rank.
*/
@java.lang.Override
public int getRank() {
return rank_;
}
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @param value The rank to set.
* @return This builder for chaining.
*/
public Builder setRank(int value) {
rank_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 展示排序 ** *
optional int32 rank = 9;
* @return This builder for chaining.
*/
public Builder clearRank() {
bitField0_ = (bitField0_ & ~0x00000100);
rank_ = 0;
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:fxy.CheckItemDetail)
}
// @@protoc_insertion_point(class_scope:fxy.CheckItemDetail)
private static final com.yaoyicloud.message.FxyProtos.CheckItemDetail DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.CheckItemDetail();
}
public static com.yaoyicloud.message.FxyProtos.CheckItemDetail getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parseroptional string category = 1;
* @return Whether the category field is set.
*/
boolean hasCategory();
/**
* optional string category = 1;
* @return The category.
*/
java.lang.String getCategory();
/**
* optional string category = 1;
* @return The bytes for category.
*/
com.google.protobuf.ByteString
getCategoryBytes();
/**
* optional string itemName = 2;
* @return Whether the itemName field is set.
*/
boolean hasItemName();
/**
* optional string itemName = 2;
* @return The itemName.
*/
java.lang.String getItemName();
/**
* optional string itemName = 2;
* @return The bytes for itemName.
*/
com.google.protobuf.ByteString
getItemNameBytes();
/**
* optional int64 score = 3;
* @return Whether the score field is set.
*/
boolean hasScore();
/**
* optional int64 score = 3;
* @return The score.
*/
long getScore();
}
/**
* Protobuf type {@code fxy.CheckItemScore}
*/
public static final class CheckItemScore extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.CheckItemScore)
CheckItemScoreOrBuilder {
private static final long serialVersionUID = 0L;
// Use CheckItemScore.newBuilder() to construct.
private CheckItemScore(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CheckItemScore() {
category_ = "";
itemName_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CheckItemScore();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckItemScore_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckItemScore_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.CheckItemScore.class, com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder.class);
}
private int bitField0_;
public static final int CATEGORY_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object category_ = "";
/**
* optional string category = 1;
* @return Whether the category field is set.
*/
@java.lang.Override
public boolean hasCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string category = 1;
* @return The category.
*/
@java.lang.Override
public java.lang.String getCategory() {
java.lang.Object ref = category_;
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();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
}
}
/**
* optional string category = 1;
* @return The bytes for category.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ITEMNAME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object itemName_ = "";
/**
* optional string itemName = 2;
* @return Whether the itemName field is set.
*/
@java.lang.Override
public boolean hasItemName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string itemName = 2;
* @return The itemName.
*/
@java.lang.Override
public java.lang.String getItemName() {
java.lang.Object ref = itemName_;
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();
if (bs.isValidUtf8()) {
itemName_ = s;
}
return s;
}
}
/**
* optional string itemName = 2;
* @return The bytes for itemName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getItemNameBytes() {
java.lang.Object ref = itemName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
itemName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SCORE_FIELD_NUMBER = 3;
private long score_ = 0L;
/**
* optional int64 score = 3;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 score = 3;
* @return The score.
*/
@java.lang.Override
public long getScore() {
return score_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, category_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, itemName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeInt64(3, score_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, category_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, itemName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(3, score_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.CheckItemScore)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.CheckItemScore other = (com.yaoyicloud.message.FxyProtos.CheckItemScore) obj;
if (hasCategory() != other.hasCategory()) return false;
if (hasCategory()) {
if (!getCategory()
.equals(other.getCategory())) return false;
}
if (hasItemName() != other.hasItemName()) return false;
if (hasItemName()) {
if (!getItemName()
.equals(other.getItemName())) return false;
}
if (hasScore() != other.hasScore()) return false;
if (hasScore()) {
if (getScore()
!= other.getScore()) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCategory()) {
hash = (37 * hash) + CATEGORY_FIELD_NUMBER;
hash = (53 * hash) + getCategory().hashCode();
}
if (hasItemName()) {
hash = (37 * hash) + ITEMNAME_FIELD_NUMBER;
hash = (53 * hash) + getItemName().hashCode();
}
if (hasScore()) {
hash = (37 * hash) + SCORE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getScore());
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore 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.yaoyicloud.message.FxyProtos.CheckItemScore parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore 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.yaoyicloud.message.FxyProtos.CheckItemScore parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore 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.yaoyicloud.message.FxyProtos.CheckItemScore 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 fxy.CheckItemScore}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderoptional string category = 1;
* @return Whether the category field is set.
*/
public boolean hasCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string category = 1;
* @return The category.
*/
public java.lang.String getCategory() {
java.lang.Object ref = category_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string category = 1;
* @return The bytes for category.
*/
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string category = 1;
* @param value The category to set.
* @return This builder for chaining.
*/
public Builder setCategory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional string category = 1;
* @return This builder for chaining.
*/
public Builder clearCategory() {
category_ = getDefaultInstance().getCategory();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* optional string category = 1;
* @param value The bytes for category to set.
* @return This builder for chaining.
*/
public Builder setCategoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object itemName_ = "";
/**
* optional string itemName = 2;
* @return Whether the itemName field is set.
*/
public boolean hasItemName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string itemName = 2;
* @return The itemName.
*/
public java.lang.String getItemName() {
java.lang.Object ref = itemName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
itemName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string itemName = 2;
* @return The bytes for itemName.
*/
public com.google.protobuf.ByteString
getItemNameBytes() {
java.lang.Object ref = itemName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
itemName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string itemName = 2;
* @param value The itemName to set.
* @return This builder for chaining.
*/
public Builder setItemName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
itemName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional string itemName = 2;
* @return This builder for chaining.
*/
public Builder clearItemName() {
itemName_ = getDefaultInstance().getItemName();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* optional string itemName = 2;
* @param value The bytes for itemName to set.
* @return This builder for chaining.
*/
public Builder setItemNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
itemName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private long score_ ;
/**
* optional int64 score = 3;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 score = 3;
* @return The score.
*/
@java.lang.Override
public long getScore() {
return score_;
}
/**
* optional int64 score = 3;
* @param value The score to set.
* @return This builder for chaining.
*/
public Builder setScore(long value) {
score_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional int64 score = 3;
* @return This builder for chaining.
*/
public Builder clearScore() {
bitField0_ = (bitField0_ & ~0x00000004);
score_ = 0L;
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:fxy.CheckItemScore)
}
// @@protoc_insertion_point(class_scope:fxy.CheckItemScore)
private static final com.yaoyicloud.message.FxyProtos.CheckItemScore DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.CheckItemScore();
}
public static com.yaoyicloud.message.FxyProtos.CheckItemScore getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return Whether the score field is set.
*/
boolean hasScore();
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return The score.
*/
int getScore();
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return Whether the riskSummary field is set.
*/
boolean hasRiskSummary();
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The riskSummary.
*/
java.lang.String getRiskSummary();
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The bytes for riskSummary.
*/
com.google.protobuf.ByteString
getRiskSummaryBytes();
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return Whether the suggestion field is set.
*/
boolean hasSuggestion();
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The suggestion.
*/
java.lang.String getSuggestion();
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The bytes for suggestion.
*/
com.google.protobuf.ByteString
getSuggestionBytes();
}
/**
* Protobuf type {@code fxy.CheckSummary}
*/
public static final class CheckSummary extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.CheckSummary)
CheckSummaryOrBuilder {
private static final long serialVersionUID = 0L;
// Use CheckSummary.newBuilder() to construct.
private CheckSummary(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CheckSummary() {
riskSummary_ = "";
suggestion_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CheckSummary();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckSummary_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CheckSummary_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.CheckSummary.class, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder.class);
}
private int bitField0_;
public static final int SCORE_FIELD_NUMBER = 1;
private int score_ = 0;
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return The score.
*/
@java.lang.Override
public int getScore() {
return score_;
}
public static final int RISKSUMMARY_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object riskSummary_ = "";
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return Whether the riskSummary field is set.
*/
@java.lang.Override
public boolean hasRiskSummary() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The riskSummary.
*/
@java.lang.Override
public java.lang.String getRiskSummary() {
java.lang.Object ref = riskSummary_;
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();
if (bs.isValidUtf8()) {
riskSummary_ = s;
}
return s;
}
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The bytes for riskSummary.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRiskSummaryBytes() {
java.lang.Object ref = riskSummary_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
riskSummary_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SUGGESTION_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object suggestion_ = "";
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return Whether the suggestion field is set.
*/
@java.lang.Override
public boolean hasSuggestion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The suggestion.
*/
@java.lang.Override
public java.lang.String getSuggestion() {
java.lang.Object ref = suggestion_;
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();
if (bs.isValidUtf8()) {
suggestion_ = s;
}
return s;
}
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The bytes for suggestion.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSuggestionBytes() {
java.lang.Object ref = suggestion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
suggestion_ = 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 (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(1, score_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, riskSummary_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, suggestion_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, score_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, riskSummary_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, suggestion_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.CheckSummary)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.CheckSummary other = (com.yaoyicloud.message.FxyProtos.CheckSummary) obj;
if (hasScore() != other.hasScore()) return false;
if (hasScore()) {
if (getScore()
!= other.getScore()) return false;
}
if (hasRiskSummary() != other.hasRiskSummary()) return false;
if (hasRiskSummary()) {
if (!getRiskSummary()
.equals(other.getRiskSummary())) return false;
}
if (hasSuggestion() != other.hasSuggestion()) return false;
if (hasSuggestion()) {
if (!getSuggestion()
.equals(other.getSuggestion())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasScore()) {
hash = (37 * hash) + SCORE_FIELD_NUMBER;
hash = (53 * hash) + getScore();
}
if (hasRiskSummary()) {
hash = (37 * hash) + RISKSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getRiskSummary().hashCode();
}
if (hasSuggestion()) {
hash = (37 * hash) + SUGGESTION_FIELD_NUMBER;
hash = (53 * hash) + getSuggestion().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary 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.yaoyicloud.message.FxyProtos.CheckSummary parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary 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.yaoyicloud.message.FxyProtos.CheckSummary parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary 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.yaoyicloud.message.FxyProtos.CheckSummary 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 fxy.CheckSummary}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return Whether the score field is set.
*/
@java.lang.Override
public boolean hasScore() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return The score.
*/
@java.lang.Override
public int getScore() {
return score_;
}
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @param value The score to set.
* @return This builder for chaining.
*/
public Builder setScore(int value) {
score_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * ${基本信息评分及建议:基本信息总分} ** *
optional int32 score = 1;
* @return This builder for chaining.
*/
public Builder clearScore() {
bitField0_ = (bitField0_ & ~0x00000001);
score_ = 0;
onChanged();
return this;
}
private java.lang.Object riskSummary_ = "";
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return Whether the riskSummary field is set.
*/
public boolean hasRiskSummary() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The riskSummary.
*/
public java.lang.String getRiskSummary() {
java.lang.Object ref = riskSummary_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
riskSummary_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return The bytes for riskSummary.
*/
public com.google.protobuf.ByteString
getRiskSummaryBytes() {
java.lang.Object ref = riskSummary_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
riskSummary_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @param value The riskSummary to set.
* @return This builder for chaining.
*/
public Builder setRiskSummary(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
riskSummary_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @return This builder for chaining.
*/
public Builder clearRiskSummary() {
riskSummary_ = getDefaultInstance().getRiskSummary();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * ${基本信息评分及建议:风险综述} ** *
optional string riskSummary = 2;
* @param value The bytes for riskSummary to set.
* @return This builder for chaining.
*/
public Builder setRiskSummaryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
riskSummary_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object suggestion_ = "";
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return Whether the suggestion field is set.
*/
public boolean hasSuggestion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The suggestion.
*/
public java.lang.String getSuggestion() {
java.lang.Object ref = suggestion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
suggestion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return The bytes for suggestion.
*/
public com.google.protobuf.ByteString
getSuggestionBytes() {
java.lang.Object ref = suggestion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
suggestion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @param value The suggestion to set.
* @return This builder for chaining.
*/
public Builder setSuggestion(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
suggestion_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @return This builder for chaining.
*/
public Builder clearSuggestion() {
suggestion_ = getDefaultInstance().getSuggestion();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * ${基本信息评分及建议:建议} ** *
optional string suggestion = 3;
* @param value The bytes for suggestion to set.
* @return This builder for chaining.
*/
public Builder setSuggestionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
suggestion_ = value;
bitField0_ |= 0x00000004;
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:fxy.CheckSummary)
}
// @@protoc_insertion_point(class_scope:fxy.CheckSummary)
private static final com.yaoyicloud.message.FxyProtos.CheckSummary DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.CheckSummary();
}
public static com.yaoyicloud.message.FxyProtos.CheckSummary getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return Whether the opinion field is set.
*/
boolean hasOpinion();
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The opinion.
*/
java.lang.String getOpinion();
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The bytes for opinion.
*/
com.google.protobuf.ByteString
getOpinionBytes();
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return Whether the serviceProviderName field is set.
*/
boolean hasServiceProviderName();
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The serviceProviderName.
*/
java.lang.String getServiceProviderName();
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The bytes for serviceProviderName.
*/
com.google.protobuf.ByteString
getServiceProviderNameBytes();
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return Whether the auditDate field is set.
*/
boolean hasAuditDate();
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The auditDate.
*/
java.lang.String getAuditDate();
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The bytes for auditDate.
*/
com.google.protobuf.ByteString
getAuditDateBytes();
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return Whether the reportVersion field is set.
*/
boolean hasReportVersion();
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The reportVersion.
*/
java.lang.String getReportVersion();
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The bytes for reportVersion.
*/
com.google.protobuf.ByteString
getReportVersionBytes();
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return Whether the tenantName field is set.
*/
boolean hasTenantName();
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The tenantName.
*/
java.lang.String getTenantName();
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The bytes for tenantName.
*/
com.google.protobuf.ByteString
getTenantNameBytes();
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return Whether the overallSummary field is set.
*/
boolean hasOverallSummary();
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return The overallSummary.
*/
com.yaoyicloud.message.FxyProtos.CheckSummary getOverallSummary();
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getOverallSummaryOrBuilder();
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
java.util.Listrepeated .fxy.CheckItemScore checkItemScores = 8;
*/
com.yaoyicloud.message.FxyProtos.CheckItemScore getCheckItemScores(int index);
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
int getCheckItemScoresCount();
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder>
getCheckItemScoresOrBuilderList();
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder getCheckItemScoresOrBuilder(
int index);
}
/**
* Protobuf type {@code fxy.AuditResult}
*/
public static final class AuditResult extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AuditResult)
AuditResultOrBuilder {
private static final long serialVersionUID = 0L;
// Use AuditResult.newBuilder() to construct.
private AuditResult(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AuditResult() {
opinion_ = "";
serviceProviderName_ = "";
auditDate_ = "";
reportVersion_ = "";
tenantName_ = "";
checkItemScores_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AuditResult();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AuditResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AuditResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AuditResult.class, com.yaoyicloud.message.FxyProtos.AuditResult.Builder.class);
}
private int bitField0_;
public static final int OPINION_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object opinion_ = "";
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return Whether the opinion field is set.
*/
@java.lang.Override
public boolean hasOpinion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The opinion.
*/
@java.lang.Override
public java.lang.String getOpinion() {
java.lang.Object ref = opinion_;
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();
if (bs.isValidUtf8()) {
opinion_ = s;
}
return s;
}
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The bytes for opinion.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOpinionBytes() {
java.lang.Object ref = opinion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
opinion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SERVICEPROVIDERNAME_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object serviceProviderName_ = "";
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return Whether the serviceProviderName field is set.
*/
@java.lang.Override
public boolean hasServiceProviderName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The serviceProviderName.
*/
@java.lang.Override
public java.lang.String getServiceProviderName() {
java.lang.Object ref = serviceProviderName_;
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();
if (bs.isValidUtf8()) {
serviceProviderName_ = s;
}
return s;
}
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The bytes for serviceProviderName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getServiceProviderNameBytes() {
java.lang.Object ref = serviceProviderName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
serviceProviderName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int AUDITDATE_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object auditDate_ = "";
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return Whether the auditDate field is set.
*/
@java.lang.Override
public boolean hasAuditDate() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The auditDate.
*/
@java.lang.Override
public java.lang.String getAuditDate() {
java.lang.Object ref = auditDate_;
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();
if (bs.isValidUtf8()) {
auditDate_ = s;
}
return s;
}
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The bytes for auditDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAuditDateBytes() {
java.lang.Object ref = auditDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
auditDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REPORTVERSION_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object reportVersion_ = "";
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return Whether the reportVersion field is set.
*/
@java.lang.Override
public boolean hasReportVersion() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The reportVersion.
*/
@java.lang.Override
public java.lang.String getReportVersion() {
java.lang.Object ref = reportVersion_;
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();
if (bs.isValidUtf8()) {
reportVersion_ = s;
}
return s;
}
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The bytes for reportVersion.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getReportVersionBytes() {
java.lang.Object ref = reportVersion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reportVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TENANTNAME_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object tenantName_ = "";
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return Whether the tenantName field is set.
*/
@java.lang.Override
public boolean hasTenantName() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The tenantName.
*/
@java.lang.Override
public java.lang.String getTenantName() {
java.lang.Object ref = tenantName_;
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();
if (bs.isValidUtf8()) {
tenantName_ = s;
}
return s;
}
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The bytes for tenantName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTenantNameBytes() {
java.lang.Object ref = tenantName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tenantName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OVERALLSUMMARY_FIELD_NUMBER = 7;
private com.yaoyicloud.message.FxyProtos.CheckSummary overallSummary_;
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return Whether the overallSummary field is set.
*/
@java.lang.Override
public boolean hasOverallSummary() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return The overallSummary.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummary getOverallSummary() {
return overallSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : overallSummary_;
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getOverallSummaryOrBuilder() {
return overallSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : overallSummary_;
}
public static final int CHECKITEMSCORES_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private java.util.Listrepeated .fxy.CheckItemScore checkItemScores = 8;
*/
@java.lang.Override
public java.util.Listrepeated .fxy.CheckItemScore checkItemScores = 8;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder>
getCheckItemScoresOrBuilderList() {
return checkItemScores_;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
@java.lang.Override
public int getCheckItemScoresCount() {
return checkItemScores_.size();
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemScore getCheckItemScores(int index) {
return checkItemScores_.get(index);
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder getCheckItemScoresOrBuilder(
int index) {
return checkItemScores_.get(index);
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, opinion_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, serviceProviderName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, auditDate_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, reportVersion_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, tenantName_);
}
if (((bitField0_ & 0x00000020) != 0)) {
output.writeMessage(7, getOverallSummary());
}
for (int i = 0; i < checkItemScores_.size(); i++) {
output.writeMessage(8, checkItemScores_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, opinion_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, serviceProviderName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, auditDate_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, reportVersion_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, tenantName_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(7, getOverallSummary());
}
for (int i = 0; i < checkItemScores_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(8, checkItemScores_.get(i));
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AuditResult)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AuditResult other = (com.yaoyicloud.message.FxyProtos.AuditResult) obj;
if (hasOpinion() != other.hasOpinion()) return false;
if (hasOpinion()) {
if (!getOpinion()
.equals(other.getOpinion())) return false;
}
if (hasServiceProviderName() != other.hasServiceProviderName()) return false;
if (hasServiceProviderName()) {
if (!getServiceProviderName()
.equals(other.getServiceProviderName())) return false;
}
if (hasAuditDate() != other.hasAuditDate()) return false;
if (hasAuditDate()) {
if (!getAuditDate()
.equals(other.getAuditDate())) return false;
}
if (hasReportVersion() != other.hasReportVersion()) return false;
if (hasReportVersion()) {
if (!getReportVersion()
.equals(other.getReportVersion())) return false;
}
if (hasTenantName() != other.hasTenantName()) return false;
if (hasTenantName()) {
if (!getTenantName()
.equals(other.getTenantName())) return false;
}
if (hasOverallSummary() != other.hasOverallSummary()) return false;
if (hasOverallSummary()) {
if (!getOverallSummary()
.equals(other.getOverallSummary())) return false;
}
if (!getCheckItemScoresList()
.equals(other.getCheckItemScoresList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasOpinion()) {
hash = (37 * hash) + OPINION_FIELD_NUMBER;
hash = (53 * hash) + getOpinion().hashCode();
}
if (hasServiceProviderName()) {
hash = (37 * hash) + SERVICEPROVIDERNAME_FIELD_NUMBER;
hash = (53 * hash) + getServiceProviderName().hashCode();
}
if (hasAuditDate()) {
hash = (37 * hash) + AUDITDATE_FIELD_NUMBER;
hash = (53 * hash) + getAuditDate().hashCode();
}
if (hasReportVersion()) {
hash = (37 * hash) + REPORTVERSION_FIELD_NUMBER;
hash = (53 * hash) + getReportVersion().hashCode();
}
if (hasTenantName()) {
hash = (37 * hash) + TENANTNAME_FIELD_NUMBER;
hash = (53 * hash) + getTenantName().hashCode();
}
if (hasOverallSummary()) {
hash = (37 * hash) + OVERALLSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getOverallSummary().hashCode();
}
if (getCheckItemScoresCount() > 0) {
hash = (37 * hash) + CHECKITEMSCORES_FIELD_NUMBER;
hash = (53 * hash) + getCheckItemScoresList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult 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.yaoyicloud.message.FxyProtos.AuditResult parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult 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.yaoyicloud.message.FxyProtos.AuditResult parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AuditResult 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.yaoyicloud.message.FxyProtos.AuditResult 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 fxy.AuditResult}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return Whether the opinion field is set.
*/
public boolean hasOpinion() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The opinion.
*/
public java.lang.String getOpinion() {
java.lang.Object ref = opinion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
opinion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return The bytes for opinion.
*/
public com.google.protobuf.ByteString
getOpinionBytes() {
java.lang.Object ref = opinion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
opinion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @param value The opinion to set.
* @return This builder for chaining.
*/
public Builder setOpinion(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
opinion_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @return This builder for chaining.
*/
public Builder clearOpinion() {
opinion_ = getDefaultInstance().getOpinion();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * ${审核结果:审核意见} ** *
optional string opinion = 2;
* @param value The bytes for opinion to set.
* @return This builder for chaining.
*/
public Builder setOpinionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
opinion_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object serviceProviderName_ = "";
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return Whether the serviceProviderName field is set.
*/
public boolean hasServiceProviderName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The serviceProviderName.
*/
public java.lang.String getServiceProviderName() {
java.lang.Object ref = serviceProviderName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
serviceProviderName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return The bytes for serviceProviderName.
*/
public com.google.protobuf.ByteString
getServiceProviderNameBytes() {
java.lang.Object ref = serviceProviderName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
serviceProviderName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @param value The serviceProviderName to set.
* @return This builder for chaining.
*/
public Builder setServiceProviderName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
serviceProviderName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @return This builder for chaining.
*/
public Builder clearServiceProviderName() {
serviceProviderName_ = getDefaultInstance().getServiceProviderName();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * ${审核结果:服务商名称} ** *
optional string serviceProviderName = 3;
* @param value The bytes for serviceProviderName to set.
* @return This builder for chaining.
*/
public Builder setServiceProviderNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
serviceProviderName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object auditDate_ = "";
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return Whether the auditDate field is set.
*/
public boolean hasAuditDate() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The auditDate.
*/
public java.lang.String getAuditDate() {
java.lang.Object ref = auditDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
auditDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return The bytes for auditDate.
*/
public com.google.protobuf.ByteString
getAuditDateBytes() {
java.lang.Object ref = auditDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
auditDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @param value The auditDate to set.
* @return This builder for chaining.
*/
public Builder setAuditDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
auditDate_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @return This builder for chaining.
*/
public Builder clearAuditDate() {
auditDate_ = getDefaultInstance().getAuditDate();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * ${审核结果:审核日期} ** *
optional string auditDate = 4;
* @param value The bytes for auditDate to set.
* @return This builder for chaining.
*/
public Builder setAuditDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
auditDate_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object reportVersion_ = "";
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return Whether the reportVersion field is set.
*/
public boolean hasReportVersion() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The reportVersion.
*/
public java.lang.String getReportVersion() {
java.lang.Object ref = reportVersion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
reportVersion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return The bytes for reportVersion.
*/
public com.google.protobuf.ByteString
getReportVersionBytes() {
java.lang.Object ref = reportVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
reportVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @param value The reportVersion to set.
* @return This builder for chaining.
*/
public Builder setReportVersion(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
reportVersion_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @return This builder for chaining.
*/
public Builder clearReportVersion() {
reportVersion_ = getDefaultInstance().getReportVersion();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * ${审核结果:报告版本} ** *
optional string reportVersion = 5;
* @param value The bytes for reportVersion to set.
* @return This builder for chaining.
*/
public Builder setReportVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
reportVersion_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object tenantName_ = "";
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return Whether the tenantName field is set.
*/
public boolean hasTenantName() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The tenantName.
*/
public java.lang.String getTenantName() {
java.lang.Object ref = tenantName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
tenantName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return The bytes for tenantName.
*/
public com.google.protobuf.ByteString
getTenantNameBytes() {
java.lang.Object ref = tenantName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tenantName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @param value The tenantName to set.
* @return This builder for chaining.
*/
public Builder setTenantName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
tenantName_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @return This builder for chaining.
*/
public Builder clearTenantName() {
tenantName_ = getDefaultInstance().getTenantName();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * ${服务商信息:租户名称} ** *
optional string tenantName = 6;
* @param value The bytes for tenantName to set.
* @return This builder for chaining.
*/
public Builder setTenantNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
tenantName_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private com.yaoyicloud.message.FxyProtos.CheckSummary overallSummary_;
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder> overallSummaryBuilder_;
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return Whether the overallSummary field is set.
*/
public boolean hasOverallSummary() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
* @return The overallSummary.
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary getOverallSummary() {
if (overallSummaryBuilder_ == null) {
return overallSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : overallSummary_;
} else {
return overallSummaryBuilder_.getMessage();
}
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public Builder setOverallSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (overallSummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
overallSummary_ = value;
} else {
overallSummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public Builder setOverallSummary(
com.yaoyicloud.message.FxyProtos.CheckSummary.Builder builderForValue) {
if (overallSummaryBuilder_ == null) {
overallSummary_ = builderForValue.build();
} else {
overallSummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public Builder mergeOverallSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (overallSummaryBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
overallSummary_ != null &&
overallSummary_ != com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance()) {
getOverallSummaryBuilder().mergeFrom(value);
} else {
overallSummary_ = value;
}
} else {
overallSummaryBuilder_.mergeFrom(value);
}
if (overallSummary_ != null) {
bitField0_ |= 0x00000020;
onChanged();
}
return this;
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public Builder clearOverallSummary() {
bitField0_ = (bitField0_ & ~0x00000020);
overallSummary_ = null;
if (overallSummaryBuilder_ != null) {
overallSummaryBuilder_.dispose();
overallSummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary.Builder getOverallSummaryBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getOverallSummaryFieldBuilder().getBuilder();
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getOverallSummaryOrBuilder() {
if (overallSummaryBuilder_ != null) {
return overallSummaryBuilder_.getMessageOrBuilder();
} else {
return overallSummary_ == null ?
com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : overallSummary_;
}
}
/**
* optional .fxy.CheckSummary overallSummary = 7;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>
getOverallSummaryFieldBuilder() {
if (overallSummaryBuilder_ == null) {
overallSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>(
getOverallSummary(),
getParentForChildren(),
isClean());
overallSummary_ = null;
}
return overallSummaryBuilder_;
}
private java.util.Listrepeated .fxy.CheckItemScore checkItemScores = 8;
*/
public java.util.Listrepeated .fxy.CheckItemScore checkItemScores = 8;
*/
public int getCheckItemScoresCount() {
if (checkItemScoresBuilder_ == null) {
return checkItemScores_.size();
} else {
return checkItemScoresBuilder_.getCount();
}
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemScore getCheckItemScores(int index) {
if (checkItemScoresBuilder_ == null) {
return checkItemScores_.get(index);
} else {
return checkItemScoresBuilder_.getMessage(index);
}
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder setCheckItemScores(
int index, com.yaoyicloud.message.FxyProtos.CheckItemScore value) {
if (checkItemScoresBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureCheckItemScoresIsMutable();
checkItemScores_.set(index, value);
onChanged();
} else {
checkItemScoresBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder setCheckItemScores(
int index, com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder builderForValue) {
if (checkItemScoresBuilder_ == null) {
ensureCheckItemScoresIsMutable();
checkItemScores_.set(index, builderForValue.build());
onChanged();
} else {
checkItemScoresBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder addCheckItemScores(com.yaoyicloud.message.FxyProtos.CheckItemScore value) {
if (checkItemScoresBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureCheckItemScoresIsMutable();
checkItemScores_.add(value);
onChanged();
} else {
checkItemScoresBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder addCheckItemScores(
int index, com.yaoyicloud.message.FxyProtos.CheckItemScore value) {
if (checkItemScoresBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureCheckItemScoresIsMutable();
checkItemScores_.add(index, value);
onChanged();
} else {
checkItemScoresBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder addCheckItemScores(
com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder builderForValue) {
if (checkItemScoresBuilder_ == null) {
ensureCheckItemScoresIsMutable();
checkItemScores_.add(builderForValue.build());
onChanged();
} else {
checkItemScoresBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder addCheckItemScores(
int index, com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder builderForValue) {
if (checkItemScoresBuilder_ == null) {
ensureCheckItemScoresIsMutable();
checkItemScores_.add(index, builderForValue.build());
onChanged();
} else {
checkItemScoresBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder addAllCheckItemScores(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.CheckItemScore> values) {
if (checkItemScoresBuilder_ == null) {
ensureCheckItemScoresIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, checkItemScores_);
onChanged();
} else {
checkItemScoresBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder clearCheckItemScores() {
if (checkItemScoresBuilder_ == null) {
checkItemScores_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
} else {
checkItemScoresBuilder_.clear();
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public Builder removeCheckItemScores(int index) {
if (checkItemScoresBuilder_ == null) {
ensureCheckItemScoresIsMutable();
checkItemScores_.remove(index);
onChanged();
} else {
checkItemScoresBuilder_.remove(index);
}
return this;
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder getCheckItemScoresBuilder(
int index) {
return getCheckItemScoresFieldBuilder().getBuilder(index);
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder getCheckItemScoresOrBuilder(
int index) {
if (checkItemScoresBuilder_ == null) {
return checkItemScores_.get(index); } else {
return checkItemScoresBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemScoreOrBuilder>
getCheckItemScoresOrBuilderList() {
if (checkItemScoresBuilder_ != null) {
return checkItemScoresBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(checkItemScores_);
}
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder addCheckItemScoresBuilder() {
return getCheckItemScoresFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.CheckItemScore.getDefaultInstance());
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemScore.Builder addCheckItemScoresBuilder(
int index) {
return getCheckItemScoresFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.CheckItemScore.getDefaultInstance());
}
/**
* repeated .fxy.CheckItemScore checkItemScores = 8;
*/
public java.util.Listoptional string sname = 1;
* @return Whether the sname field is set.
*/
boolean hasSname();
/**
* optional string sname = 1;
* @return The sname.
*/
java.lang.String getSname();
/**
* optional string sname = 1;
* @return The bytes for sname.
*/
com.google.protobuf.ByteString
getSnameBytes();
/**
* optional string nature = 2;
* @return Whether the nature field is set.
*/
boolean hasNature();
/**
* optional string nature = 2;
* @return The nature.
*/
java.lang.String getNature();
/**
* optional string nature = 2;
* @return The bytes for nature.
*/
com.google.protobuf.ByteString
getNatureBytes();
}
/**
* * 直属机关 ** * Protobuf type {@code fxy.SuperiorAuthority} */ public static final class SuperiorAuthority extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:fxy.SuperiorAuthority) SuperiorAuthorityOrBuilder { private static final long serialVersionUID = 0L; // Use SuperiorAuthority.newBuilder() to construct. private SuperiorAuthority(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private SuperiorAuthority() { sname_ = ""; nature_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new SuperiorAuthority(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_SuperiorAuthority_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_SuperiorAuthority_fieldAccessorTable .ensureFieldAccessorsInitialized( com.yaoyicloud.message.FxyProtos.SuperiorAuthority.class, com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder.class); } private int bitField0_; public static final int SNAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object sname_ = ""; /** *
optional string sname = 1;
* @return Whether the sname field is set.
*/
@java.lang.Override
public boolean hasSname() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string sname = 1;
* @return The sname.
*/
@java.lang.Override
public java.lang.String getSname() {
java.lang.Object ref = sname_;
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();
if (bs.isValidUtf8()) {
sname_ = s;
}
return s;
}
}
/**
* optional string sname = 1;
* @return The bytes for sname.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSnameBytes() {
java.lang.Object ref = sname_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
sname_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NATURE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object nature_ = "";
/**
* optional string nature = 2;
* @return Whether the nature field is set.
*/
@java.lang.Override
public boolean hasNature() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string nature = 2;
* @return The nature.
*/
@java.lang.Override
public java.lang.String getNature() {
java.lang.Object ref = nature_;
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();
if (bs.isValidUtf8()) {
nature_ = s;
}
return s;
}
}
/**
* optional string nature = 2;
* @return The bytes for nature.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNatureBytes() {
java.lang.Object ref = nature_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
nature_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, sname_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nature_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, sname_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nature_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.SuperiorAuthority)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.SuperiorAuthority other = (com.yaoyicloud.message.FxyProtos.SuperiorAuthority) obj;
if (hasSname() != other.hasSname()) return false;
if (hasSname()) {
if (!getSname()
.equals(other.getSname())) return false;
}
if (hasNature() != other.hasNature()) return false;
if (hasNature()) {
if (!getNature()
.equals(other.getNature())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasSname()) {
hash = (37 * hash) + SNAME_FIELD_NUMBER;
hash = (53 * hash) + getSname().hashCode();
}
if (hasNature()) {
hash = (37 * hash) + NATURE_FIELD_NUMBER;
hash = (53 * hash) + getNature().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority 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.yaoyicloud.message.FxyProtos.SuperiorAuthority parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority 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.yaoyicloud.message.FxyProtos.SuperiorAuthority parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority 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.yaoyicloud.message.FxyProtos.SuperiorAuthority 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 fxy.SuperiorAuthority} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
optional string sname = 1;
* @return Whether the sname field is set.
*/
public boolean hasSname() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string sname = 1;
* @return The sname.
*/
public java.lang.String getSname() {
java.lang.Object ref = sname_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
sname_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string sname = 1;
* @return The bytes for sname.
*/
public com.google.protobuf.ByteString
getSnameBytes() {
java.lang.Object ref = sname_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
sname_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string sname = 1;
* @param value The sname to set.
* @return This builder for chaining.
*/
public Builder setSname(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
sname_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional string sname = 1;
* @return This builder for chaining.
*/
public Builder clearSname() {
sname_ = getDefaultInstance().getSname();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* optional string sname = 1;
* @param value The bytes for sname to set.
* @return This builder for chaining.
*/
public Builder setSnameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
sname_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object nature_ = "";
/**
* optional string nature = 2;
* @return Whether the nature field is set.
*/
public boolean hasNature() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string nature = 2;
* @return The nature.
*/
public java.lang.String getNature() {
java.lang.Object ref = nature_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
nature_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string nature = 2;
* @return The bytes for nature.
*/
public com.google.protobuf.ByteString
getNatureBytes() {
java.lang.Object ref = nature_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
nature_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string nature = 2;
* @param value The nature to set.
* @return This builder for chaining.
*/
public Builder setNature(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
nature_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional string nature = 2;
* @return This builder for chaining.
*/
public Builder clearNature() {
nature_ = getDefaultInstance().getNature();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* optional string nature = 2;
* @param value The bytes for nature to set.
* @return This builder for chaining.
*/
public Builder setNatureBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
nature_ = value;
bitField0_ |= 0x00000002;
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:fxy.SuperiorAuthority)
}
// @@protoc_insertion_point(class_scope:fxy.SuperiorAuthority)
private static final com.yaoyicloud.message.FxyProtos.SuperiorAuthority DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.SuperiorAuthority();
}
public static com.yaoyicloud.message.FxyProtos.SuperiorAuthority getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 所属行业 ** *
optional string industry = 1;
* @return Whether the industry field is set.
*/
boolean hasIndustry();
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The industry.
*/
java.lang.String getIndustry();
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The bytes for industry.
*/
com.google.protobuf.ByteString
getIndustryBytes();
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return Whether the paidInCapital field is set.
*/
boolean hasPaidInCapital();
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The paidInCapital.
*/
java.lang.String getPaidInCapital();
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The bytes for paidInCapital.
*/
com.google.protobuf.ByteString
getPaidInCapitalBytes();
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return Whether the enterpriseScale field is set.
*/
boolean hasEnterpriseScale();
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The enterpriseScale.
*/
java.lang.String getEnterpriseScale();
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The bytes for enterpriseScale.
*/
com.google.protobuf.ByteString
getEnterpriseScaleBytes();
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return Whether the insuredEmployees field is set.
*/
boolean hasInsuredEmployees();
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return The insuredEmployees.
*/
int getInsuredEmployees();
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return Whether the businessStatus field is set.
*/
boolean hasBusinessStatus();
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The businessStatus.
*/
java.lang.String getBusinessStatus();
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The bytes for businessStatus.
*/
com.google.protobuf.ByteString
getBusinessStatusBytes();
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return Whether the registrationAuthority field is set.
*/
boolean hasRegistrationAuthority();
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The registrationAuthority.
*/
java.lang.String getRegistrationAuthority();
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The bytes for registrationAuthority.
*/
com.google.protobuf.ByteString
getRegistrationAuthorityBytes();
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return Whether the taxpayerQualification field is set.
*/
boolean hasTaxpayerQualification();
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The taxpayerQualification.
*/
java.lang.String getTaxpayerQualification();
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The bytes for taxpayerQualification.
*/
com.google.protobuf.ByteString
getTaxpayerQualificationBytes();
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return Whether the enterpriseType field is set.
*/
boolean hasEnterpriseType();
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The enterpriseType.
*/
java.lang.String getEnterpriseType();
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The bytes for enterpriseType.
*/
com.google.protobuf.ByteString
getEnterpriseTypeBytes();
}
/**
* Protobuf type {@code fxy.CompanyBasicInfoExt}
*/
public static final class CompanyBasicInfoExt extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.CompanyBasicInfoExt)
CompanyBasicInfoExtOrBuilder {
private static final long serialVersionUID = 0L;
// Use CompanyBasicInfoExt.newBuilder() to construct.
private CompanyBasicInfoExt(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private CompanyBasicInfoExt() {
industry_ = "";
paidInCapital_ = "";
enterpriseScale_ = "";
businessStatus_ = "";
registrationAuthority_ = "";
taxpayerQualification_ = "";
enterpriseType_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new CompanyBasicInfoExt();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CompanyBasicInfoExt_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_CompanyBasicInfoExt_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.class, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder.class);
}
private int bitField0_;
public static final int INDUSTRY_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object industry_ = "";
/**
* * 所属行业 ** *
optional string industry = 1;
* @return Whether the industry field is set.
*/
@java.lang.Override
public boolean hasIndustry() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The industry.
*/
@java.lang.Override
public java.lang.String getIndustry() {
java.lang.Object ref = industry_;
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();
if (bs.isValidUtf8()) {
industry_ = s;
}
return s;
}
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The bytes for industry.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIndustryBytes() {
java.lang.Object ref = industry_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
industry_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PAIDINCAPITAL_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object paidInCapital_ = "";
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return Whether the paidInCapital field is set.
*/
@java.lang.Override
public boolean hasPaidInCapital() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The paidInCapital.
*/
@java.lang.Override
public java.lang.String getPaidInCapital() {
java.lang.Object ref = paidInCapital_;
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();
if (bs.isValidUtf8()) {
paidInCapital_ = s;
}
return s;
}
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The bytes for paidInCapital.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPaidInCapitalBytes() {
java.lang.Object ref = paidInCapital_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paidInCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ENTERPRISESCALE_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object enterpriseScale_ = "";
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return Whether the enterpriseScale field is set.
*/
@java.lang.Override
public boolean hasEnterpriseScale() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The enterpriseScale.
*/
@java.lang.Override
public java.lang.String getEnterpriseScale() {
java.lang.Object ref = enterpriseScale_;
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();
if (bs.isValidUtf8()) {
enterpriseScale_ = s;
}
return s;
}
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The bytes for enterpriseScale.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEnterpriseScaleBytes() {
java.lang.Object ref = enterpriseScale_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
enterpriseScale_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INSUREDEMPLOYEES_FIELD_NUMBER = 4;
private int insuredEmployees_ = 0;
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return Whether the insuredEmployees field is set.
*/
@java.lang.Override
public boolean hasInsuredEmployees() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return The insuredEmployees.
*/
@java.lang.Override
public int getInsuredEmployees() {
return insuredEmployees_;
}
public static final int BUSINESSSTATUS_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object businessStatus_ = "";
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return Whether the businessStatus field is set.
*/
@java.lang.Override
public boolean hasBusinessStatus() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The businessStatus.
*/
@java.lang.Override
public java.lang.String getBusinessStatus() {
java.lang.Object ref = businessStatus_;
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();
if (bs.isValidUtf8()) {
businessStatus_ = s;
}
return s;
}
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The bytes for businessStatus.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBusinessStatusBytes() {
java.lang.Object ref = businessStatus_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
businessStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGISTRATIONAUTHORITY_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object registrationAuthority_ = "";
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return Whether the registrationAuthority field is set.
*/
@java.lang.Override
public boolean hasRegistrationAuthority() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The registrationAuthority.
*/
@java.lang.Override
public java.lang.String getRegistrationAuthority() {
java.lang.Object ref = registrationAuthority_;
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();
if (bs.isValidUtf8()) {
registrationAuthority_ = s;
}
return s;
}
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The bytes for registrationAuthority.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRegistrationAuthorityBytes() {
java.lang.Object ref = registrationAuthority_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registrationAuthority_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TAXPAYERQUALIFICATION_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object taxpayerQualification_ = "";
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return Whether the taxpayerQualification field is set.
*/
@java.lang.Override
public boolean hasTaxpayerQualification() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The taxpayerQualification.
*/
@java.lang.Override
public java.lang.String getTaxpayerQualification() {
java.lang.Object ref = taxpayerQualification_;
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();
if (bs.isValidUtf8()) {
taxpayerQualification_ = s;
}
return s;
}
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The bytes for taxpayerQualification.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTaxpayerQualificationBytes() {
java.lang.Object ref = taxpayerQualification_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taxpayerQualification_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ENTERPRISETYPE_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object enterpriseType_ = "";
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return Whether the enterpriseType field is set.
*/
@java.lang.Override
public boolean hasEnterpriseType() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The enterpriseType.
*/
@java.lang.Override
public java.lang.String getEnterpriseType() {
java.lang.Object ref = enterpriseType_;
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();
if (bs.isValidUtf8()) {
enterpriseType_ = s;
}
return s;
}
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The bytes for enterpriseType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEnterpriseTypeBytes() {
java.lang.Object ref = enterpriseType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
enterpriseType_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, industry_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, paidInCapital_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, enterpriseScale_);
}
if (((bitField0_ & 0x00000008) != 0)) {
output.writeInt32(4, insuredEmployees_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, businessStatus_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, registrationAuthority_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, taxpayerQualification_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, enterpriseType_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, industry_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, paidInCapital_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, enterpriseScale_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, insuredEmployees_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, businessStatus_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, registrationAuthority_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, taxpayerQualification_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, enterpriseType_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt other = (com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt) obj;
if (hasIndustry() != other.hasIndustry()) return false;
if (hasIndustry()) {
if (!getIndustry()
.equals(other.getIndustry())) return false;
}
if (hasPaidInCapital() != other.hasPaidInCapital()) return false;
if (hasPaidInCapital()) {
if (!getPaidInCapital()
.equals(other.getPaidInCapital())) return false;
}
if (hasEnterpriseScale() != other.hasEnterpriseScale()) return false;
if (hasEnterpriseScale()) {
if (!getEnterpriseScale()
.equals(other.getEnterpriseScale())) return false;
}
if (hasInsuredEmployees() != other.hasInsuredEmployees()) return false;
if (hasInsuredEmployees()) {
if (getInsuredEmployees()
!= other.getInsuredEmployees()) return false;
}
if (hasBusinessStatus() != other.hasBusinessStatus()) return false;
if (hasBusinessStatus()) {
if (!getBusinessStatus()
.equals(other.getBusinessStatus())) return false;
}
if (hasRegistrationAuthority() != other.hasRegistrationAuthority()) return false;
if (hasRegistrationAuthority()) {
if (!getRegistrationAuthority()
.equals(other.getRegistrationAuthority())) return false;
}
if (hasTaxpayerQualification() != other.hasTaxpayerQualification()) return false;
if (hasTaxpayerQualification()) {
if (!getTaxpayerQualification()
.equals(other.getTaxpayerQualification())) return false;
}
if (hasEnterpriseType() != other.hasEnterpriseType()) return false;
if (hasEnterpriseType()) {
if (!getEnterpriseType()
.equals(other.getEnterpriseType())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasIndustry()) {
hash = (37 * hash) + INDUSTRY_FIELD_NUMBER;
hash = (53 * hash) + getIndustry().hashCode();
}
if (hasPaidInCapital()) {
hash = (37 * hash) + PAIDINCAPITAL_FIELD_NUMBER;
hash = (53 * hash) + getPaidInCapital().hashCode();
}
if (hasEnterpriseScale()) {
hash = (37 * hash) + ENTERPRISESCALE_FIELD_NUMBER;
hash = (53 * hash) + getEnterpriseScale().hashCode();
}
if (hasInsuredEmployees()) {
hash = (37 * hash) + INSUREDEMPLOYEES_FIELD_NUMBER;
hash = (53 * hash) + getInsuredEmployees();
}
if (hasBusinessStatus()) {
hash = (37 * hash) + BUSINESSSTATUS_FIELD_NUMBER;
hash = (53 * hash) + getBusinessStatus().hashCode();
}
if (hasRegistrationAuthority()) {
hash = (37 * hash) + REGISTRATIONAUTHORITY_FIELD_NUMBER;
hash = (53 * hash) + getRegistrationAuthority().hashCode();
}
if (hasTaxpayerQualification()) {
hash = (37 * hash) + TAXPAYERQUALIFICATION_FIELD_NUMBER;
hash = (53 * hash) + getTaxpayerQualification().hashCode();
}
if (hasEnterpriseType()) {
hash = (37 * hash) + ENTERPRISETYPE_FIELD_NUMBER;
hash = (53 * hash) + getEnterpriseType().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt 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.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt 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.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt 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.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt 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 fxy.CompanyBasicInfoExt}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 所属行业 ** *
optional string industry = 1;
* @return Whether the industry field is set.
*/
public boolean hasIndustry() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The industry.
*/
public java.lang.String getIndustry() {
java.lang.Object ref = industry_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
industry_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @return The bytes for industry.
*/
public com.google.protobuf.ByteString
getIndustryBytes() {
java.lang.Object ref = industry_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
industry_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @param value The industry to set.
* @return This builder for chaining.
*/
public Builder setIndustry(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
industry_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @return This builder for chaining.
*/
public Builder clearIndustry() {
industry_ = getDefaultInstance().getIndustry();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 所属行业 ** *
optional string industry = 1;
* @param value The bytes for industry to set.
* @return This builder for chaining.
*/
public Builder setIndustryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
industry_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object paidInCapital_ = "";
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return Whether the paidInCapital field is set.
*/
public boolean hasPaidInCapital() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The paidInCapital.
*/
public java.lang.String getPaidInCapital() {
java.lang.Object ref = paidInCapital_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
paidInCapital_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return The bytes for paidInCapital.
*/
public com.google.protobuf.ByteString
getPaidInCapitalBytes() {
java.lang.Object ref = paidInCapital_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paidInCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @param value The paidInCapital to set.
* @return This builder for chaining.
*/
public Builder setPaidInCapital(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
paidInCapital_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @return This builder for chaining.
*/
public Builder clearPaidInCapital() {
paidInCapital_ = getDefaultInstance().getPaidInCapital();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 实缴资本(单位:人民币万元) ** *
optional string paidInCapital = 2;
* @param value The bytes for paidInCapital to set.
* @return This builder for chaining.
*/
public Builder setPaidInCapitalBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
paidInCapital_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object enterpriseScale_ = "";
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return Whether the enterpriseScale field is set.
*/
public boolean hasEnterpriseScale() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The enterpriseScale.
*/
public java.lang.String getEnterpriseScale() {
java.lang.Object ref = enterpriseScale_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
enterpriseScale_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return The bytes for enterpriseScale.
*/
public com.google.protobuf.ByteString
getEnterpriseScaleBytes() {
java.lang.Object ref = enterpriseScale_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
enterpriseScale_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @param value The enterpriseScale to set.
* @return This builder for chaining.
*/
public Builder setEnterpriseScale(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
enterpriseScale_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @return This builder for chaining.
*/
public Builder clearEnterpriseScale() {
enterpriseScale_ = getDefaultInstance().getEnterpriseScale();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 企业规模(如:小型) ** *
optional string enterpriseScale = 3;
* @param value The bytes for enterpriseScale to set.
* @return This builder for chaining.
*/
public Builder setEnterpriseScaleBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
enterpriseScale_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private int insuredEmployees_ ;
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return Whether the insuredEmployees field is set.
*/
@java.lang.Override
public boolean hasInsuredEmployees() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return The insuredEmployees.
*/
@java.lang.Override
public int getInsuredEmployees() {
return insuredEmployees_;
}
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @param value The insuredEmployees to set.
* @return This builder for chaining.
*/
public Builder setInsuredEmployees(int value) {
insuredEmployees_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 参保人数 ** *
optional int32 insuredEmployees = 4;
* @return This builder for chaining.
*/
public Builder clearInsuredEmployees() {
bitField0_ = (bitField0_ & ~0x00000008);
insuredEmployees_ = 0;
onChanged();
return this;
}
private java.lang.Object businessStatus_ = "";
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return Whether the businessStatus field is set.
*/
public boolean hasBusinessStatus() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The businessStatus.
*/
public java.lang.String getBusinessStatus() {
java.lang.Object ref = businessStatus_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
businessStatus_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return The bytes for businessStatus.
*/
public com.google.protobuf.ByteString
getBusinessStatusBytes() {
java.lang.Object ref = businessStatus_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
businessStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @param value The businessStatus to set.
* @return This builder for chaining.
*/
public Builder setBusinessStatus(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
businessStatus_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @return This builder for chaining.
*/
public Builder clearBusinessStatus() {
businessStatus_ = getDefaultInstance().getBusinessStatus();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 经营状态(如:存续) ** *
optional string businessStatus = 5;
* @param value The bytes for businessStatus to set.
* @return This builder for chaining.
*/
public Builder setBusinessStatusBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
businessStatus_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object registrationAuthority_ = "";
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return Whether the registrationAuthority field is set.
*/
public boolean hasRegistrationAuthority() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The registrationAuthority.
*/
public java.lang.String getRegistrationAuthority() {
java.lang.Object ref = registrationAuthority_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
registrationAuthority_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return The bytes for registrationAuthority.
*/
public com.google.protobuf.ByteString
getRegistrationAuthorityBytes() {
java.lang.Object ref = registrationAuthority_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registrationAuthority_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @param value The registrationAuthority to set.
* @return This builder for chaining.
*/
public Builder setRegistrationAuthority(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
registrationAuthority_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @return This builder for chaining.
*/
public Builder clearRegistrationAuthority() {
registrationAuthority_ = getDefaultInstance().getRegistrationAuthority();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 登记机关 ** *
optional string registrationAuthority = 6;
* @param value The bytes for registrationAuthority to set.
* @return This builder for chaining.
*/
public Builder setRegistrationAuthorityBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
registrationAuthority_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object taxpayerQualification_ = "";
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return Whether the taxpayerQualification field is set.
*/
public boolean hasTaxpayerQualification() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The taxpayerQualification.
*/
public java.lang.String getTaxpayerQualification() {
java.lang.Object ref = taxpayerQualification_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
taxpayerQualification_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return The bytes for taxpayerQualification.
*/
public com.google.protobuf.ByteString
getTaxpayerQualificationBytes() {
java.lang.Object ref = taxpayerQualification_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taxpayerQualification_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @param value The taxpayerQualification to set.
* @return This builder for chaining.
*/
public Builder setTaxpayerQualification(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
taxpayerQualification_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @return This builder for chaining.
*/
public Builder clearTaxpayerQualification() {
taxpayerQualification_ = getDefaultInstance().getTaxpayerQualification();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 纳税人资质(如:增值税一般纳税人) ** *
optional string taxpayerQualification = 7;
* @param value The bytes for taxpayerQualification to set.
* @return This builder for chaining.
*/
public Builder setTaxpayerQualificationBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
taxpayerQualification_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object enterpriseType_ = "";
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return Whether the enterpriseType field is set.
*/
public boolean hasEnterpriseType() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The enterpriseType.
*/
public java.lang.String getEnterpriseType() {
java.lang.Object ref = enterpriseType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
enterpriseType_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return The bytes for enterpriseType.
*/
public com.google.protobuf.ByteString
getEnterpriseTypeBytes() {
java.lang.Object ref = enterpriseType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
enterpriseType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @param value The enterpriseType to set.
* @return This builder for chaining.
*/
public Builder setEnterpriseType(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
enterpriseType_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @return This builder for chaining.
*/
public Builder clearEnterpriseType() {
enterpriseType_ = getDefaultInstance().getEnterpriseType();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 企业类型(如:有限责任公司) ** *
optional string enterpriseType = 8;
* @param value The bytes for enterpriseType to set.
* @return This builder for chaining.
*/
public Builder setEnterpriseTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
enterpriseType_ = value;
bitField0_ |= 0x00000080;
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:fxy.CompanyBasicInfoExt)
}
// @@protoc_insertion_point(class_scope:fxy.CompanyBasicInfoExt)
private static final com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt();
}
public static com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return Whether the corporateMembers field is set.
*/
boolean hasCorporateMembers();
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The corporateMembers.
*/
java.lang.String getCorporateMembers();
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The bytes for corporateMembers.
*/
com.google.protobuf.ByteString
getCorporateMembersBytes();
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return Whether the individualMembers field is set.
*/
boolean hasIndividualMembers();
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The individualMembers.
*/
java.lang.String getIndividualMembers();
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The bytes for individualMembers.
*/
com.google.protobuf.ByteString
getIndividualMembersBytes();
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return Whether the membershipFeeStandard field is set.
*/
boolean hasMembershipFeeStandard();
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The membershipFeeStandard.
*/
java.lang.String getMembershipFeeStandard();
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The bytes for membershipFeeStandard.
*/
com.google.protobuf.ByteString
getMembershipFeeStandardBytes();
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return Whether the mainActivityRegion field is set.
*/
boolean hasMainActivityRegion();
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The mainActivityRegion.
*/
java.lang.String getMainActivityRegion();
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The bytes for mainActivityRegion.
*/
com.google.protobuf.ByteString
getMainActivityRegionBytes();
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return Whether the sponsorshipRatio field is set.
*/
boolean hasSponsorshipRatio();
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The sponsorshipRatio.
*/
java.lang.String getSponsorshipRatio();
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The bytes for sponsorshipRatio.
*/
com.google.protobuf.ByteString
getSponsorshipRatioBytes();
}
/**
* Protobuf type {@code fxy.AssociationBasicInfoExt}
*/
public static final class AssociationBasicInfoExt extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AssociationBasicInfoExt)
AssociationBasicInfoExtOrBuilder {
private static final long serialVersionUID = 0L;
// Use AssociationBasicInfoExt.newBuilder() to construct.
private AssociationBasicInfoExt(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AssociationBasicInfoExt() {
corporateMembers_ = "";
individualMembers_ = "";
membershipFeeStandard_ = "";
mainActivityRegion_ = "";
sponsorshipRatio_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AssociationBasicInfoExt();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AssociationBasicInfoExt_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AssociationBasicInfoExt_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.class, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder.class);
}
private int bitField0_;
public static final int CORPORATEMEMBERS_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object corporateMembers_ = "";
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return Whether the corporateMembers field is set.
*/
@java.lang.Override
public boolean hasCorporateMembers() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The corporateMembers.
*/
@java.lang.Override
public java.lang.String getCorporateMembers() {
java.lang.Object ref = corporateMembers_;
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();
if (bs.isValidUtf8()) {
corporateMembers_ = s;
}
return s;
}
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The bytes for corporateMembers.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCorporateMembersBytes() {
java.lang.Object ref = corporateMembers_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
corporateMembers_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INDIVIDUALMEMBERS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object individualMembers_ = "";
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return Whether the individualMembers field is set.
*/
@java.lang.Override
public boolean hasIndividualMembers() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The individualMembers.
*/
@java.lang.Override
public java.lang.String getIndividualMembers() {
java.lang.Object ref = individualMembers_;
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();
if (bs.isValidUtf8()) {
individualMembers_ = s;
}
return s;
}
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The bytes for individualMembers.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIndividualMembersBytes() {
java.lang.Object ref = individualMembers_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
individualMembers_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MEMBERSHIPFEESTANDARD_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object membershipFeeStandard_ = "";
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return Whether the membershipFeeStandard field is set.
*/
@java.lang.Override
public boolean hasMembershipFeeStandard() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The membershipFeeStandard.
*/
@java.lang.Override
public java.lang.String getMembershipFeeStandard() {
java.lang.Object ref = membershipFeeStandard_;
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();
if (bs.isValidUtf8()) {
membershipFeeStandard_ = s;
}
return s;
}
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The bytes for membershipFeeStandard.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMembershipFeeStandardBytes() {
java.lang.Object ref = membershipFeeStandard_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
membershipFeeStandard_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAINACTIVITYREGION_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object mainActivityRegion_ = "";
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return Whether the mainActivityRegion field is set.
*/
@java.lang.Override
public boolean hasMainActivityRegion() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The mainActivityRegion.
*/
@java.lang.Override
public java.lang.String getMainActivityRegion() {
java.lang.Object ref = mainActivityRegion_;
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();
if (bs.isValidUtf8()) {
mainActivityRegion_ = s;
}
return s;
}
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The bytes for mainActivityRegion.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMainActivityRegionBytes() {
java.lang.Object ref = mainActivityRegion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainActivityRegion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SPONSORSHIPRATIO_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object sponsorshipRatio_ = "";
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return Whether the sponsorshipRatio field is set.
*/
@java.lang.Override
public boolean hasSponsorshipRatio() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The sponsorshipRatio.
*/
@java.lang.Override
public java.lang.String getSponsorshipRatio() {
java.lang.Object ref = sponsorshipRatio_;
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();
if (bs.isValidUtf8()) {
sponsorshipRatio_ = s;
}
return s;
}
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The bytes for sponsorshipRatio.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSponsorshipRatioBytes() {
java.lang.Object ref = sponsorshipRatio_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
sponsorshipRatio_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, corporateMembers_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, individualMembers_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, membershipFeeStandard_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, mainActivityRegion_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, sponsorshipRatio_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, corporateMembers_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, individualMembers_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, membershipFeeStandard_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, mainActivityRegion_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, sponsorshipRatio_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt other = (com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt) obj;
if (hasCorporateMembers() != other.hasCorporateMembers()) return false;
if (hasCorporateMembers()) {
if (!getCorporateMembers()
.equals(other.getCorporateMembers())) return false;
}
if (hasIndividualMembers() != other.hasIndividualMembers()) return false;
if (hasIndividualMembers()) {
if (!getIndividualMembers()
.equals(other.getIndividualMembers())) return false;
}
if (hasMembershipFeeStandard() != other.hasMembershipFeeStandard()) return false;
if (hasMembershipFeeStandard()) {
if (!getMembershipFeeStandard()
.equals(other.getMembershipFeeStandard())) return false;
}
if (hasMainActivityRegion() != other.hasMainActivityRegion()) return false;
if (hasMainActivityRegion()) {
if (!getMainActivityRegion()
.equals(other.getMainActivityRegion())) return false;
}
if (hasSponsorshipRatio() != other.hasSponsorshipRatio()) return false;
if (hasSponsorshipRatio()) {
if (!getSponsorshipRatio()
.equals(other.getSponsorshipRatio())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCorporateMembers()) {
hash = (37 * hash) + CORPORATEMEMBERS_FIELD_NUMBER;
hash = (53 * hash) + getCorporateMembers().hashCode();
}
if (hasIndividualMembers()) {
hash = (37 * hash) + INDIVIDUALMEMBERS_FIELD_NUMBER;
hash = (53 * hash) + getIndividualMembers().hashCode();
}
if (hasMembershipFeeStandard()) {
hash = (37 * hash) + MEMBERSHIPFEESTANDARD_FIELD_NUMBER;
hash = (53 * hash) + getMembershipFeeStandard().hashCode();
}
if (hasMainActivityRegion()) {
hash = (37 * hash) + MAINACTIVITYREGION_FIELD_NUMBER;
hash = (53 * hash) + getMainActivityRegion().hashCode();
}
if (hasSponsorshipRatio()) {
hash = (37 * hash) + SPONSORSHIPRATIO_FIELD_NUMBER;
hash = (53 * hash) + getSponsorshipRatio().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt 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.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt 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.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt 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.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt 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 fxy.AssociationBasicInfoExt}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return Whether the corporateMembers field is set.
*/
public boolean hasCorporateMembers() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The corporateMembers.
*/
public java.lang.String getCorporateMembers() {
java.lang.Object ref = corporateMembers_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
corporateMembers_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return The bytes for corporateMembers.
*/
public com.google.protobuf.ByteString
getCorporateMembersBytes() {
java.lang.Object ref = corporateMembers_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
corporateMembers_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @param value The corporateMembers to set.
* @return This builder for chaining.
*/
public Builder setCorporateMembers(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
corporateMembers_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @return This builder for chaining.
*/
public Builder clearCorporateMembers() {
corporateMembers_ = getDefaultInstance().getCorporateMembers();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 单位会员数量(如:超x家) ** *
optional string corporateMembers = 1;
* @param value The bytes for corporateMembers to set.
* @return This builder for chaining.
*/
public Builder setCorporateMembersBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
corporateMembers_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object individualMembers_ = "";
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return Whether the individualMembers field is set.
*/
public boolean hasIndividualMembers() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The individualMembers.
*/
public java.lang.String getIndividualMembers() {
java.lang.Object ref = individualMembers_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
individualMembers_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return The bytes for individualMembers.
*/
public com.google.protobuf.ByteString
getIndividualMembersBytes() {
java.lang.Object ref = individualMembers_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
individualMembers_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @param value The individualMembers to set.
* @return This builder for chaining.
*/
public Builder setIndividualMembers(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
individualMembers_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @return This builder for chaining.
*/
public Builder clearIndividualMembers() {
individualMembers_ = getDefaultInstance().getIndividualMembers();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 个人会员数量 ** *
optional string individualMembers = 2;
* @param value The bytes for individualMembers to set.
* @return This builder for chaining.
*/
public Builder setIndividualMembersBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
individualMembers_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object membershipFeeStandard_ = "";
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return Whether the membershipFeeStandard field is set.
*/
public boolean hasMembershipFeeStandard() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The membershipFeeStandard.
*/
public java.lang.String getMembershipFeeStandard() {
java.lang.Object ref = membershipFeeStandard_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
membershipFeeStandard_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return The bytes for membershipFeeStandard.
*/
public com.google.protobuf.ByteString
getMembershipFeeStandardBytes() {
java.lang.Object ref = membershipFeeStandard_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
membershipFeeStandard_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @param value The membershipFeeStandard to set.
* @return This builder for chaining.
*/
public Builder setMembershipFeeStandard(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
membershipFeeStandard_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @return This builder for chaining.
*/
public Builder clearMembershipFeeStandard() {
membershipFeeStandard_ = getDefaultInstance().getMembershipFeeStandard();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 会费收取标准(多行文本) ** *
optional string membershipFeeStandard = 3;
* @param value The bytes for membershipFeeStandard to set.
* @return This builder for chaining.
*/
public Builder setMembershipFeeStandardBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
membershipFeeStandard_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object mainActivityRegion_ = "";
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return Whether the mainActivityRegion field is set.
*/
public boolean hasMainActivityRegion() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The mainActivityRegion.
*/
public java.lang.String getMainActivityRegion() {
java.lang.Object ref = mainActivityRegion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
mainActivityRegion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return The bytes for mainActivityRegion.
*/
public com.google.protobuf.ByteString
getMainActivityRegionBytes() {
java.lang.Object ref = mainActivityRegion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainActivityRegion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @param value The mainActivityRegion to set.
* @return This builder for chaining.
*/
public Builder setMainActivityRegion(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
mainActivityRegion_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @return This builder for chaining.
*/
public Builder clearMainActivityRegion() {
mainActivityRegion_ = getDefaultInstance().getMainActivityRegion();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 主要活动覆盖地域(示例:长三角地区) ** *
optional string mainActivityRegion = 4;
* @param value The bytes for mainActivityRegion to set.
* @return This builder for chaining.
*/
public Builder setMainActivityRegionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
mainActivityRegion_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object sponsorshipRatio_ = "";
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return Whether the sponsorshipRatio field is set.
*/
public boolean hasSponsorshipRatio() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The sponsorshipRatio.
*/
public java.lang.String getSponsorshipRatio() {
java.lang.Object ref = sponsorshipRatio_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
sponsorshipRatio_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return The bytes for sponsorshipRatio.
*/
public com.google.protobuf.ByteString
getSponsorshipRatioBytes() {
java.lang.Object ref = sponsorshipRatio_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
sponsorshipRatio_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @param value The sponsorshipRatio to set.
* @return This builder for chaining.
*/
public Builder setSponsorshipRatio(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
sponsorshipRatio_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @return This builder for chaining.
*/
public Builder clearSponsorshipRatio() {
sponsorshipRatio_ = getDefaultInstance().getSponsorshipRatio();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 上一年度xxx公司赞助和捐赠额占总社会赞助和捐赠比例(单位:%,示例:1%) ** *
optional string sponsorshipRatio = 5;
* @param value The bytes for sponsorshipRatio to set.
* @return This builder for chaining.
*/
public Builder setSponsorshipRatioBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
sponsorshipRatio_ = value;
bitField0_ |= 0x00000010;
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:fxy.AssociationBasicInfoExt)
}
// @@protoc_insertion_point(class_scope:fxy.AssociationBasicInfoExt)
private static final com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt();
}
public static com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return Whether the foundationCategory field is set.
*/
boolean hasFoundationCategory();
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The foundationCategory.
*/
java.lang.String getFoundationCategory();
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The bytes for foundationCategory.
*/
com.google.protobuf.ByteString
getFoundationCategoryBytes();
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return Whether the lastYearSponsorshipDonationRatio field is set.
*/
boolean hasLastYearSponsorshipDonationRatio();
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The lastYearSponsorshipDonationRatio.
*/
java.lang.String getLastYearSponsorshipDonationRatio();
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The bytes for lastYearSponsorshipDonationRatio.
*/
com.google.protobuf.ByteString
getLastYearSponsorshipDonationRatioBytes();
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return Whether the initialFund field is set.
*/
boolean hasInitialFund();
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The initialFund.
*/
java.lang.String getInitialFund();
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The bytes for initialFund.
*/
com.google.protobuf.ByteString
getInitialFundBytes();
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return Whether the lastYearDonationIncome field is set.
*/
boolean hasLastYearDonationIncome();
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The lastYearDonationIncome.
*/
java.lang.String getLastYearDonationIncome();
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The bytes for lastYearDonationIncome.
*/
com.google.protobuf.ByteString
getLastYearDonationIncomeBytes();
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return Whether the secretaryGeneral field is set.
*/
boolean hasSecretaryGeneral();
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The secretaryGeneral.
*/
java.lang.String getSecretaryGeneral();
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The bytes for secretaryGeneral.
*/
com.google.protobuf.ByteString
getSecretaryGeneralBytes();
/**
* * 理事长 ** *
optional string chairman = 6;
* @return Whether the chairman field is set.
*/
boolean hasChairman();
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The chairman.
*/
java.lang.String getChairman();
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The bytes for chairman.
*/
com.google.protobuf.ByteString
getChairmanBytes();
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return Whether the numberOfDirectors field is set.
*/
boolean hasNumberOfDirectors();
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return The numberOfDirectors.
*/
int getNumberOfDirectors();
}
/**
* Protobuf type {@code fxy.FoundationBasicInfoExt}
*/
public static final class FoundationBasicInfoExt extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.FoundationBasicInfoExt)
FoundationBasicInfoExtOrBuilder {
private static final long serialVersionUID = 0L;
// Use FoundationBasicInfoExt.newBuilder() to construct.
private FoundationBasicInfoExt(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FoundationBasicInfoExt() {
foundationCategory_ = "";
lastYearSponsorshipDonationRatio_ = "";
initialFund_ = "";
lastYearDonationIncome_ = "";
secretaryGeneral_ = "";
chairman_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FoundationBasicInfoExt();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FoundationBasicInfoExt_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FoundationBasicInfoExt_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.class, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder.class);
}
private int bitField0_;
public static final int FOUNDATIONCATEGORY_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object foundationCategory_ = "";
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return Whether the foundationCategory field is set.
*/
@java.lang.Override
public boolean hasFoundationCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The foundationCategory.
*/
@java.lang.Override
public java.lang.String getFoundationCategory() {
java.lang.Object ref = foundationCategory_;
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();
if (bs.isValidUtf8()) {
foundationCategory_ = s;
}
return s;
}
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The bytes for foundationCategory.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFoundationCategoryBytes() {
java.lang.Object ref = foundationCategory_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
foundationCategory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LASTYEARSPONSORSHIPDONATIONRATIO_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object lastYearSponsorshipDonationRatio_ = "";
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return Whether the lastYearSponsorshipDonationRatio field is set.
*/
@java.lang.Override
public boolean hasLastYearSponsorshipDonationRatio() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The lastYearSponsorshipDonationRatio.
*/
@java.lang.Override
public java.lang.String getLastYearSponsorshipDonationRatio() {
java.lang.Object ref = lastYearSponsorshipDonationRatio_;
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();
if (bs.isValidUtf8()) {
lastYearSponsorshipDonationRatio_ = s;
}
return s;
}
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The bytes for lastYearSponsorshipDonationRatio.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLastYearSponsorshipDonationRatioBytes() {
java.lang.Object ref = lastYearSponsorshipDonationRatio_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearSponsorshipDonationRatio_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INITIALFUND_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object initialFund_ = "";
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return Whether the initialFund field is set.
*/
@java.lang.Override
public boolean hasInitialFund() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The initialFund.
*/
@java.lang.Override
public java.lang.String getInitialFund() {
java.lang.Object ref = initialFund_;
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();
if (bs.isValidUtf8()) {
initialFund_ = s;
}
return s;
}
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The bytes for initialFund.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInitialFundBytes() {
java.lang.Object ref = initialFund_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
initialFund_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LASTYEARDONATIONINCOME_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object lastYearDonationIncome_ = "";
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return Whether the lastYearDonationIncome field is set.
*/
@java.lang.Override
public boolean hasLastYearDonationIncome() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The lastYearDonationIncome.
*/
@java.lang.Override
public java.lang.String getLastYearDonationIncome() {
java.lang.Object ref = lastYearDonationIncome_;
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();
if (bs.isValidUtf8()) {
lastYearDonationIncome_ = s;
}
return s;
}
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The bytes for lastYearDonationIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLastYearDonationIncomeBytes() {
java.lang.Object ref = lastYearDonationIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearDonationIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SECRETARYGENERAL_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object secretaryGeneral_ = "";
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return Whether the secretaryGeneral field is set.
*/
@java.lang.Override
public boolean hasSecretaryGeneral() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The secretaryGeneral.
*/
@java.lang.Override
public java.lang.String getSecretaryGeneral() {
java.lang.Object ref = secretaryGeneral_;
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();
if (bs.isValidUtf8()) {
secretaryGeneral_ = s;
}
return s;
}
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The bytes for secretaryGeneral.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSecretaryGeneralBytes() {
java.lang.Object ref = secretaryGeneral_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
secretaryGeneral_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CHAIRMAN_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object chairman_ = "";
/**
* * 理事长 ** *
optional string chairman = 6;
* @return Whether the chairman field is set.
*/
@java.lang.Override
public boolean hasChairman() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The chairman.
*/
@java.lang.Override
public java.lang.String getChairman() {
java.lang.Object ref = chairman_;
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();
if (bs.isValidUtf8()) {
chairman_ = s;
}
return s;
}
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The bytes for chairman.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getChairmanBytes() {
java.lang.Object ref = chairman_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
chairman_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NUMBEROFDIRECTORS_FIELD_NUMBER = 7;
private int numberOfDirectors_ = 0;
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return Whether the numberOfDirectors field is set.
*/
@java.lang.Override
public boolean hasNumberOfDirectors() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return The numberOfDirectors.
*/
@java.lang.Override
public int getNumberOfDirectors() {
return numberOfDirectors_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, foundationCategory_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, lastYearSponsorshipDonationRatio_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, initialFund_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, lastYearDonationIncome_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, secretaryGeneral_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, chairman_);
}
if (((bitField0_ & 0x00000040) != 0)) {
output.writeInt32(7, numberOfDirectors_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, foundationCategory_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, lastYearSponsorshipDonationRatio_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, initialFund_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, lastYearDonationIncome_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, secretaryGeneral_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, chairman_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(7, numberOfDirectors_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt other = (com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt) obj;
if (hasFoundationCategory() != other.hasFoundationCategory()) return false;
if (hasFoundationCategory()) {
if (!getFoundationCategory()
.equals(other.getFoundationCategory())) return false;
}
if (hasLastYearSponsorshipDonationRatio() != other.hasLastYearSponsorshipDonationRatio()) return false;
if (hasLastYearSponsorshipDonationRatio()) {
if (!getLastYearSponsorshipDonationRatio()
.equals(other.getLastYearSponsorshipDonationRatio())) return false;
}
if (hasInitialFund() != other.hasInitialFund()) return false;
if (hasInitialFund()) {
if (!getInitialFund()
.equals(other.getInitialFund())) return false;
}
if (hasLastYearDonationIncome() != other.hasLastYearDonationIncome()) return false;
if (hasLastYearDonationIncome()) {
if (!getLastYearDonationIncome()
.equals(other.getLastYearDonationIncome())) return false;
}
if (hasSecretaryGeneral() != other.hasSecretaryGeneral()) return false;
if (hasSecretaryGeneral()) {
if (!getSecretaryGeneral()
.equals(other.getSecretaryGeneral())) return false;
}
if (hasChairman() != other.hasChairman()) return false;
if (hasChairman()) {
if (!getChairman()
.equals(other.getChairman())) return false;
}
if (hasNumberOfDirectors() != other.hasNumberOfDirectors()) return false;
if (hasNumberOfDirectors()) {
if (getNumberOfDirectors()
!= other.getNumberOfDirectors()) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasFoundationCategory()) {
hash = (37 * hash) + FOUNDATIONCATEGORY_FIELD_NUMBER;
hash = (53 * hash) + getFoundationCategory().hashCode();
}
if (hasLastYearSponsorshipDonationRatio()) {
hash = (37 * hash) + LASTYEARSPONSORSHIPDONATIONRATIO_FIELD_NUMBER;
hash = (53 * hash) + getLastYearSponsorshipDonationRatio().hashCode();
}
if (hasInitialFund()) {
hash = (37 * hash) + INITIALFUND_FIELD_NUMBER;
hash = (53 * hash) + getInitialFund().hashCode();
}
if (hasLastYearDonationIncome()) {
hash = (37 * hash) + LASTYEARDONATIONINCOME_FIELD_NUMBER;
hash = (53 * hash) + getLastYearDonationIncome().hashCode();
}
if (hasSecretaryGeneral()) {
hash = (37 * hash) + SECRETARYGENERAL_FIELD_NUMBER;
hash = (53 * hash) + getSecretaryGeneral().hashCode();
}
if (hasChairman()) {
hash = (37 * hash) + CHAIRMAN_FIELD_NUMBER;
hash = (53 * hash) + getChairman().hashCode();
}
if (hasNumberOfDirectors()) {
hash = (37 * hash) + NUMBEROFDIRECTORS_FIELD_NUMBER;
hash = (53 * hash) + getNumberOfDirectors();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt 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.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt 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.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt 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.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt 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 fxy.FoundationBasicInfoExt}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return Whether the foundationCategory field is set.
*/
public boolean hasFoundationCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The foundationCategory.
*/
public java.lang.String getFoundationCategory() {
java.lang.Object ref = foundationCategory_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
foundationCategory_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return The bytes for foundationCategory.
*/
public com.google.protobuf.ByteString
getFoundationCategoryBytes() {
java.lang.Object ref = foundationCategory_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
foundationCategory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @param value The foundationCategory to set.
* @return This builder for chaining.
*/
public Builder setFoundationCategory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
foundationCategory_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @return This builder for chaining.
*/
public Builder clearFoundationCategory() {
foundationCategory_ = getDefaultInstance().getFoundationCategory();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 基金会类别(公募/非公募) ** *
optional string foundationCategory = 1;
* @param value The bytes for foundationCategory to set.
* @return This builder for chaining.
*/
public Builder setFoundationCategoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
foundationCategory_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object lastYearSponsorshipDonationRatio_ = "";
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return Whether the lastYearSponsorshipDonationRatio field is set.
*/
public boolean hasLastYearSponsorshipDonationRatio() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The lastYearSponsorshipDonationRatio.
*/
public java.lang.String getLastYearSponsorshipDonationRatio() {
java.lang.Object ref = lastYearSponsorshipDonationRatio_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
lastYearSponsorshipDonationRatio_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return The bytes for lastYearSponsorshipDonationRatio.
*/
public com.google.protobuf.ByteString
getLastYearSponsorshipDonationRatioBytes() {
java.lang.Object ref = lastYearSponsorshipDonationRatio_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearSponsorshipDonationRatio_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @param value The lastYearSponsorshipDonationRatio to set.
* @return This builder for chaining.
*/
public Builder setLastYearSponsorshipDonationRatio(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
lastYearSponsorshipDonationRatio_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @return This builder for chaining.
*/
public Builder clearLastYearSponsorshipDonationRatio() {
lastYearSponsorshipDonationRatio_ = getDefaultInstance().getLastYearSponsorshipDonationRatio();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 上一年度XXX赞助和捐赠额占比(%) ** *
optional string lastYearSponsorshipDonationRatio = 2;
* @param value The bytes for lastYearSponsorshipDonationRatio to set.
* @return This builder for chaining.
*/
public Builder setLastYearSponsorshipDonationRatioBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
lastYearSponsorshipDonationRatio_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object initialFund_ = "";
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return Whether the initialFund field is set.
*/
public boolean hasInitialFund() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The initialFund.
*/
public java.lang.String getInitialFund() {
java.lang.Object ref = initialFund_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
initialFund_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return The bytes for initialFund.
*/
public com.google.protobuf.ByteString
getInitialFundBytes() {
java.lang.Object ref = initialFund_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
initialFund_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @param value The initialFund to set.
* @return This builder for chaining.
*/
public Builder setInitialFund(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
initialFund_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @return This builder for chaining.
*/
public Builder clearInitialFund() {
initialFund_ = getDefaultInstance().getInitialFund();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 原始基金(单位:元) ** *
optional string initialFund = 3;
* @param value The bytes for initialFund to set.
* @return This builder for chaining.
*/
public Builder setInitialFundBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
initialFund_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object lastYearDonationIncome_ = "";
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return Whether the lastYearDonationIncome field is set.
*/
public boolean hasLastYearDonationIncome() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The lastYearDonationIncome.
*/
public java.lang.String getLastYearDonationIncome() {
java.lang.Object ref = lastYearDonationIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
lastYearDonationIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return The bytes for lastYearDonationIncome.
*/
public com.google.protobuf.ByteString
getLastYearDonationIncomeBytes() {
java.lang.Object ref = lastYearDonationIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearDonationIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @param value The lastYearDonationIncome to set.
* @return This builder for chaining.
*/
public Builder setLastYearDonationIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
lastYearDonationIncome_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @return This builder for chaining.
*/
public Builder clearLastYearDonationIncome() {
lastYearDonationIncome_ = getDefaultInstance().getLastYearDonationIncome();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 最近一年捐赠收入(单位:元) ** *
optional string lastYearDonationIncome = 4;
* @param value The bytes for lastYearDonationIncome to set.
* @return This builder for chaining.
*/
public Builder setLastYearDonationIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
lastYearDonationIncome_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object secretaryGeneral_ = "";
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return Whether the secretaryGeneral field is set.
*/
public boolean hasSecretaryGeneral() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The secretaryGeneral.
*/
public java.lang.String getSecretaryGeneral() {
java.lang.Object ref = secretaryGeneral_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
secretaryGeneral_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return The bytes for secretaryGeneral.
*/
public com.google.protobuf.ByteString
getSecretaryGeneralBytes() {
java.lang.Object ref = secretaryGeneral_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
secretaryGeneral_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @param value The secretaryGeneral to set.
* @return This builder for chaining.
*/
public Builder setSecretaryGeneral(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
secretaryGeneral_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @return This builder for chaining.
*/
public Builder clearSecretaryGeneral() {
secretaryGeneral_ = getDefaultInstance().getSecretaryGeneral();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 秘书长 ** *
optional string secretaryGeneral = 5;
* @param value The bytes for secretaryGeneral to set.
* @return This builder for chaining.
*/
public Builder setSecretaryGeneralBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
secretaryGeneral_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object chairman_ = "";
/**
* * 理事长 ** *
optional string chairman = 6;
* @return Whether the chairman field is set.
*/
public boolean hasChairman() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The chairman.
*/
public java.lang.String getChairman() {
java.lang.Object ref = chairman_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
chairman_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @return The bytes for chairman.
*/
public com.google.protobuf.ByteString
getChairmanBytes() {
java.lang.Object ref = chairman_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
chairman_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @param value The chairman to set.
* @return This builder for chaining.
*/
public Builder setChairman(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
chairman_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @return This builder for chaining.
*/
public Builder clearChairman() {
chairman_ = getDefaultInstance().getChairman();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 理事长 ** *
optional string chairman = 6;
* @param value The bytes for chairman to set.
* @return This builder for chaining.
*/
public Builder setChairmanBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
chairman_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private int numberOfDirectors_ ;
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return Whether the numberOfDirectors field is set.
*/
@java.lang.Override
public boolean hasNumberOfDirectors() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return The numberOfDirectors.
*/
@java.lang.Override
public int getNumberOfDirectors() {
return numberOfDirectors_;
}
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @param value The numberOfDirectors to set.
* @return This builder for chaining.
*/
public Builder setNumberOfDirectors(int value) {
numberOfDirectors_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 理事人数 ** *
optional int32 numberOfDirectors = 7;
* @return This builder for chaining.
*/
public Builder clearNumberOfDirectors() {
bitField0_ = (bitField0_ & ~0x00000040);
numberOfDirectors_ = 0;
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:fxy.FoundationBasicInfoExt)
}
// @@protoc_insertion_point(class_scope:fxy.FoundationBasicInfoExt)
private static final com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt();
}
public static com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parseroptional string fileName = 1;
* @return Whether the fileName field is set.
*/
boolean hasFileName();
/**
* optional string fileName = 1;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* optional string fileName = 1;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
* optional string fileUri = 2;
* @return Whether the fileUri field is set.
*/
boolean hasFileUri();
/**
* optional string fileUri = 2;
* @return The fileUri.
*/
java.lang.String getFileUri();
/**
* optional string fileUri = 2;
* @return The bytes for fileUri.
*/
com.google.protobuf.ByteString
getFileUriBytes();
}
/**
* Protobuf type {@code fxy.Attachment}
*/
public static final class Attachment extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.Attachment)
AttachmentOrBuilder {
private static final long serialVersionUID = 0L;
// Use Attachment.newBuilder() to construct.
private Attachment(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Attachment() {
fileName_ = "";
fileUri_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Attachment();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_Attachment_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_Attachment_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.Attachment.class, com.yaoyicloud.message.FxyProtos.Attachment.Builder.class);
}
private int bitField0_;
public static final int FILENAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object fileName_ = "";
/**
* optional string fileName = 1;
* @return Whether the fileName field is set.
*/
@java.lang.Override
public boolean hasFileName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string fileName = 1;
* @return The fileName.
*/
@java.lang.Override
public java.lang.String getFileName() {
java.lang.Object ref = fileName_;
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();
if (bs.isValidUtf8()) {
fileName_ = s;
}
return s;
}
}
/**
* optional string fileName = 1;
* @return The bytes for fileName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFileNameBytes() {
java.lang.Object ref = fileName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FILEURI_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object fileUri_ = "";
/**
* optional string fileUri = 2;
* @return Whether the fileUri field is set.
*/
@java.lang.Override
public boolean hasFileUri() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string fileUri = 2;
* @return The fileUri.
*/
@java.lang.Override
public java.lang.String getFileUri() {
java.lang.Object ref = fileUri_;
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();
if (bs.isValidUtf8()) {
fileUri_ = s;
}
return s;
}
}
/**
* optional string fileUri = 2;
* @return The bytes for fileUri.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFileUriBytes() {
java.lang.Object ref = fileUri_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileUri_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, fileName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fileUri_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, fileName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, fileUri_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.Attachment)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.Attachment other = (com.yaoyicloud.message.FxyProtos.Attachment) obj;
if (hasFileName() != other.hasFileName()) return false;
if (hasFileName()) {
if (!getFileName()
.equals(other.getFileName())) return false;
}
if (hasFileUri() != other.hasFileUri()) return false;
if (hasFileUri()) {
if (!getFileUri()
.equals(other.getFileUri())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasFileName()) {
hash = (37 * hash) + FILENAME_FIELD_NUMBER;
hash = (53 * hash) + getFileName().hashCode();
}
if (hasFileUri()) {
hash = (37 * hash) + FILEURI_FIELD_NUMBER;
hash = (53 * hash) + getFileUri().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.Attachment parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.Attachment 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.yaoyicloud.message.FxyProtos.Attachment parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.Attachment 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.yaoyicloud.message.FxyProtos.Attachment parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.Attachment 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.yaoyicloud.message.FxyProtos.Attachment 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 fxy.Attachment}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderoptional string fileName = 1;
* @return Whether the fileName field is set.
*/
public boolean hasFileName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string fileName = 1;
* @return The fileName.
*/
public java.lang.String getFileName() {
java.lang.Object ref = fileName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
fileName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string fileName = 1;
* @return The bytes for fileName.
*/
public com.google.protobuf.ByteString
getFileNameBytes() {
java.lang.Object ref = fileName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string fileName = 1;
* @param value The fileName to set.
* @return This builder for chaining.
*/
public Builder setFileName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
fileName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional string fileName = 1;
* @return This builder for chaining.
*/
public Builder clearFileName() {
fileName_ = getDefaultInstance().getFileName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* optional string fileName = 1;
* @param value The bytes for fileName to set.
* @return This builder for chaining.
*/
public Builder setFileNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
fileName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object fileUri_ = "";
/**
* optional string fileUri = 2;
* @return Whether the fileUri field is set.
*/
public boolean hasFileUri() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string fileUri = 2;
* @return The fileUri.
*/
public java.lang.String getFileUri() {
java.lang.Object ref = fileUri_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
fileUri_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string fileUri = 2;
* @return The bytes for fileUri.
*/
public com.google.protobuf.ByteString
getFileUriBytes() {
java.lang.Object ref = fileUri_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileUri_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string fileUri = 2;
* @param value The fileUri to set.
* @return This builder for chaining.
*/
public Builder setFileUri(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
fileUri_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional string fileUri = 2;
* @return This builder for chaining.
*/
public Builder clearFileUri() {
fileUri_ = getDefaultInstance().getFileUri();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* optional string fileUri = 2;
* @param value The bytes for fileUri to set.
* @return This builder for chaining.
*/
public Builder setFileUriBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
fileUri_ = value;
bitField0_ |= 0x00000002;
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:fxy.Attachment)
}
// @@protoc_insertion_point(class_scope:fxy.Attachment)
private static final com.yaoyicloud.message.FxyProtos.Attachment DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.Attachment();
}
public static com.yaoyicloud.message.FxyProtos.Attachment getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parseroptional string entName = 1;
* @return Whether the entName field is set.
*/
boolean hasEntName();
/**
* optional string entName = 1;
* @return The entName.
*/
java.lang.String getEntName();
/**
* optional string entName = 1;
* @return The bytes for entName.
*/
com.google.protobuf.ByteString
getEntNameBytes();
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return Whether the establishmentDate field is set.
*/
boolean hasEstablishmentDate();
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The establishmentDate.
*/
java.lang.String getEstablishmentDate();
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The bytes for establishmentDate.
*/
com.google.protobuf.ByteString
getEstablishmentDateBytes();
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return Whether the registrationValidity field is set.
*/
boolean hasRegistrationValidity();
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The registrationValidity.
*/
java.lang.String getRegistrationValidity();
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The bytes for registrationValidity.
*/
com.google.protobuf.ByteString
getRegistrationValidityBytes();
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return Whether the officialWebsite field is set.
*/
boolean hasOfficialWebsite();
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The officialWebsite.
*/
java.lang.String getOfficialWebsite();
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The bytes for officialWebsite.
*/
com.google.protobuf.ByteString
getOfficialWebsiteBytes();
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return Whether the registeredCapital field is set.
*/
boolean hasRegisteredCapital();
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The registeredCapital.
*/
java.lang.String getRegisteredCapital();
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The bytes for registeredCapital.
*/
com.google.protobuf.ByteString
getRegisteredCapitalBytes();
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return Whether the netAsset field is set.
*/
boolean hasNetAsset();
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The netAsset.
*/
java.lang.String getNetAsset();
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The bytes for netAsset.
*/
com.google.protobuf.ByteString
getNetAssetBytes();
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return Whether the businessScope field is set.
*/
boolean hasBusinessScope();
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The businessScope.
*/
java.lang.String getBusinessScope();
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The bytes for businessScope.
*/
com.google.protobuf.ByteString
getBusinessScopeBytes();
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return Whether the missionStatement field is set.
*/
boolean hasMissionStatement();
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The missionStatement.
*/
java.lang.String getMissionStatement();
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The bytes for missionStatement.
*/
com.google.protobuf.ByteString
getMissionStatementBytes();
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return Whether the legalRepresentative field is set.
*/
boolean hasLegalRepresentative();
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The legalRepresentative.
*/
java.lang.String getLegalRepresentative();
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The bytes for legalRepresentative.
*/
com.google.protobuf.ByteString
getLegalRepresentativeBytes();
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return Whether the officeAddress field is set.
*/
boolean hasOfficeAddress();
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The officeAddress.
*/
java.lang.String getOfficeAddress();
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The bytes for officeAddress.
*/
com.google.protobuf.ByteString
getOfficeAddressBytes();
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return Whether the location field is set.
*/
boolean hasLocation();
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The location.
*/
java.lang.String getLocation();
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The bytes for location.
*/
com.google.protobuf.ByteString
getLocationBytes();
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return Whether the contactNumber field is set.
*/
boolean hasContactNumber();
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The contactNumber.
*/
java.lang.String getContactNumber();
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The bytes for contactNumber.
*/
com.google.protobuf.ByteString
getContactNumberBytes();
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return Whether the fullTimeStaffCount field is set.
*/
boolean hasFullTimeStaffCount();
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return The fullTimeStaffCount.
*/
int getFullTimeStaffCount();
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return Whether the evaluationLevel field is set.
*/
boolean hasEvaluationLevel();
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The evaluationLevel.
*/
java.lang.String getEvaluationLevel();
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The bytes for evaluationLevel.
*/
com.google.protobuf.ByteString
getEvaluationLevelBytes();
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return Whether the useExternalService field is set.
*/
boolean hasUseExternalService();
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return The useExternalService.
*/
boolean getUseExternalService();
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return Whether the projectServiceVendors field is set.
*/
boolean hasProjectServiceVendors();
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The projectServiceVendors.
*/
java.lang.String getProjectServiceVendors();
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The bytes for projectServiceVendors.
*/
com.google.protobuf.ByteString
getProjectServiceVendorsBytes();
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
java.util.List* 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
com.yaoyicloud.message.FxyProtos.SuperiorAuthority getSuperiorAuthority(int index);
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
int getSuperiorAuthorityCount();
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder>
getSuperiorAuthorityOrBuilderList();
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder getSuperiorAuthorityOrBuilder(
int index);
/**
* optional string basicInfoCheckResult = 18;
* @return Whether the basicInfoCheckResult field is set.
*/
boolean hasBasicInfoCheckResult();
/**
* optional string basicInfoCheckResult = 18;
* @return The basicInfoCheckResult.
*/
java.lang.String getBasicInfoCheckResult();
/**
* optional string basicInfoCheckResult = 18;
* @return The bytes for basicInfoCheckResult.
*/
com.google.protobuf.ByteString
getBasicInfoCheckResultBytes();
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
java.util.List* 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
com.yaoyicloud.message.FxyProtos.Attachment getRelatedEntityImages(int index);
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
int getRelatedEntityImagesCount();
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getRelatedEntityImagesOrBuilderList();
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getRelatedEntityImagesOrBuilder(
int index);
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return Whether the relatedEntitiesResult field is set.
*/
boolean hasRelatedEntitiesResult();
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The relatedEntitiesResult.
*/
java.lang.String getRelatedEntitiesResult();
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The bytes for relatedEntitiesResult.
*/
com.google.protobuf.ByteString
getRelatedEntitiesResultBytes();
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return Whether the certReceived field is set.
*/
boolean hasCertReceived();
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The certReceived.
*/
java.lang.String getCertReceived();
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The bytes for certReceived.
*/
com.google.protobuf.ByteString
getCertReceivedBytes();
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return Whether the renzcode field is set.
*/
boolean hasRenzcode();
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The renzcode.
*/
java.lang.String getRenzcode();
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The bytes for renzcode.
*/
com.google.protobuf.ByteString
getRenzcodeBytes();
/**
* * ${有效期} ** *
optional string validate = 23;
* @return Whether the validate field is set.
*/
boolean hasValidate();
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The validate.
*/
java.lang.String getValidate();
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The bytes for validate.
*/
com.google.protobuf.ByteString
getValidateBytes();
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return Whether the companyCode field is set.
*/
boolean hasCompanyCode();
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The companyCode.
*/
java.lang.String getCompanyCode();
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The bytes for companyCode.
*/
com.google.protobuf.ByteString
getCompanyCodeBytes();
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return Whether the companyRenzcode field is set.
*/
boolean hasCompanyRenzcode();
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The companyRenzcode.
*/
java.lang.String getCompanyRenzcode();
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The bytes for companyRenzcode.
*/
com.google.protobuf.ByteString
getCompanyRenzcodeBytes();
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return Whether the companyValidate field is set.
*/
boolean hasCompanyValidate();
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The companyValidate.
*/
java.lang.String getCompanyValidate();
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The bytes for companyValidate.
*/
com.google.protobuf.ByteString
getCompanyValidateBytes();
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return Whether the bankLicense field is set.
*/
boolean hasBankLicense();
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bankLicense.
*/
java.lang.String getBankLicense();
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bytes for bankLicense.
*/
com.google.protobuf.ByteString
getBankLicenseBytes();
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return Whether the bankRenzcode field is set.
*/
boolean hasBankRenzcode();
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bankRenzcode.
*/
java.lang.String getBankRenzcode();
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bytes for bankRenzcode.
*/
com.google.protobuf.ByteString
getBankRenzcodeBytes();
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return Whether the bankValidate field is set.
*/
boolean hasBankValidate();
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bankValidate.
*/
java.lang.String getBankValidate();
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bytes for bankValidate.
*/
com.google.protobuf.ByteString
getBankValidateBytes();
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return Whether the annualInspectionResult field is set.
*/
boolean hasAnnualInspectionResult();
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The annualInspectionResult.
*/
java.lang.String getAnnualInspectionResult();
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The bytes for annualInspectionResult.
*/
com.google.protobuf.ByteString
getAnnualInspectionResultBytes();
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
java.util.List* 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
com.yaoyicloud.message.FxyProtos.CheckItemDetail getBasicInfoChecks(int index);
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
int getBasicInfoChecksCount();
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getBasicInfoChecksOrBuilderList();
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getBasicInfoChecksOrBuilder(
int index);
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return Whether the basicInfoSummary field is set.
*/
boolean hasBasicInfoSummary();
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return The basicInfoSummary.
*/
com.yaoyicloud.message.FxyProtos.CheckSummary getBasicInfoSummary();
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getBasicInfoSummaryOrBuilder();
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return Whether the platformExt field is set.
*/
boolean hasPlatformExt();
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return The platformExt.
*/
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt getPlatformExt();
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder getPlatformExtOrBuilder();
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return Whether the associationExt field is set.
*/
boolean hasAssociationExt();
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return The associationExt.
*/
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt getAssociationExt();
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder getAssociationExtOrBuilder();
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return Whether the foundationExt field is set.
*/
boolean hasFoundationExt();
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return The foundationExt.
*/
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt getFoundationExt();
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder getFoundationExtOrBuilder();
}
/**
* * 通用基础信息 ** * Protobuf type {@code fxy.BasicInfo} */ public static final class BasicInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:fxy.BasicInfo) BasicInfoOrBuilder { private static final long serialVersionUID = 0L; // Use BasicInfo.newBuilder() to construct. private BasicInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private BasicInfo() { entName_ = ""; establishmentDate_ = ""; registrationValidity_ = ""; officialWebsite_ = ""; registeredCapital_ = ""; netAsset_ = ""; businessScope_ = ""; missionStatement_ = ""; legalRepresentative_ = ""; officeAddress_ = ""; location_ = ""; contactNumber_ = ""; evaluationLevel_ = ""; projectServiceVendors_ = ""; superiorAuthority_ = java.util.Collections.emptyList(); basicInfoCheckResult_ = ""; relatedEntityImages_ = java.util.Collections.emptyList(); relatedEntitiesResult_ = ""; certReceived_ = ""; renzcode_ = ""; validate_ = ""; companyCode_ = ""; companyRenzcode_ = ""; companyValidate_ = ""; bankLicense_ = ""; bankRenzcode_ = ""; bankValidate_ = ""; annualInspectionResult_ = ""; basicInfoChecks_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new BasicInfo(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_BasicInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_BasicInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( com.yaoyicloud.message.FxyProtos.BasicInfo.class, com.yaoyicloud.message.FxyProtos.BasicInfo.Builder.class); } private int bitField0_; public static final int ENTNAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object entName_ = ""; /** *
optional string entName = 1;
* @return Whether the entName field is set.
*/
@java.lang.Override
public boolean hasEntName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string entName = 1;
* @return The entName.
*/
@java.lang.Override
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
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();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
}
}
/**
* optional string entName = 1;
* @return The bytes for entName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ESTABLISHMENTDATE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object establishmentDate_ = "";
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return Whether the establishmentDate field is set.
*/
@java.lang.Override
public boolean hasEstablishmentDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The establishmentDate.
*/
@java.lang.Override
public java.lang.String getEstablishmentDate() {
java.lang.Object ref = establishmentDate_;
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();
if (bs.isValidUtf8()) {
establishmentDate_ = s;
}
return s;
}
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The bytes for establishmentDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEstablishmentDateBytes() {
java.lang.Object ref = establishmentDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
establishmentDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGISTRATIONVALIDITY_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object registrationValidity_ = "";
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return Whether the registrationValidity field is set.
*/
@java.lang.Override
public boolean hasRegistrationValidity() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The registrationValidity.
*/
@java.lang.Override
public java.lang.String getRegistrationValidity() {
java.lang.Object ref = registrationValidity_;
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();
if (bs.isValidUtf8()) {
registrationValidity_ = s;
}
return s;
}
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The bytes for registrationValidity.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRegistrationValidityBytes() {
java.lang.Object ref = registrationValidity_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registrationValidity_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OFFICIALWEBSITE_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object officialWebsite_ = "";
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return Whether the officialWebsite field is set.
*/
@java.lang.Override
public boolean hasOfficialWebsite() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The officialWebsite.
*/
@java.lang.Override
public java.lang.String getOfficialWebsite() {
java.lang.Object ref = officialWebsite_;
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();
if (bs.isValidUtf8()) {
officialWebsite_ = s;
}
return s;
}
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The bytes for officialWebsite.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOfficialWebsiteBytes() {
java.lang.Object ref = officialWebsite_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
officialWebsite_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGISTEREDCAPITAL_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object registeredCapital_ = "";
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return Whether the registeredCapital field is set.
*/
@java.lang.Override
public boolean hasRegisteredCapital() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The registeredCapital.
*/
@java.lang.Override
public java.lang.String getRegisteredCapital() {
java.lang.Object ref = registeredCapital_;
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();
if (bs.isValidUtf8()) {
registeredCapital_ = s;
}
return s;
}
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The bytes for registeredCapital.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRegisteredCapitalBytes() {
java.lang.Object ref = registeredCapital_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registeredCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NETASSET_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object netAsset_ = "";
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return Whether the netAsset field is set.
*/
@java.lang.Override
public boolean hasNetAsset() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The netAsset.
*/
@java.lang.Override
public java.lang.String getNetAsset() {
java.lang.Object ref = netAsset_;
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();
if (bs.isValidUtf8()) {
netAsset_ = s;
}
return s;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The bytes for netAsset.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNetAssetBytes() {
java.lang.Object ref = netAsset_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netAsset_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BUSINESSSCOPE_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object businessScope_ = "";
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return Whether the businessScope field is set.
*/
@java.lang.Override
public boolean hasBusinessScope() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The businessScope.
*/
@java.lang.Override
public java.lang.String getBusinessScope() {
java.lang.Object ref = businessScope_;
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();
if (bs.isValidUtf8()) {
businessScope_ = s;
}
return s;
}
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The bytes for businessScope.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBusinessScopeBytes() {
java.lang.Object ref = businessScope_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
businessScope_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MISSIONSTATEMENT_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object missionStatement_ = "";
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return Whether the missionStatement field is set.
*/
@java.lang.Override
public boolean hasMissionStatement() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The missionStatement.
*/
@java.lang.Override
public java.lang.String getMissionStatement() {
java.lang.Object ref = missionStatement_;
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();
if (bs.isValidUtf8()) {
missionStatement_ = s;
}
return s;
}
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The bytes for missionStatement.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMissionStatementBytes() {
java.lang.Object ref = missionStatement_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
missionStatement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LEGALREPRESENTATIVE_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object legalRepresentative_ = "";
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return Whether the legalRepresentative field is set.
*/
@java.lang.Override
public boolean hasLegalRepresentative() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The legalRepresentative.
*/
@java.lang.Override
public java.lang.String getLegalRepresentative() {
java.lang.Object ref = legalRepresentative_;
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();
if (bs.isValidUtf8()) {
legalRepresentative_ = s;
}
return s;
}
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The bytes for legalRepresentative.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLegalRepresentativeBytes() {
java.lang.Object ref = legalRepresentative_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
legalRepresentative_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OFFICEADDRESS_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object officeAddress_ = "";
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return Whether the officeAddress field is set.
*/
@java.lang.Override
public boolean hasOfficeAddress() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The officeAddress.
*/
@java.lang.Override
public java.lang.String getOfficeAddress() {
java.lang.Object ref = officeAddress_;
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();
if (bs.isValidUtf8()) {
officeAddress_ = s;
}
return s;
}
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The bytes for officeAddress.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOfficeAddressBytes() {
java.lang.Object ref = officeAddress_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
officeAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LOCATION_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object location_ = "";
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return Whether the location field is set.
*/
@java.lang.Override
public boolean hasLocation() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The location.
*/
@java.lang.Override
public java.lang.String getLocation() {
java.lang.Object ref = location_;
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();
if (bs.isValidUtf8()) {
location_ = s;
}
return s;
}
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The bytes for location.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLocationBytes() {
java.lang.Object ref = location_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
location_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CONTACTNUMBER_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object contactNumber_ = "";
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return Whether the contactNumber field is set.
*/
@java.lang.Override
public boolean hasContactNumber() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The contactNumber.
*/
@java.lang.Override
public java.lang.String getContactNumber() {
java.lang.Object ref = contactNumber_;
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();
if (bs.isValidUtf8()) {
contactNumber_ = s;
}
return s;
}
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The bytes for contactNumber.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getContactNumberBytes() {
java.lang.Object ref = contactNumber_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contactNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FULLTIMESTAFFCOUNT_FIELD_NUMBER = 13;
private int fullTimeStaffCount_ = 0;
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return Whether the fullTimeStaffCount field is set.
*/
@java.lang.Override
public boolean hasFullTimeStaffCount() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return The fullTimeStaffCount.
*/
@java.lang.Override
public int getFullTimeStaffCount() {
return fullTimeStaffCount_;
}
public static final int EVALUATIONLEVEL_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object evaluationLevel_ = "";
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return Whether the evaluationLevel field is set.
*/
@java.lang.Override
public boolean hasEvaluationLevel() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The evaluationLevel.
*/
@java.lang.Override
public java.lang.String getEvaluationLevel() {
java.lang.Object ref = evaluationLevel_;
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();
if (bs.isValidUtf8()) {
evaluationLevel_ = s;
}
return s;
}
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The bytes for evaluationLevel.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEvaluationLevelBytes() {
java.lang.Object ref = evaluationLevel_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
evaluationLevel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int USEEXTERNALSERVICE_FIELD_NUMBER = 15;
private boolean useExternalService_ = false;
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return Whether the useExternalService field is set.
*/
@java.lang.Override
public boolean hasUseExternalService() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return The useExternalService.
*/
@java.lang.Override
public boolean getUseExternalService() {
return useExternalService_;
}
public static final int PROJECTSERVICEVENDORS_FIELD_NUMBER = 16;
@SuppressWarnings("serial")
private volatile java.lang.Object projectServiceVendors_ = "";
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return Whether the projectServiceVendors field is set.
*/
@java.lang.Override
public boolean hasProjectServiceVendors() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The projectServiceVendors.
*/
@java.lang.Override
public java.lang.String getProjectServiceVendors() {
java.lang.Object ref = projectServiceVendors_;
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();
if (bs.isValidUtf8()) {
projectServiceVendors_ = s;
}
return s;
}
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The bytes for projectServiceVendors.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProjectServiceVendorsBytes() {
java.lang.Object ref = projectServiceVendors_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
projectServiceVendors_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SUPERIORAUTHORITY_FIELD_NUMBER = 17;
@SuppressWarnings("serial")
private java.util.List* 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
@java.lang.Override
public java.util.List* 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder>
getSuperiorAuthorityOrBuilderList() {
return superiorAuthority_;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
@java.lang.Override
public int getSuperiorAuthorityCount() {
return superiorAuthority_.size();
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.SuperiorAuthority getSuperiorAuthority(int index) {
return superiorAuthority_.get(index);
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder getSuperiorAuthorityOrBuilder(
int index) {
return superiorAuthority_.get(index);
}
public static final int BASICINFOCHECKRESULT_FIELD_NUMBER = 18;
@SuppressWarnings("serial")
private volatile java.lang.Object basicInfoCheckResult_ = "";
/**
* optional string basicInfoCheckResult = 18;
* @return Whether the basicInfoCheckResult field is set.
*/
@java.lang.Override
public boolean hasBasicInfoCheckResult() {
return ((bitField0_ & 0x00010000) != 0);
}
/**
* optional string basicInfoCheckResult = 18;
* @return The basicInfoCheckResult.
*/
@java.lang.Override
public java.lang.String getBasicInfoCheckResult() {
java.lang.Object ref = basicInfoCheckResult_;
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();
if (bs.isValidUtf8()) {
basicInfoCheckResult_ = s;
}
return s;
}
}
/**
* optional string basicInfoCheckResult = 18;
* @return The bytes for basicInfoCheckResult.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBasicInfoCheckResultBytes() {
java.lang.Object ref = basicInfoCheckResult_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
basicInfoCheckResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RELATEDENTITYIMAGES_FIELD_NUMBER = 19;
@SuppressWarnings("serial")
private java.util.List* 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
@java.lang.Override
public java.util.List* 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getRelatedEntityImagesOrBuilderList() {
return relatedEntityImages_;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
@java.lang.Override
public int getRelatedEntityImagesCount() {
return relatedEntityImages_.size();
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getRelatedEntityImages(int index) {
return relatedEntityImages_.get(index);
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getRelatedEntityImagesOrBuilder(
int index) {
return relatedEntityImages_.get(index);
}
public static final int RELATEDENTITIESRESULT_FIELD_NUMBER = 20;
@SuppressWarnings("serial")
private volatile java.lang.Object relatedEntitiesResult_ = "";
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return Whether the relatedEntitiesResult field is set.
*/
@java.lang.Override
public boolean hasRelatedEntitiesResult() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The relatedEntitiesResult.
*/
@java.lang.Override
public java.lang.String getRelatedEntitiesResult() {
java.lang.Object ref = relatedEntitiesResult_;
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();
if (bs.isValidUtf8()) {
relatedEntitiesResult_ = s;
}
return s;
}
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The bytes for relatedEntitiesResult.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRelatedEntitiesResultBytes() {
java.lang.Object ref = relatedEntitiesResult_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
relatedEntitiesResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CERTRECEIVED_FIELD_NUMBER = 21;
@SuppressWarnings("serial")
private volatile java.lang.Object certReceived_ = "";
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return Whether the certReceived field is set.
*/
@java.lang.Override
public boolean hasCertReceived() {
return ((bitField0_ & 0x00040000) != 0);
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The certReceived.
*/
@java.lang.Override
public java.lang.String getCertReceived() {
java.lang.Object ref = certReceived_;
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();
if (bs.isValidUtf8()) {
certReceived_ = s;
}
return s;
}
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The bytes for certReceived.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCertReceivedBytes() {
java.lang.Object ref = certReceived_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
certReceived_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RENZCODE_FIELD_NUMBER = 22;
@SuppressWarnings("serial")
private volatile java.lang.Object renzcode_ = "";
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return Whether the renzcode field is set.
*/
@java.lang.Override
public boolean hasRenzcode() {
return ((bitField0_ & 0x00080000) != 0);
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The renzcode.
*/
@java.lang.Override
public java.lang.String getRenzcode() {
java.lang.Object ref = renzcode_;
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();
if (bs.isValidUtf8()) {
renzcode_ = s;
}
return s;
}
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The bytes for renzcode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRenzcodeBytes() {
java.lang.Object ref = renzcode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
renzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int VALIDATE_FIELD_NUMBER = 23;
@SuppressWarnings("serial")
private volatile java.lang.Object validate_ = "";
/**
* * ${有效期} ** *
optional string validate = 23;
* @return Whether the validate field is set.
*/
@java.lang.Override
public boolean hasValidate() {
return ((bitField0_ & 0x00100000) != 0);
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The validate.
*/
@java.lang.Override
public java.lang.String getValidate() {
java.lang.Object ref = validate_;
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();
if (bs.isValidUtf8()) {
validate_ = s;
}
return s;
}
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The bytes for validate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getValidateBytes() {
java.lang.Object ref = validate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
validate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COMPANYCODE_FIELD_NUMBER = 24;
@SuppressWarnings("serial")
private volatile java.lang.Object companyCode_ = "";
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return Whether the companyCode field is set.
*/
@java.lang.Override
public boolean hasCompanyCode() {
return ((bitField0_ & 0x00200000) != 0);
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The companyCode.
*/
@java.lang.Override
public java.lang.String getCompanyCode() {
java.lang.Object ref = companyCode_;
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();
if (bs.isValidUtf8()) {
companyCode_ = s;
}
return s;
}
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The bytes for companyCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCompanyCodeBytes() {
java.lang.Object ref = companyCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COMPANYRENZCODE_FIELD_NUMBER = 25;
@SuppressWarnings("serial")
private volatile java.lang.Object companyRenzcode_ = "";
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return Whether the companyRenzcode field is set.
*/
@java.lang.Override
public boolean hasCompanyRenzcode() {
return ((bitField0_ & 0x00400000) != 0);
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The companyRenzcode.
*/
@java.lang.Override
public java.lang.String getCompanyRenzcode() {
java.lang.Object ref = companyRenzcode_;
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();
if (bs.isValidUtf8()) {
companyRenzcode_ = s;
}
return s;
}
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The bytes for companyRenzcode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCompanyRenzcodeBytes() {
java.lang.Object ref = companyRenzcode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyRenzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COMPANYVALIDATE_FIELD_NUMBER = 26;
@SuppressWarnings("serial")
private volatile java.lang.Object companyValidate_ = "";
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return Whether the companyValidate field is set.
*/
@java.lang.Override
public boolean hasCompanyValidate() {
return ((bitField0_ & 0x00800000) != 0);
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The companyValidate.
*/
@java.lang.Override
public java.lang.String getCompanyValidate() {
java.lang.Object ref = companyValidate_;
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();
if (bs.isValidUtf8()) {
companyValidate_ = s;
}
return s;
}
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The bytes for companyValidate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCompanyValidateBytes() {
java.lang.Object ref = companyValidate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyValidate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BANKLICENSE_FIELD_NUMBER = 27;
@SuppressWarnings("serial")
private volatile java.lang.Object bankLicense_ = "";
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return Whether the bankLicense field is set.
*/
@java.lang.Override
public boolean hasBankLicense() {
return ((bitField0_ & 0x01000000) != 0);
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bankLicense.
*/
@java.lang.Override
public java.lang.String getBankLicense() {
java.lang.Object ref = bankLicense_;
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();
if (bs.isValidUtf8()) {
bankLicense_ = s;
}
return s;
}
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bytes for bankLicense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBankLicenseBytes() {
java.lang.Object ref = bankLicense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankLicense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BANKRENZCODE_FIELD_NUMBER = 28;
@SuppressWarnings("serial")
private volatile java.lang.Object bankRenzcode_ = "";
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return Whether the bankRenzcode field is set.
*/
@java.lang.Override
public boolean hasBankRenzcode() {
return ((bitField0_ & 0x02000000) != 0);
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bankRenzcode.
*/
@java.lang.Override
public java.lang.String getBankRenzcode() {
java.lang.Object ref = bankRenzcode_;
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();
if (bs.isValidUtf8()) {
bankRenzcode_ = s;
}
return s;
}
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bytes for bankRenzcode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBankRenzcodeBytes() {
java.lang.Object ref = bankRenzcode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankRenzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BANKVALIDATE_FIELD_NUMBER = 29;
@SuppressWarnings("serial")
private volatile java.lang.Object bankValidate_ = "";
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return Whether the bankValidate field is set.
*/
@java.lang.Override
public boolean hasBankValidate() {
return ((bitField0_ & 0x04000000) != 0);
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bankValidate.
*/
@java.lang.Override
public java.lang.String getBankValidate() {
java.lang.Object ref = bankValidate_;
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();
if (bs.isValidUtf8()) {
bankValidate_ = s;
}
return s;
}
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bytes for bankValidate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBankValidateBytes() {
java.lang.Object ref = bankValidate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankValidate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ANNUALINSPECTIONRESULT_FIELD_NUMBER = 30;
@SuppressWarnings("serial")
private volatile java.lang.Object annualInspectionResult_ = "";
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return Whether the annualInspectionResult field is set.
*/
@java.lang.Override
public boolean hasAnnualInspectionResult() {
return ((bitField0_ & 0x08000000) != 0);
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The annualInspectionResult.
*/
@java.lang.Override
public java.lang.String getAnnualInspectionResult() {
java.lang.Object ref = annualInspectionResult_;
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();
if (bs.isValidUtf8()) {
annualInspectionResult_ = s;
}
return s;
}
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The bytes for annualInspectionResult.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAnnualInspectionResultBytes() {
java.lang.Object ref = annualInspectionResult_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
annualInspectionResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BASICINFOCHECKS_FIELD_NUMBER = 31;
@SuppressWarnings("serial")
private java.util.List* 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
@java.lang.Override
public java.util.List* 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getBasicInfoChecksOrBuilderList() {
return basicInfoChecks_;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
@java.lang.Override
public int getBasicInfoChecksCount() {
return basicInfoChecks_.size();
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemDetail getBasicInfoChecks(int index) {
return basicInfoChecks_.get(index);
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getBasicInfoChecksOrBuilder(
int index) {
return basicInfoChecks_.get(index);
}
public static final int BASICINFOSUMMARY_FIELD_NUMBER = 32;
private com.yaoyicloud.message.FxyProtos.CheckSummary basicInfoSummary_;
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return Whether the basicInfoSummary field is set.
*/
@java.lang.Override
public boolean hasBasicInfoSummary() {
return ((bitField0_ & 0x10000000) != 0);
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return The basicInfoSummary.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummary getBasicInfoSummary() {
return basicInfoSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : basicInfoSummary_;
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getBasicInfoSummaryOrBuilder() {
return basicInfoSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : basicInfoSummary_;
}
public static final int PLATFORMEXT_FIELD_NUMBER = 33;
private com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt platformExt_;
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return Whether the platformExt field is set.
*/
@java.lang.Override
public boolean hasPlatformExt() {
return ((bitField0_ & 0x20000000) != 0);
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return The platformExt.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt getPlatformExt() {
return platformExt_ == null ? com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.getDefaultInstance() : platformExt_;
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder getPlatformExtOrBuilder() {
return platformExt_ == null ? com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.getDefaultInstance() : platformExt_;
}
public static final int ASSOCIATIONEXT_FIELD_NUMBER = 34;
private com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt associationExt_;
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return Whether the associationExt field is set.
*/
@java.lang.Override
public boolean hasAssociationExt() {
return ((bitField0_ & 0x40000000) != 0);
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return The associationExt.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt getAssociationExt() {
return associationExt_ == null ? com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.getDefaultInstance() : associationExt_;
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder getAssociationExtOrBuilder() {
return associationExt_ == null ? com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.getDefaultInstance() : associationExt_;
}
public static final int FOUNDATIONEXT_FIELD_NUMBER = 35;
private com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt foundationExt_;
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return Whether the foundationExt field is set.
*/
@java.lang.Override
public boolean hasFoundationExt() {
return ((bitField0_ & 0x80000000) != 0);
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return The foundationExt.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt getFoundationExt() {
return foundationExt_ == null ? com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.getDefaultInstance() : foundationExt_;
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder getFoundationExtOrBuilder() {
return foundationExt_ == null ? com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.getDefaultInstance() : foundationExt_;
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, entName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, establishmentDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, registrationValidity_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, officialWebsite_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, registeredCapital_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, netAsset_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, businessScope_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, missionStatement_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, legalRepresentative_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, officeAddress_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, location_);
}
if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, contactNumber_);
}
if (((bitField0_ & 0x00001000) != 0)) {
output.writeInt32(13, fullTimeStaffCount_);
}
if (((bitField0_ & 0x00002000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, evaluationLevel_);
}
if (((bitField0_ & 0x00004000) != 0)) {
output.writeBool(15, useExternalService_);
}
if (((bitField0_ & 0x00008000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, projectServiceVendors_);
}
for (int i = 0; i < superiorAuthority_.size(); i++) {
output.writeMessage(17, superiorAuthority_.get(i));
}
if (((bitField0_ & 0x00010000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 18, basicInfoCheckResult_);
}
for (int i = 0; i < relatedEntityImages_.size(); i++) {
output.writeMessage(19, relatedEntityImages_.get(i));
}
if (((bitField0_ & 0x00020000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 20, relatedEntitiesResult_);
}
if (((bitField0_ & 0x00040000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 21, certReceived_);
}
if (((bitField0_ & 0x00080000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 22, renzcode_);
}
if (((bitField0_ & 0x00100000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 23, validate_);
}
if (((bitField0_ & 0x00200000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 24, companyCode_);
}
if (((bitField0_ & 0x00400000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 25, companyRenzcode_);
}
if (((bitField0_ & 0x00800000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 26, companyValidate_);
}
if (((bitField0_ & 0x01000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 27, bankLicense_);
}
if (((bitField0_ & 0x02000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 28, bankRenzcode_);
}
if (((bitField0_ & 0x04000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 29, bankValidate_);
}
if (((bitField0_ & 0x08000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 30, annualInspectionResult_);
}
for (int i = 0; i < basicInfoChecks_.size(); i++) {
output.writeMessage(31, basicInfoChecks_.get(i));
}
if (((bitField0_ & 0x10000000) != 0)) {
output.writeMessage(32, getBasicInfoSummary());
}
if (((bitField0_ & 0x20000000) != 0)) {
output.writeMessage(33, getPlatformExt());
}
if (((bitField0_ & 0x40000000) != 0)) {
output.writeMessage(34, getAssociationExt());
}
if (((bitField0_ & 0x80000000) != 0)) {
output.writeMessage(35, getFoundationExt());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, entName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, establishmentDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, registrationValidity_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, officialWebsite_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, registeredCapital_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, netAsset_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, businessScope_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, missionStatement_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, legalRepresentative_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, officeAddress_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, location_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, contactNumber_);
}
if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(13, fullTimeStaffCount_);
}
if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, evaluationLevel_);
}
if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(15, useExternalService_);
}
if (((bitField0_ & 0x00008000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, projectServiceVendors_);
}
for (int i = 0; i < superiorAuthority_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(17, superiorAuthority_.get(i));
}
if (((bitField0_ & 0x00010000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, basicInfoCheckResult_);
}
for (int i = 0; i < relatedEntityImages_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(19, relatedEntityImages_.get(i));
}
if (((bitField0_ & 0x00020000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, relatedEntitiesResult_);
}
if (((bitField0_ & 0x00040000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, certReceived_);
}
if (((bitField0_ & 0x00080000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, renzcode_);
}
if (((bitField0_ & 0x00100000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, validate_);
}
if (((bitField0_ & 0x00200000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, companyCode_);
}
if (((bitField0_ & 0x00400000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(25, companyRenzcode_);
}
if (((bitField0_ & 0x00800000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, companyValidate_);
}
if (((bitField0_ & 0x01000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, bankLicense_);
}
if (((bitField0_ & 0x02000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(28, bankRenzcode_);
}
if (((bitField0_ & 0x04000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, bankValidate_);
}
if (((bitField0_ & 0x08000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, annualInspectionResult_);
}
for (int i = 0; i < basicInfoChecks_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(31, basicInfoChecks_.get(i));
}
if (((bitField0_ & 0x10000000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(32, getBasicInfoSummary());
}
if (((bitField0_ & 0x20000000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(33, getPlatformExt());
}
if (((bitField0_ & 0x40000000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(34, getAssociationExt());
}
if (((bitField0_ & 0x80000000) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(35, getFoundationExt());
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.BasicInfo)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.BasicInfo other = (com.yaoyicloud.message.FxyProtos.BasicInfo) obj;
if (hasEntName() != other.hasEntName()) return false;
if (hasEntName()) {
if (!getEntName()
.equals(other.getEntName())) return false;
}
if (hasEstablishmentDate() != other.hasEstablishmentDate()) return false;
if (hasEstablishmentDate()) {
if (!getEstablishmentDate()
.equals(other.getEstablishmentDate())) return false;
}
if (hasRegistrationValidity() != other.hasRegistrationValidity()) return false;
if (hasRegistrationValidity()) {
if (!getRegistrationValidity()
.equals(other.getRegistrationValidity())) return false;
}
if (hasOfficialWebsite() != other.hasOfficialWebsite()) return false;
if (hasOfficialWebsite()) {
if (!getOfficialWebsite()
.equals(other.getOfficialWebsite())) return false;
}
if (hasRegisteredCapital() != other.hasRegisteredCapital()) return false;
if (hasRegisteredCapital()) {
if (!getRegisteredCapital()
.equals(other.getRegisteredCapital())) return false;
}
if (hasNetAsset() != other.hasNetAsset()) return false;
if (hasNetAsset()) {
if (!getNetAsset()
.equals(other.getNetAsset())) return false;
}
if (hasBusinessScope() != other.hasBusinessScope()) return false;
if (hasBusinessScope()) {
if (!getBusinessScope()
.equals(other.getBusinessScope())) return false;
}
if (hasMissionStatement() != other.hasMissionStatement()) return false;
if (hasMissionStatement()) {
if (!getMissionStatement()
.equals(other.getMissionStatement())) return false;
}
if (hasLegalRepresentative() != other.hasLegalRepresentative()) return false;
if (hasLegalRepresentative()) {
if (!getLegalRepresentative()
.equals(other.getLegalRepresentative())) return false;
}
if (hasOfficeAddress() != other.hasOfficeAddress()) return false;
if (hasOfficeAddress()) {
if (!getOfficeAddress()
.equals(other.getOfficeAddress())) return false;
}
if (hasLocation() != other.hasLocation()) return false;
if (hasLocation()) {
if (!getLocation()
.equals(other.getLocation())) return false;
}
if (hasContactNumber() != other.hasContactNumber()) return false;
if (hasContactNumber()) {
if (!getContactNumber()
.equals(other.getContactNumber())) return false;
}
if (hasFullTimeStaffCount() != other.hasFullTimeStaffCount()) return false;
if (hasFullTimeStaffCount()) {
if (getFullTimeStaffCount()
!= other.getFullTimeStaffCount()) return false;
}
if (hasEvaluationLevel() != other.hasEvaluationLevel()) return false;
if (hasEvaluationLevel()) {
if (!getEvaluationLevel()
.equals(other.getEvaluationLevel())) return false;
}
if (hasUseExternalService() != other.hasUseExternalService()) return false;
if (hasUseExternalService()) {
if (getUseExternalService()
!= other.getUseExternalService()) return false;
}
if (hasProjectServiceVendors() != other.hasProjectServiceVendors()) return false;
if (hasProjectServiceVendors()) {
if (!getProjectServiceVendors()
.equals(other.getProjectServiceVendors())) return false;
}
if (!getSuperiorAuthorityList()
.equals(other.getSuperiorAuthorityList())) return false;
if (hasBasicInfoCheckResult() != other.hasBasicInfoCheckResult()) return false;
if (hasBasicInfoCheckResult()) {
if (!getBasicInfoCheckResult()
.equals(other.getBasicInfoCheckResult())) return false;
}
if (!getRelatedEntityImagesList()
.equals(other.getRelatedEntityImagesList())) return false;
if (hasRelatedEntitiesResult() != other.hasRelatedEntitiesResult()) return false;
if (hasRelatedEntitiesResult()) {
if (!getRelatedEntitiesResult()
.equals(other.getRelatedEntitiesResult())) return false;
}
if (hasCertReceived() != other.hasCertReceived()) return false;
if (hasCertReceived()) {
if (!getCertReceived()
.equals(other.getCertReceived())) return false;
}
if (hasRenzcode() != other.hasRenzcode()) return false;
if (hasRenzcode()) {
if (!getRenzcode()
.equals(other.getRenzcode())) return false;
}
if (hasValidate() != other.hasValidate()) return false;
if (hasValidate()) {
if (!getValidate()
.equals(other.getValidate())) return false;
}
if (hasCompanyCode() != other.hasCompanyCode()) return false;
if (hasCompanyCode()) {
if (!getCompanyCode()
.equals(other.getCompanyCode())) return false;
}
if (hasCompanyRenzcode() != other.hasCompanyRenzcode()) return false;
if (hasCompanyRenzcode()) {
if (!getCompanyRenzcode()
.equals(other.getCompanyRenzcode())) return false;
}
if (hasCompanyValidate() != other.hasCompanyValidate()) return false;
if (hasCompanyValidate()) {
if (!getCompanyValidate()
.equals(other.getCompanyValidate())) return false;
}
if (hasBankLicense() != other.hasBankLicense()) return false;
if (hasBankLicense()) {
if (!getBankLicense()
.equals(other.getBankLicense())) return false;
}
if (hasBankRenzcode() != other.hasBankRenzcode()) return false;
if (hasBankRenzcode()) {
if (!getBankRenzcode()
.equals(other.getBankRenzcode())) return false;
}
if (hasBankValidate() != other.hasBankValidate()) return false;
if (hasBankValidate()) {
if (!getBankValidate()
.equals(other.getBankValidate())) return false;
}
if (hasAnnualInspectionResult() != other.hasAnnualInspectionResult()) return false;
if (hasAnnualInspectionResult()) {
if (!getAnnualInspectionResult()
.equals(other.getAnnualInspectionResult())) return false;
}
if (!getBasicInfoChecksList()
.equals(other.getBasicInfoChecksList())) return false;
if (hasBasicInfoSummary() != other.hasBasicInfoSummary()) return false;
if (hasBasicInfoSummary()) {
if (!getBasicInfoSummary()
.equals(other.getBasicInfoSummary())) return false;
}
if (hasPlatformExt() != other.hasPlatformExt()) return false;
if (hasPlatformExt()) {
if (!getPlatformExt()
.equals(other.getPlatformExt())) return false;
}
if (hasAssociationExt() != other.hasAssociationExt()) return false;
if (hasAssociationExt()) {
if (!getAssociationExt()
.equals(other.getAssociationExt())) return false;
}
if (hasFoundationExt() != other.hasFoundationExt()) return false;
if (hasFoundationExt()) {
if (!getFoundationExt()
.equals(other.getFoundationExt())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasEntName()) {
hash = (37 * hash) + ENTNAME_FIELD_NUMBER;
hash = (53 * hash) + getEntName().hashCode();
}
if (hasEstablishmentDate()) {
hash = (37 * hash) + ESTABLISHMENTDATE_FIELD_NUMBER;
hash = (53 * hash) + getEstablishmentDate().hashCode();
}
if (hasRegistrationValidity()) {
hash = (37 * hash) + REGISTRATIONVALIDITY_FIELD_NUMBER;
hash = (53 * hash) + getRegistrationValidity().hashCode();
}
if (hasOfficialWebsite()) {
hash = (37 * hash) + OFFICIALWEBSITE_FIELD_NUMBER;
hash = (53 * hash) + getOfficialWebsite().hashCode();
}
if (hasRegisteredCapital()) {
hash = (37 * hash) + REGISTEREDCAPITAL_FIELD_NUMBER;
hash = (53 * hash) + getRegisteredCapital().hashCode();
}
if (hasNetAsset()) {
hash = (37 * hash) + NETASSET_FIELD_NUMBER;
hash = (53 * hash) + getNetAsset().hashCode();
}
if (hasBusinessScope()) {
hash = (37 * hash) + BUSINESSSCOPE_FIELD_NUMBER;
hash = (53 * hash) + getBusinessScope().hashCode();
}
if (hasMissionStatement()) {
hash = (37 * hash) + MISSIONSTATEMENT_FIELD_NUMBER;
hash = (53 * hash) + getMissionStatement().hashCode();
}
if (hasLegalRepresentative()) {
hash = (37 * hash) + LEGALREPRESENTATIVE_FIELD_NUMBER;
hash = (53 * hash) + getLegalRepresentative().hashCode();
}
if (hasOfficeAddress()) {
hash = (37 * hash) + OFFICEADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getOfficeAddress().hashCode();
}
if (hasLocation()) {
hash = (37 * hash) + LOCATION_FIELD_NUMBER;
hash = (53 * hash) + getLocation().hashCode();
}
if (hasContactNumber()) {
hash = (37 * hash) + CONTACTNUMBER_FIELD_NUMBER;
hash = (53 * hash) + getContactNumber().hashCode();
}
if (hasFullTimeStaffCount()) {
hash = (37 * hash) + FULLTIMESTAFFCOUNT_FIELD_NUMBER;
hash = (53 * hash) + getFullTimeStaffCount();
}
if (hasEvaluationLevel()) {
hash = (37 * hash) + EVALUATIONLEVEL_FIELD_NUMBER;
hash = (53 * hash) + getEvaluationLevel().hashCode();
}
if (hasUseExternalService()) {
hash = (37 * hash) + USEEXTERNALSERVICE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getUseExternalService());
}
if (hasProjectServiceVendors()) {
hash = (37 * hash) + PROJECTSERVICEVENDORS_FIELD_NUMBER;
hash = (53 * hash) + getProjectServiceVendors().hashCode();
}
if (getSuperiorAuthorityCount() > 0) {
hash = (37 * hash) + SUPERIORAUTHORITY_FIELD_NUMBER;
hash = (53 * hash) + getSuperiorAuthorityList().hashCode();
}
if (hasBasicInfoCheckResult()) {
hash = (37 * hash) + BASICINFOCHECKRESULT_FIELD_NUMBER;
hash = (53 * hash) + getBasicInfoCheckResult().hashCode();
}
if (getRelatedEntityImagesCount() > 0) {
hash = (37 * hash) + RELATEDENTITYIMAGES_FIELD_NUMBER;
hash = (53 * hash) + getRelatedEntityImagesList().hashCode();
}
if (hasRelatedEntitiesResult()) {
hash = (37 * hash) + RELATEDENTITIESRESULT_FIELD_NUMBER;
hash = (53 * hash) + getRelatedEntitiesResult().hashCode();
}
if (hasCertReceived()) {
hash = (37 * hash) + CERTRECEIVED_FIELD_NUMBER;
hash = (53 * hash) + getCertReceived().hashCode();
}
if (hasRenzcode()) {
hash = (37 * hash) + RENZCODE_FIELD_NUMBER;
hash = (53 * hash) + getRenzcode().hashCode();
}
if (hasValidate()) {
hash = (37 * hash) + VALIDATE_FIELD_NUMBER;
hash = (53 * hash) + getValidate().hashCode();
}
if (hasCompanyCode()) {
hash = (37 * hash) + COMPANYCODE_FIELD_NUMBER;
hash = (53 * hash) + getCompanyCode().hashCode();
}
if (hasCompanyRenzcode()) {
hash = (37 * hash) + COMPANYRENZCODE_FIELD_NUMBER;
hash = (53 * hash) + getCompanyRenzcode().hashCode();
}
if (hasCompanyValidate()) {
hash = (37 * hash) + COMPANYVALIDATE_FIELD_NUMBER;
hash = (53 * hash) + getCompanyValidate().hashCode();
}
if (hasBankLicense()) {
hash = (37 * hash) + BANKLICENSE_FIELD_NUMBER;
hash = (53 * hash) + getBankLicense().hashCode();
}
if (hasBankRenzcode()) {
hash = (37 * hash) + BANKRENZCODE_FIELD_NUMBER;
hash = (53 * hash) + getBankRenzcode().hashCode();
}
if (hasBankValidate()) {
hash = (37 * hash) + BANKVALIDATE_FIELD_NUMBER;
hash = (53 * hash) + getBankValidate().hashCode();
}
if (hasAnnualInspectionResult()) {
hash = (37 * hash) + ANNUALINSPECTIONRESULT_FIELD_NUMBER;
hash = (53 * hash) + getAnnualInspectionResult().hashCode();
}
if (getBasicInfoChecksCount() > 0) {
hash = (37 * hash) + BASICINFOCHECKS_FIELD_NUMBER;
hash = (53 * hash) + getBasicInfoChecksList().hashCode();
}
if (hasBasicInfoSummary()) {
hash = (37 * hash) + BASICINFOSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getBasicInfoSummary().hashCode();
}
if (hasPlatformExt()) {
hash = (37 * hash) + PLATFORMEXT_FIELD_NUMBER;
hash = (53 * hash) + getPlatformExt().hashCode();
}
if (hasAssociationExt()) {
hash = (37 * hash) + ASSOCIATIONEXT_FIELD_NUMBER;
hash = (53 * hash) + getAssociationExt().hashCode();
}
if (hasFoundationExt()) {
hash = (37 * hash) + FOUNDATIONEXT_FIELD_NUMBER;
hash = (53 * hash) + getFoundationExt().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo 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.yaoyicloud.message.FxyProtos.BasicInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo 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.yaoyicloud.message.FxyProtos.BasicInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo 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.yaoyicloud.message.FxyProtos.BasicInfo 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 fxy.BasicInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
optional string entName = 1;
* @return Whether the entName field is set.
*/
public boolean hasEntName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string entName = 1;
* @return The entName.
*/
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string entName = 1;
* @return The bytes for entName.
*/
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string entName = 1;
* @param value The entName to set.
* @return This builder for chaining.
*/
public Builder setEntName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional string entName = 1;
* @return This builder for chaining.
*/
public Builder clearEntName() {
entName_ = getDefaultInstance().getEntName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* optional string entName = 1;
* @param value The bytes for entName to set.
* @return This builder for chaining.
*/
public Builder setEntNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object establishmentDate_ = "";
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return Whether the establishmentDate field is set.
*/
public boolean hasEstablishmentDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The establishmentDate.
*/
public java.lang.String getEstablishmentDate() {
java.lang.Object ref = establishmentDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
establishmentDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return The bytes for establishmentDate.
*/
public com.google.protobuf.ByteString
getEstablishmentDateBytes() {
java.lang.Object ref = establishmentDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
establishmentDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @param value The establishmentDate to set.
* @return This builder for chaining.
*/
public Builder setEstablishmentDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
establishmentDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @return This builder for chaining.
*/
public Builder clearEstablishmentDate() {
establishmentDate_ = getDefaultInstance().getEstablishmentDate();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 成立登记日期(格式:yyyy-MM-dd) ** *
optional string establishmentDate = 2;
* @param value The bytes for establishmentDate to set.
* @return This builder for chaining.
*/
public Builder setEstablishmentDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
establishmentDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object registrationValidity_ = "";
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return Whether the registrationValidity field is set.
*/
public boolean hasRegistrationValidity() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The registrationValidity.
*/
public java.lang.String getRegistrationValidity() {
java.lang.Object ref = registrationValidity_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
registrationValidity_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return The bytes for registrationValidity.
*/
public com.google.protobuf.ByteString
getRegistrationValidityBytes() {
java.lang.Object ref = registrationValidity_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registrationValidity_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @param value The registrationValidity to set.
* @return This builder for chaining.
*/
public Builder setRegistrationValidity(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
registrationValidity_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @return This builder for chaining.
*/
public Builder clearRegistrationValidity() {
registrationValidity_ = getDefaultInstance().getRegistrationValidity();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 登记有效期(格式:yyyy-MM-dd) ** *
optional string registrationValidity = 3;
* @param value The bytes for registrationValidity to set.
* @return This builder for chaining.
*/
public Builder setRegistrationValidityBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
registrationValidity_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object officialWebsite_ = "";
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return Whether the officialWebsite field is set.
*/
public boolean hasOfficialWebsite() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The officialWebsite.
*/
public java.lang.String getOfficialWebsite() {
java.lang.Object ref = officialWebsite_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
officialWebsite_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return The bytes for officialWebsite.
*/
public com.google.protobuf.ByteString
getOfficialWebsiteBytes() {
java.lang.Object ref = officialWebsite_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
officialWebsite_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @param value The officialWebsite to set.
* @return This builder for chaining.
*/
public Builder setOfficialWebsite(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
officialWebsite_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @return This builder for chaining.
*/
public Builder clearOfficialWebsite() {
officialWebsite_ = getDefaultInstance().getOfficialWebsite();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 官方网站链接 ** *
optional string officialWebsite = 4;
* @param value The bytes for officialWebsite to set.
* @return This builder for chaining.
*/
public Builder setOfficialWebsiteBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
officialWebsite_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object registeredCapital_ = "";
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return Whether the registeredCapital field is set.
*/
public boolean hasRegisteredCapital() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The registeredCapital.
*/
public java.lang.String getRegisteredCapital() {
java.lang.Object ref = registeredCapital_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
registeredCapital_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return The bytes for registeredCapital.
*/
public com.google.protobuf.ByteString
getRegisteredCapitalBytes() {
java.lang.Object ref = registeredCapital_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
registeredCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @param value The registeredCapital to set.
* @return This builder for chaining.
*/
public Builder setRegisteredCapital(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
registeredCapital_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @return This builder for chaining.
*/
public Builder clearRegisteredCapital() {
registeredCapital_ = getDefaultInstance().getRegisteredCapital();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 注册资金(单位:万元) ** *
optional string registeredCapital = 5;
* @param value The bytes for registeredCapital to set.
* @return This builder for chaining.
*/
public Builder setRegisteredCapitalBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
registeredCapital_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object netAsset_ = "";
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return Whether the netAsset field is set.
*/
public boolean hasNetAsset() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The netAsset.
*/
public java.lang.String getNetAsset() {
java.lang.Object ref = netAsset_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
netAsset_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return The bytes for netAsset.
*/
public com.google.protobuf.ByteString
getNetAssetBytes() {
java.lang.Object ref = netAsset_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netAsset_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @param value The netAsset to set.
* @return This builder for chaining.
*/
public Builder setNetAsset(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
netAsset_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @return This builder for chaining.
*/
public Builder clearNetAsset() {
netAsset_ = getDefaultInstance().getNetAsset();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 净资产(单位:元) ** *
optional string netAsset = 6;
* @param value The bytes for netAsset to set.
* @return This builder for chaining.
*/
public Builder setNetAssetBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
netAsset_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object businessScope_ = "";
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return Whether the businessScope field is set.
*/
public boolean hasBusinessScope() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The businessScope.
*/
public java.lang.String getBusinessScope() {
java.lang.Object ref = businessScope_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
businessScope_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return The bytes for businessScope.
*/
public com.google.protobuf.ByteString
getBusinessScopeBytes() {
java.lang.Object ref = businessScope_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
businessScope_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @param value The businessScope to set.
* @return This builder for chaining.
*/
public Builder setBusinessScope(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
businessScope_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @return This builder for chaining.
*/
public Builder clearBusinessScope() {
businessScope_ = getDefaultInstance().getBusinessScope();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 业务范围描述 ** *
optional string businessScope = 7;
* @param value The bytes for businessScope to set.
* @return This builder for chaining.
*/
public Builder setBusinessScopeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
businessScope_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object missionStatement_ = "";
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return Whether the missionStatement field is set.
*/
public boolean hasMissionStatement() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The missionStatement.
*/
public java.lang.String getMissionStatement() {
java.lang.Object ref = missionStatement_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
missionStatement_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return The bytes for missionStatement.
*/
public com.google.protobuf.ByteString
getMissionStatementBytes() {
java.lang.Object ref = missionStatement_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
missionStatement_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @param value The missionStatement to set.
* @return This builder for chaining.
*/
public Builder setMissionStatement(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
missionStatement_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @return This builder for chaining.
*/
public Builder clearMissionStatement() {
missionStatement_ = getDefaultInstance().getMissionStatement();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 机构宗旨 ** *
optional string missionStatement = 8;
* @param value The bytes for missionStatement to set.
* @return This builder for chaining.
*/
public Builder setMissionStatementBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
missionStatement_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object legalRepresentative_ = "";
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return Whether the legalRepresentative field is set.
*/
public boolean hasLegalRepresentative() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The legalRepresentative.
*/
public java.lang.String getLegalRepresentative() {
java.lang.Object ref = legalRepresentative_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
legalRepresentative_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return The bytes for legalRepresentative.
*/
public com.google.protobuf.ByteString
getLegalRepresentativeBytes() {
java.lang.Object ref = legalRepresentative_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
legalRepresentative_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @param value The legalRepresentative to set.
* @return This builder for chaining.
*/
public Builder setLegalRepresentative(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
legalRepresentative_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @return This builder for chaining.
*/
public Builder clearLegalRepresentative() {
legalRepresentative_ = getDefaultInstance().getLegalRepresentative();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string legalRepresentative = 9;
* @param value The bytes for legalRepresentative to set.
* @return This builder for chaining.
*/
public Builder setLegalRepresentativeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
legalRepresentative_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object officeAddress_ = "";
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return Whether the officeAddress field is set.
*/
public boolean hasOfficeAddress() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The officeAddress.
*/
public java.lang.String getOfficeAddress() {
java.lang.Object ref = officeAddress_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
officeAddress_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return The bytes for officeAddress.
*/
public com.google.protobuf.ByteString
getOfficeAddressBytes() {
java.lang.Object ref = officeAddress_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
officeAddress_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @param value The officeAddress to set.
* @return This builder for chaining.
*/
public Builder setOfficeAddress(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
officeAddress_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @return This builder for chaining.
*/
public Builder clearOfficeAddress() {
officeAddress_ = getDefaultInstance().getOfficeAddress();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 实际办公地址 ** *
optional string officeAddress = 10;
* @param value The bytes for officeAddress to set.
* @return This builder for chaining.
*/
public Builder setOfficeAddressBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
officeAddress_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object location_ = "";
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return Whether the location field is set.
*/
public boolean hasLocation() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The location.
*/
public java.lang.String getLocation() {
java.lang.Object ref = location_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
location_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return The bytes for location.
*/
public com.google.protobuf.ByteString
getLocationBytes() {
java.lang.Object ref = location_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
location_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @param value The location to set.
* @return This builder for chaining.
*/
public Builder setLocation(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
location_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @return This builder for chaining.
*/
public Builder clearLocation() {
location_ = getDefaultInstance().getLocation();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* * 基金会所在地 ** *
optional string location = 11;
* @param value The bytes for location to set.
* @return This builder for chaining.
*/
public Builder setLocationBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
location_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object contactNumber_ = "";
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return Whether the contactNumber field is set.
*/
public boolean hasContactNumber() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The contactNumber.
*/
public java.lang.String getContactNumber() {
java.lang.Object ref = contactNumber_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
contactNumber_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return The bytes for contactNumber.
*/
public com.google.protobuf.ByteString
getContactNumberBytes() {
java.lang.Object ref = contactNumber_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
contactNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @param value The contactNumber to set.
* @return This builder for chaining.
*/
public Builder setContactNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
contactNumber_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @return This builder for chaining.
*/
public Builder clearContactNumber() {
contactNumber_ = getDefaultInstance().getContactNumber();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;
}
/**
* * 联系电话 ** *
optional string contactNumber = 12;
* @param value The bytes for contactNumber to set.
* @return This builder for chaining.
*/
public Builder setContactNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
contactNumber_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
private int fullTimeStaffCount_ ;
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return Whether the fullTimeStaffCount field is set.
*/
@java.lang.Override
public boolean hasFullTimeStaffCount() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return The fullTimeStaffCount.
*/
@java.lang.Override
public int getFullTimeStaffCount() {
return fullTimeStaffCount_;
}
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @param value The fullTimeStaffCount to set.
* @return This builder for chaining.
*/
public Builder setFullTimeStaffCount(int value) {
fullTimeStaffCount_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * 全职员工数量 ** *
optional int32 fullTimeStaffCount = 13;
* @return This builder for chaining.
*/
public Builder clearFullTimeStaffCount() {
bitField0_ = (bitField0_ & ~0x00001000);
fullTimeStaffCount_ = 0;
onChanged();
return this;
}
private java.lang.Object evaluationLevel_ = "";
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return Whether the evaluationLevel field is set.
*/
public boolean hasEvaluationLevel() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The evaluationLevel.
*/
public java.lang.String getEvaluationLevel() {
java.lang.Object ref = evaluationLevel_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
evaluationLevel_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return The bytes for evaluationLevel.
*/
public com.google.protobuf.ByteString
getEvaluationLevelBytes() {
java.lang.Object ref = evaluationLevel_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
evaluationLevel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @param value The evaluationLevel to set.
* @return This builder for chaining.
*/
public Builder setEvaluationLevel(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
evaluationLevel_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @return This builder for chaining.
*/
public Builder clearEvaluationLevel() {
evaluationLevel_ = getDefaultInstance().getEvaluationLevel();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* * 评估等级(如:3A) ** *
optional string evaluationLevel = 14;
* @param value The bytes for evaluationLevel to set.
* @return This builder for chaining.
*/
public Builder setEvaluationLevelBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
evaluationLevel_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private boolean useExternalService_ ;
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return Whether the useExternalService field is set.
*/
@java.lang.Override
public boolean hasUseExternalService() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return The useExternalService.
*/
@java.lang.Override
public boolean getUseExternalService() {
return useExternalService_;
}
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @param value The useExternalService to set.
* @return This builder for chaining.
*/
public Builder setUseExternalService(boolean value) {
useExternalService_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* * 是否通常需要外包合作项目(true/false) ** *
optional bool useExternalService = 15;
* @return This builder for chaining.
*/
public Builder clearUseExternalService() {
bitField0_ = (bitField0_ & ~0x00004000);
useExternalService_ = false;
onChanged();
return this;
}
private java.lang.Object projectServiceVendors_ = "";
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return Whether the projectServiceVendors field is set.
*/
public boolean hasProjectServiceVendors() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The projectServiceVendors.
*/
public java.lang.String getProjectServiceVendors() {
java.lang.Object ref = projectServiceVendors_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
projectServiceVendors_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return The bytes for projectServiceVendors.
*/
public com.google.protobuf.ByteString
getProjectServiceVendorsBytes() {
java.lang.Object ref = projectServiceVendors_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
projectServiceVendors_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @param value The projectServiceVendors to set.
* @return This builder for chaining.
*/
public Builder setProjectServiceVendors(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
projectServiceVendors_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @return This builder for chaining.
*/
public Builder clearProjectServiceVendors() {
projectServiceVendors_ = getDefaultInstance().getProjectServiceVendors();
bitField0_ = (bitField0_ & ~0x00008000);
onChanged();
return this;
}
/**
* * 项目服务执行方名单(如:无/合作方名称列表) ** *
optional string projectServiceVendors = 16;
* @param value The bytes for projectServiceVendors to set.
* @return This builder for chaining.
*/
public Builder setProjectServiceVendorsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
projectServiceVendors_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
private java.util.List* 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public java.util.List* 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public int getSuperiorAuthorityCount() {
if (superiorAuthorityBuilder_ == null) {
return superiorAuthority_.size();
} else {
return superiorAuthorityBuilder_.getCount();
}
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public com.yaoyicloud.message.FxyProtos.SuperiorAuthority getSuperiorAuthority(int index) {
if (superiorAuthorityBuilder_ == null) {
return superiorAuthority_.get(index);
} else {
return superiorAuthorityBuilder_.getMessage(index);
}
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder setSuperiorAuthority(
int index, com.yaoyicloud.message.FxyProtos.SuperiorAuthority value) {
if (superiorAuthorityBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.set(index, value);
onChanged();
} else {
superiorAuthorityBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder setSuperiorAuthority(
int index, com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder builderForValue) {
if (superiorAuthorityBuilder_ == null) {
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.set(index, builderForValue.build());
onChanged();
} else {
superiorAuthorityBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder addSuperiorAuthority(com.yaoyicloud.message.FxyProtos.SuperiorAuthority value) {
if (superiorAuthorityBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.add(value);
onChanged();
} else {
superiorAuthorityBuilder_.addMessage(value);
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder addSuperiorAuthority(
int index, com.yaoyicloud.message.FxyProtos.SuperiorAuthority value) {
if (superiorAuthorityBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.add(index, value);
onChanged();
} else {
superiorAuthorityBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder addSuperiorAuthority(
com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder builderForValue) {
if (superiorAuthorityBuilder_ == null) {
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.add(builderForValue.build());
onChanged();
} else {
superiorAuthorityBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder addSuperiorAuthority(
int index, com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder builderForValue) {
if (superiorAuthorityBuilder_ == null) {
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.add(index, builderForValue.build());
onChanged();
} else {
superiorAuthorityBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder addAllSuperiorAuthority(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.SuperiorAuthority> values) {
if (superiorAuthorityBuilder_ == null) {
ensureSuperiorAuthorityIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, superiorAuthority_);
onChanged();
} else {
superiorAuthorityBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder clearSuperiorAuthority() {
if (superiorAuthorityBuilder_ == null) {
superiorAuthority_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00010000);
onChanged();
} else {
superiorAuthorityBuilder_.clear();
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public Builder removeSuperiorAuthority(int index) {
if (superiorAuthorityBuilder_ == null) {
ensureSuperiorAuthorityIsMutable();
superiorAuthority_.remove(index);
onChanged();
} else {
superiorAuthorityBuilder_.remove(index);
}
return this;
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder getSuperiorAuthorityBuilder(
int index) {
return getSuperiorAuthorityFieldBuilder().getBuilder(index);
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder getSuperiorAuthorityOrBuilder(
int index) {
if (superiorAuthorityBuilder_ == null) {
return superiorAuthority_.get(index); } else {
return superiorAuthorityBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.SuperiorAuthorityOrBuilder>
getSuperiorAuthorityOrBuilderList() {
if (superiorAuthorityBuilder_ != null) {
return superiorAuthorityBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(superiorAuthority_);
}
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder addSuperiorAuthorityBuilder() {
return getSuperiorAuthorityFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.SuperiorAuthority.getDefaultInstance());
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public com.yaoyicloud.message.FxyProtos.SuperiorAuthority.Builder addSuperiorAuthorityBuilder(
int index) {
return getSuperiorAuthorityFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.SuperiorAuthority.getDefaultInstance());
}
/**
* * 业务主管单位情况 ** *
repeated .fxy.SuperiorAuthority superiorAuthority = 17;
*/
public java.util.Listoptional string basicInfoCheckResult = 18;
* @return Whether the basicInfoCheckResult field is set.
*/
public boolean hasBasicInfoCheckResult() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* optional string basicInfoCheckResult = 18;
* @return The basicInfoCheckResult.
*/
public java.lang.String getBasicInfoCheckResult() {
java.lang.Object ref = basicInfoCheckResult_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
basicInfoCheckResult_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string basicInfoCheckResult = 18;
* @return The bytes for basicInfoCheckResult.
*/
public com.google.protobuf.ByteString
getBasicInfoCheckResultBytes() {
java.lang.Object ref = basicInfoCheckResult_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
basicInfoCheckResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string basicInfoCheckResult = 18;
* @param value The basicInfoCheckResult to set.
* @return This builder for chaining.
*/
public Builder setBasicInfoCheckResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
basicInfoCheckResult_ = value;
bitField0_ |= 0x00020000;
onChanged();
return this;
}
/**
* optional string basicInfoCheckResult = 18;
* @return This builder for chaining.
*/
public Builder clearBasicInfoCheckResult() {
basicInfoCheckResult_ = getDefaultInstance().getBasicInfoCheckResult();
bitField0_ = (bitField0_ & ~0x00020000);
onChanged();
return this;
}
/**
* optional string basicInfoCheckResult = 18;
* @param value The bytes for basicInfoCheckResult to set.
* @return This builder for chaining.
*/
public Builder setBasicInfoCheckResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
basicInfoCheckResult_ = value;
bitField0_ |= 0x00020000;
onChanged();
return this;
}
private java.util.List* 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public java.util.List* 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public int getRelatedEntityImagesCount() {
if (relatedEntityImagesBuilder_ == null) {
return relatedEntityImages_.size();
} else {
return relatedEntityImagesBuilder_.getCount();
}
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public com.yaoyicloud.message.FxyProtos.Attachment getRelatedEntityImages(int index) {
if (relatedEntityImagesBuilder_ == null) {
return relatedEntityImages_.get(index);
} else {
return relatedEntityImagesBuilder_.getMessage(index);
}
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder setRelatedEntityImages(
int index, com.yaoyicloud.message.FxyProtos.Attachment value) {
if (relatedEntityImagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.set(index, value);
onChanged();
} else {
relatedEntityImagesBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder setRelatedEntityImages(
int index, com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (relatedEntityImagesBuilder_ == null) {
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.set(index, builderForValue.build());
onChanged();
} else {
relatedEntityImagesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder addRelatedEntityImages(com.yaoyicloud.message.FxyProtos.Attachment value) {
if (relatedEntityImagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.add(value);
onChanged();
} else {
relatedEntityImagesBuilder_.addMessage(value);
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder addRelatedEntityImages(
int index, com.yaoyicloud.message.FxyProtos.Attachment value) {
if (relatedEntityImagesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.add(index, value);
onChanged();
} else {
relatedEntityImagesBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder addRelatedEntityImages(
com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (relatedEntityImagesBuilder_ == null) {
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.add(builderForValue.build());
onChanged();
} else {
relatedEntityImagesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder addRelatedEntityImages(
int index, com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (relatedEntityImagesBuilder_ == null) {
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.add(index, builderForValue.build());
onChanged();
} else {
relatedEntityImagesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder addAllRelatedEntityImages(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.Attachment> values) {
if (relatedEntityImagesBuilder_ == null) {
ensureRelatedEntityImagesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, relatedEntityImages_);
onChanged();
} else {
relatedEntityImagesBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder clearRelatedEntityImages() {
if (relatedEntityImagesBuilder_ == null) {
relatedEntityImages_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00040000);
onChanged();
} else {
relatedEntityImagesBuilder_.clear();
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public Builder removeRelatedEntityImages(int index) {
if (relatedEntityImagesBuilder_ == null) {
ensureRelatedEntityImagesIsMutable();
relatedEntityImages_.remove(index);
onChanged();
} else {
relatedEntityImagesBuilder_.remove(index);
}
return this;
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder getRelatedEntityImagesBuilder(
int index) {
return getRelatedEntityImagesFieldBuilder().getBuilder(index);
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getRelatedEntityImagesOrBuilder(
int index) {
if (relatedEntityImagesBuilder_ == null) {
return relatedEntityImages_.get(index); } else {
return relatedEntityImagesBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getRelatedEntityImagesOrBuilderList() {
if (relatedEntityImagesBuilder_ != null) {
return relatedEntityImagesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(relatedEntityImages_);
}
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder addRelatedEntityImagesBuilder() {
return getRelatedEntityImagesFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.Attachment.getDefaultInstance());
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder addRelatedEntityImagesBuilder(
int index) {
return getRelatedEntityImagesFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.Attachment.getDefaultInstance());
}
/**
* * 支机构或专业委员会情况 ** *
repeated .fxy.Attachment relatedEntityImages = 19;
*/
public java.util.List* 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return Whether the relatedEntitiesResult field is set.
*/
public boolean hasRelatedEntitiesResult() {
return ((bitField0_ & 0x00080000) != 0);
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The relatedEntitiesResult.
*/
public java.lang.String getRelatedEntitiesResult() {
java.lang.Object ref = relatedEntitiesResult_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
relatedEntitiesResult_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return The bytes for relatedEntitiesResult.
*/
public com.google.protobuf.ByteString
getRelatedEntitiesResultBytes() {
java.lang.Object ref = relatedEntitiesResult_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
relatedEntitiesResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @param value The relatedEntitiesResult to set.
* @return This builder for chaining.
*/
public Builder setRelatedEntitiesResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
relatedEntitiesResult_ = value;
bitField0_ |= 0x00080000;
onChanged();
return this;
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @return This builder for chaining.
*/
public Builder clearRelatedEntitiesResult() {
relatedEntitiesResult_ = getDefaultInstance().getRelatedEntitiesResult();
bitField0_ = (bitField0_ & ~0x00080000);
onChanged();
return this;
}
/**
* * 利益冲突风险提示 根据客户在申报链接中填写的答案 填写是,提示1,填写不是,则提示0 ** *
optional string relatedEntitiesResult = 20;
* @param value The bytes for relatedEntitiesResult to set.
* @return This builder for chaining.
*/
public Builder setRelatedEntitiesResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
relatedEntitiesResult_ = value;
bitField0_ |= 0x00080000;
onChanged();
return this;
}
private java.lang.Object certReceived_ = "";
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return Whether the certReceived field is set.
*/
public boolean hasCertReceived() {
return ((bitField0_ & 0x00100000) != 0);
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The certReceived.
*/
public java.lang.String getCertReceived() {
java.lang.Object ref = certReceived_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
certReceived_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return The bytes for certReceived.
*/
public com.google.protobuf.ByteString
getCertReceivedBytes() {
java.lang.Object ref = certReceived_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
certReceived_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @param value The certReceived to set.
* @return This builder for chaining.
*/
public Builder setCertReceived(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
certReceived_ = value;
bitField0_ |= 0x00100000;
onChanged();
return this;
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @return This builder for chaining.
*/
public Builder clearCertReceived() {
certReceived_ = getDefaultInstance().getCertReceived();
bitField0_ = (bitField0_ & ~0x00100000);
onChanged();
return this;
}
/**
* * ${经营情况:《*登记证书》:相关资料是否收到} ** *
optional string certReceived = 21;
* @param value The bytes for certReceived to set.
* @return This builder for chaining.
*/
public Builder setCertReceivedBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
certReceived_ = value;
bitField0_ |= 0x00100000;
onChanged();
return this;
}
private java.lang.Object renzcode_ = "";
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return Whether the renzcode field is set.
*/
public boolean hasRenzcode() {
return ((bitField0_ & 0x00200000) != 0);
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The renzcode.
*/
public java.lang.String getRenzcode() {
java.lang.Object ref = renzcode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
renzcode_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return The bytes for renzcode.
*/
public com.google.protobuf.ByteString
getRenzcodeBytes() {
java.lang.Object ref = renzcode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
renzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @param value The renzcode to set.
* @return This builder for chaining.
*/
public Builder setRenzcode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
renzcode_ = value;
bitField0_ |= 0x00200000;
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @return This builder for chaining.
*/
public Builder clearRenzcode() {
renzcode_ = getDefaultInstance().getRenzcode();
bitField0_ = (bitField0_ & ~0x00200000);
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string renzcode = 22;
* @param value The bytes for renzcode to set.
* @return This builder for chaining.
*/
public Builder setRenzcodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
renzcode_ = value;
bitField0_ |= 0x00200000;
onChanged();
return this;
}
private java.lang.Object validate_ = "";
/**
* * ${有效期} ** *
optional string validate = 23;
* @return Whether the validate field is set.
*/
public boolean hasValidate() {
return ((bitField0_ & 0x00400000) != 0);
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The validate.
*/
public java.lang.String getValidate() {
java.lang.Object ref = validate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
validate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @return The bytes for validate.
*/
public com.google.protobuf.ByteString
getValidateBytes() {
java.lang.Object ref = validate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
validate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @param value The validate to set.
* @return This builder for chaining.
*/
public Builder setValidate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
validate_ = value;
bitField0_ |= 0x00400000;
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @return This builder for chaining.
*/
public Builder clearValidate() {
validate_ = getDefaultInstance().getValidate();
bitField0_ = (bitField0_ & ~0x00400000);
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string validate = 23;
* @param value The bytes for validate to set.
* @return This builder for chaining.
*/
public Builder setValidateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
validate_ = value;
bitField0_ |= 0x00400000;
onChanged();
return this;
}
private java.lang.Object companyCode_ = "";
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return Whether the companyCode field is set.
*/
public boolean hasCompanyCode() {
return ((bitField0_ & 0x00800000) != 0);
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The companyCode.
*/
public java.lang.String getCompanyCode() {
java.lang.Object ref = companyCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
companyCode_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return The bytes for companyCode.
*/
public com.google.protobuf.ByteString
getCompanyCodeBytes() {
java.lang.Object ref = companyCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @param value The companyCode to set.
* @return This builder for chaining.
*/
public Builder setCompanyCode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
companyCode_ = value;
bitField0_ |= 0x00800000;
onChanged();
return this;
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @return This builder for chaining.
*/
public Builder clearCompanyCode() {
companyCode_ = getDefaultInstance().getCompanyCode();
bitField0_ = (bitField0_ & ~0x00800000);
onChanged();
return this;
}
/**
* * ${统一社会信用代码} ** *
optional string companyCode = 24;
* @param value The bytes for companyCode to set.
* @return This builder for chaining.
*/
public Builder setCompanyCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
companyCode_ = value;
bitField0_ |= 0x00800000;
onChanged();
return this;
}
private java.lang.Object companyRenzcode_ = "";
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return Whether the companyRenzcode field is set.
*/
public boolean hasCompanyRenzcode() {
return ((bitField0_ & 0x01000000) != 0);
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The companyRenzcode.
*/
public java.lang.String getCompanyRenzcode() {
java.lang.Object ref = companyRenzcode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
companyRenzcode_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return The bytes for companyRenzcode.
*/
public com.google.protobuf.ByteString
getCompanyRenzcodeBytes() {
java.lang.Object ref = companyRenzcode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyRenzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @param value The companyRenzcode to set.
* @return This builder for chaining.
*/
public Builder setCompanyRenzcode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
companyRenzcode_ = value;
bitField0_ |= 0x01000000;
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @return This builder for chaining.
*/
public Builder clearCompanyRenzcode() {
companyRenzcode_ = getDefaultInstance().getCompanyRenzcode();
bitField0_ = (bitField0_ & ~0x01000000);
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string companyRenzcode = 25;
* @param value The bytes for companyRenzcode to set.
* @return This builder for chaining.
*/
public Builder setCompanyRenzcodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
companyRenzcode_ = value;
bitField0_ |= 0x01000000;
onChanged();
return this;
}
private java.lang.Object companyValidate_ = "";
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return Whether the companyValidate field is set.
*/
public boolean hasCompanyValidate() {
return ((bitField0_ & 0x02000000) != 0);
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The companyValidate.
*/
public java.lang.String getCompanyValidate() {
java.lang.Object ref = companyValidate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
companyValidate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return The bytes for companyValidate.
*/
public com.google.protobuf.ByteString
getCompanyValidateBytes() {
java.lang.Object ref = companyValidate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
companyValidate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @param value The companyValidate to set.
* @return This builder for chaining.
*/
public Builder setCompanyValidate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
companyValidate_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @return This builder for chaining.
*/
public Builder clearCompanyValidate() {
companyValidate_ = getDefaultInstance().getCompanyValidate();
bitField0_ = (bitField0_ & ~0x02000000);
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string companyValidate = 26;
* @param value The bytes for companyValidate to set.
* @return This builder for chaining.
*/
public Builder setCompanyValidateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
companyValidate_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
private java.lang.Object bankLicense_ = "";
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return Whether the bankLicense field is set.
*/
public boolean hasBankLicense() {
return ((bitField0_ & 0x04000000) != 0);
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bankLicense.
*/
public java.lang.String getBankLicense() {
java.lang.Object ref = bankLicense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
bankLicense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return The bytes for bankLicense.
*/
public com.google.protobuf.ByteString
getBankLicenseBytes() {
java.lang.Object ref = bankLicense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankLicense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @param value The bankLicense to set.
* @return This builder for chaining.
*/
public Builder setBankLicense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
bankLicense_ = value;
bitField0_ |= 0x04000000;
onChanged();
return this;
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @return This builder for chaining.
*/
public Builder clearBankLicense() {
bankLicense_ = getDefaultInstance().getBankLicense();
bitField0_ = (bitField0_ & ~0x04000000);
onChanged();
return this;
}
/**
* *银行开户许可证 ** *
optional string bankLicense = 27;
* @param value The bytes for bankLicense to set.
* @return This builder for chaining.
*/
public Builder setBankLicenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
bankLicense_ = value;
bitField0_ |= 0x04000000;
onChanged();
return this;
}
private java.lang.Object bankRenzcode_ = "";
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return Whether the bankRenzcode field is set.
*/
public boolean hasBankRenzcode() {
return ((bitField0_ & 0x08000000) != 0);
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bankRenzcode.
*/
public java.lang.String getBankRenzcode() {
java.lang.Object ref = bankRenzcode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
bankRenzcode_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return The bytes for bankRenzcode.
*/
public com.google.protobuf.ByteString
getBankRenzcodeBytes() {
java.lang.Object ref = bankRenzcode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankRenzcode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @param value The bankRenzcode to set.
* @return This builder for chaining.
*/
public Builder setBankRenzcode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
bankRenzcode_ = value;
bitField0_ |= 0x08000000;
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @return This builder for chaining.
*/
public Builder clearBankRenzcode() {
bankRenzcode_ = getDefaultInstance().getBankRenzcode();
bitField0_ = (bitField0_ & ~0x08000000);
onChanged();
return this;
}
/**
* * ${认证代码} ** *
optional string bankRenzcode = 28;
* @param value The bytes for bankRenzcode to set.
* @return This builder for chaining.
*/
public Builder setBankRenzcodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
bankRenzcode_ = value;
bitField0_ |= 0x08000000;
onChanged();
return this;
}
private java.lang.Object bankValidate_ = "";
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return Whether the bankValidate field is set.
*/
public boolean hasBankValidate() {
return ((bitField0_ & 0x10000000) != 0);
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bankValidate.
*/
public java.lang.String getBankValidate() {
java.lang.Object ref = bankValidate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
bankValidate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return The bytes for bankValidate.
*/
public com.google.protobuf.ByteString
getBankValidateBytes() {
java.lang.Object ref = bankValidate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
bankValidate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @param value The bankValidate to set.
* @return This builder for chaining.
*/
public Builder setBankValidate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
bankValidate_ = value;
bitField0_ |= 0x10000000;
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @return This builder for chaining.
*/
public Builder clearBankValidate() {
bankValidate_ = getDefaultInstance().getBankValidate();
bitField0_ = (bitField0_ & ~0x10000000);
onChanged();
return this;
}
/**
* * ${有效期} ** *
optional string bankValidate = 29;
* @param value The bytes for bankValidate to set.
* @return This builder for chaining.
*/
public Builder setBankValidateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
bankValidate_ = value;
bitField0_ |= 0x10000000;
onChanged();
return this;
}
private java.lang.Object annualInspectionResult_ = "";
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return Whether the annualInspectionResult field is set.
*/
public boolean hasAnnualInspectionResult() {
return ((bitField0_ & 0x20000000) != 0);
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The annualInspectionResult.
*/
public java.lang.String getAnnualInspectionResult() {
java.lang.Object ref = annualInspectionResult_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
annualInspectionResult_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return The bytes for annualInspectionResult.
*/
public com.google.protobuf.ByteString
getAnnualInspectionResultBytes() {
java.lang.Object ref = annualInspectionResult_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
annualInspectionResult_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @param value The annualInspectionResult to set.
* @return This builder for chaining.
*/
public Builder setAnnualInspectionResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
annualInspectionResult_ = value;
bitField0_ |= 0x20000000;
onChanged();
return this;
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @return This builder for chaining.
*/
public Builder clearAnnualInspectionResult() {
annualInspectionResult_ = getDefaultInstance().getAnnualInspectionResult();
bitField0_ = (bitField0_ & ~0x20000000);
onChanged();
return this;
}
/**
* * ${经营情况:年检结果} ** *
optional string annualInspectionResult = 30;
* @param value The bytes for annualInspectionResult to set.
* @return This builder for chaining.
*/
public Builder setAnnualInspectionResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
annualInspectionResult_ = value;
bitField0_ |= 0x20000000;
onChanged();
return this;
}
private java.util.List* 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public java.util.List* 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public int getBasicInfoChecksCount() {
if (basicInfoChecksBuilder_ == null) {
return basicInfoChecks_.size();
} else {
return basicInfoChecksBuilder_.getCount();
}
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail getBasicInfoChecks(int index) {
if (basicInfoChecksBuilder_ == null) {
return basicInfoChecks_.get(index);
} else {
return basicInfoChecksBuilder_.getMessage(index);
}
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder setBasicInfoChecks(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (basicInfoChecksBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.set(index, value);
onChanged();
} else {
basicInfoChecksBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder setBasicInfoChecks(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (basicInfoChecksBuilder_ == null) {
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.set(index, builderForValue.build());
onChanged();
} else {
basicInfoChecksBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder addBasicInfoChecks(com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (basicInfoChecksBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.add(value);
onChanged();
} else {
basicInfoChecksBuilder_.addMessage(value);
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder addBasicInfoChecks(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (basicInfoChecksBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.add(index, value);
onChanged();
} else {
basicInfoChecksBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder addBasicInfoChecks(
com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (basicInfoChecksBuilder_ == null) {
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.add(builderForValue.build());
onChanged();
} else {
basicInfoChecksBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder addBasicInfoChecks(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (basicInfoChecksBuilder_ == null) {
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.add(index, builderForValue.build());
onChanged();
} else {
basicInfoChecksBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder addAllBasicInfoChecks(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.CheckItemDetail> values) {
if (basicInfoChecksBuilder_ == null) {
ensureBasicInfoChecksIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, basicInfoChecks_);
onChanged();
} else {
basicInfoChecksBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder clearBasicInfoChecks() {
if (basicInfoChecksBuilder_ == null) {
basicInfoChecks_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x40000000);
onChanged();
} else {
basicInfoChecksBuilder_.clear();
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public Builder removeBasicInfoChecks(int index) {
if (basicInfoChecksBuilder_ == null) {
ensureBasicInfoChecksIsMutable();
basicInfoChecks_.remove(index);
onChanged();
} else {
basicInfoChecksBuilder_.remove(index);
}
return this;
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder getBasicInfoChecksBuilder(
int index) {
return getBasicInfoChecksFieldBuilder().getBuilder(index);
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getBasicInfoChecksOrBuilder(
int index) {
if (basicInfoChecksBuilder_ == null) {
return basicInfoChecks_.get(index); } else {
return basicInfoChecksBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getBasicInfoChecksOrBuilderList() {
if (basicInfoChecksBuilder_ != null) {
return basicInfoChecksBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(basicInfoChecks_);
}
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder addBasicInfoChecksBuilder() {
return getBasicInfoChecksFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.CheckItemDetail.getDefaultInstance());
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder addBasicInfoChecksBuilder(
int index) {
return getBasicInfoChecksFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.getDefaultInstance());
}
/**
* * 审查内容 ** *
repeated .fxy.CheckItemDetail basicInfoChecks = 31;
*/
public java.util.List* 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return Whether the basicInfoSummary field is set.
*/
public boolean hasBasicInfoSummary() {
return ((bitField0_ & 0x80000000) != 0);
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
* @return The basicInfoSummary.
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary getBasicInfoSummary() {
if (basicInfoSummaryBuilder_ == null) {
return basicInfoSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : basicInfoSummary_;
} else {
return basicInfoSummaryBuilder_.getMessage();
}
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public Builder setBasicInfoSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (basicInfoSummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
basicInfoSummary_ = value;
} else {
basicInfoSummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x80000000;
onChanged();
return this;
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public Builder setBasicInfoSummary(
com.yaoyicloud.message.FxyProtos.CheckSummary.Builder builderForValue) {
if (basicInfoSummaryBuilder_ == null) {
basicInfoSummary_ = builderForValue.build();
} else {
basicInfoSummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x80000000;
onChanged();
return this;
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public Builder mergeBasicInfoSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (basicInfoSummaryBuilder_ == null) {
if (((bitField0_ & 0x80000000) != 0) &&
basicInfoSummary_ != null &&
basicInfoSummary_ != com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance()) {
getBasicInfoSummaryBuilder().mergeFrom(value);
} else {
basicInfoSummary_ = value;
}
} else {
basicInfoSummaryBuilder_.mergeFrom(value);
}
if (basicInfoSummary_ != null) {
bitField0_ |= 0x80000000;
onChanged();
}
return this;
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public Builder clearBasicInfoSummary() {
bitField0_ = (bitField0_ & ~0x80000000);
basicInfoSummary_ = null;
if (basicInfoSummaryBuilder_ != null) {
basicInfoSummaryBuilder_.dispose();
basicInfoSummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary.Builder getBasicInfoSummaryBuilder() {
bitField0_ |= 0x80000000;
onChanged();
return getBasicInfoSummaryFieldBuilder().getBuilder();
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getBasicInfoSummaryOrBuilder() {
if (basicInfoSummaryBuilder_ != null) {
return basicInfoSummaryBuilder_.getMessageOrBuilder();
} else {
return basicInfoSummary_ == null ?
com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : basicInfoSummary_;
}
}
/**
* * 基本信息评分及建议(2.5) ** *
optional .fxy.CheckSummary basicInfoSummary = 32;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>
getBasicInfoSummaryFieldBuilder() {
if (basicInfoSummaryBuilder_ == null) {
basicInfoSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>(
getBasicInfoSummary(),
getParentForChildren(),
isClean());
basicInfoSummary_ = null;
}
return basicInfoSummaryBuilder_;
}
private com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt platformExt_;
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder> platformExtBuilder_;
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return Whether the platformExt field is set.
*/
public boolean hasPlatformExt() {
return ((bitField1_ & 0x00000001) != 0);
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
* @return The platformExt.
*/
public com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt getPlatformExt() {
if (platformExtBuilder_ == null) {
return platformExt_ == null ? com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.getDefaultInstance() : platformExt_;
} else {
return platformExtBuilder_.getMessage();
}
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public Builder setPlatformExt(com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt value) {
if (platformExtBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
platformExt_ = value;
} else {
platformExtBuilder_.setMessage(value);
}
bitField1_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public Builder setPlatformExt(
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder builderForValue) {
if (platformExtBuilder_ == null) {
platformExt_ = builderForValue.build();
} else {
platformExtBuilder_.setMessage(builderForValue.build());
}
bitField1_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public Builder mergePlatformExt(com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt value) {
if (platformExtBuilder_ == null) {
if (((bitField1_ & 0x00000001) != 0) &&
platformExt_ != null &&
platformExt_ != com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.getDefaultInstance()) {
getPlatformExtBuilder().mergeFrom(value);
} else {
platformExt_ = value;
}
} else {
platformExtBuilder_.mergeFrom(value);
}
if (platformExt_ != null) {
bitField1_ |= 0x00000001;
onChanged();
}
return this;
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public Builder clearPlatformExt() {
bitField1_ = (bitField1_ & ~0x00000001);
platformExt_ = null;
if (platformExtBuilder_ != null) {
platformExtBuilder_.dispose();
platformExtBuilder_ = null;
}
onChanged();
return this;
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder getPlatformExtBuilder() {
bitField1_ |= 0x00000001;
onChanged();
return getPlatformExtFieldBuilder().getBuilder();
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
public com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder getPlatformExtOrBuilder() {
if (platformExtBuilder_ != null) {
return platformExtBuilder_.getMessageOrBuilder();
} else {
return platformExt_ == null ?
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.getDefaultInstance() : platformExt_;
}
}
/**
* optional .fxy.CompanyBasicInfoExt platformExt = 33;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder>
getPlatformExtFieldBuilder() {
if (platformExtBuilder_ == null) {
platformExtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.CompanyBasicInfoExtOrBuilder>(
getPlatformExt(),
getParentForChildren(),
isClean());
platformExt_ = null;
}
return platformExtBuilder_;
}
private com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt associationExt_;
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder> associationExtBuilder_;
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return Whether the associationExt field is set.
*/
public boolean hasAssociationExt() {
return ((bitField1_ & 0x00000002) != 0);
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
* @return The associationExt.
*/
public com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt getAssociationExt() {
if (associationExtBuilder_ == null) {
return associationExt_ == null ? com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.getDefaultInstance() : associationExt_;
} else {
return associationExtBuilder_.getMessage();
}
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public Builder setAssociationExt(com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt value) {
if (associationExtBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
associationExt_ = value;
} else {
associationExtBuilder_.setMessage(value);
}
bitField1_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public Builder setAssociationExt(
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder builderForValue) {
if (associationExtBuilder_ == null) {
associationExt_ = builderForValue.build();
} else {
associationExtBuilder_.setMessage(builderForValue.build());
}
bitField1_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public Builder mergeAssociationExt(com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt value) {
if (associationExtBuilder_ == null) {
if (((bitField1_ & 0x00000002) != 0) &&
associationExt_ != null &&
associationExt_ != com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.getDefaultInstance()) {
getAssociationExtBuilder().mergeFrom(value);
} else {
associationExt_ = value;
}
} else {
associationExtBuilder_.mergeFrom(value);
}
if (associationExt_ != null) {
bitField1_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public Builder clearAssociationExt() {
bitField1_ = (bitField1_ & ~0x00000002);
associationExt_ = null;
if (associationExtBuilder_ != null) {
associationExtBuilder_.dispose();
associationExtBuilder_ = null;
}
onChanged();
return this;
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder getAssociationExtBuilder() {
bitField1_ |= 0x00000002;
onChanged();
return getAssociationExtFieldBuilder().getBuilder();
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
public com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder getAssociationExtOrBuilder() {
if (associationExtBuilder_ != null) {
return associationExtBuilder_.getMessageOrBuilder();
} else {
return associationExt_ == null ?
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.getDefaultInstance() : associationExt_;
}
}
/**
* optional .fxy.AssociationBasicInfoExt associationExt = 34;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder>
getAssociationExtFieldBuilder() {
if (associationExtBuilder_ == null) {
associationExtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.AssociationBasicInfoExtOrBuilder>(
getAssociationExt(),
getParentForChildren(),
isClean());
associationExt_ = null;
}
return associationExtBuilder_;
}
private com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt foundationExt_;
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder> foundationExtBuilder_;
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return Whether the foundationExt field is set.
*/
public boolean hasFoundationExt() {
return ((bitField1_ & 0x00000004) != 0);
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
* @return The foundationExt.
*/
public com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt getFoundationExt() {
if (foundationExtBuilder_ == null) {
return foundationExt_ == null ? com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.getDefaultInstance() : foundationExt_;
} else {
return foundationExtBuilder_.getMessage();
}
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public Builder setFoundationExt(com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt value) {
if (foundationExtBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
foundationExt_ = value;
} else {
foundationExtBuilder_.setMessage(value);
}
bitField1_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public Builder setFoundationExt(
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder builderForValue) {
if (foundationExtBuilder_ == null) {
foundationExt_ = builderForValue.build();
} else {
foundationExtBuilder_.setMessage(builderForValue.build());
}
bitField1_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public Builder mergeFoundationExt(com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt value) {
if (foundationExtBuilder_ == null) {
if (((bitField1_ & 0x00000004) != 0) &&
foundationExt_ != null &&
foundationExt_ != com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.getDefaultInstance()) {
getFoundationExtBuilder().mergeFrom(value);
} else {
foundationExt_ = value;
}
} else {
foundationExtBuilder_.mergeFrom(value);
}
if (foundationExt_ != null) {
bitField1_ |= 0x00000004;
onChanged();
}
return this;
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public Builder clearFoundationExt() {
bitField1_ = (bitField1_ & ~0x00000004);
foundationExt_ = null;
if (foundationExtBuilder_ != null) {
foundationExtBuilder_.dispose();
foundationExtBuilder_ = null;
}
onChanged();
return this;
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder getFoundationExtBuilder() {
bitField1_ |= 0x00000004;
onChanged();
return getFoundationExtFieldBuilder().getBuilder();
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
public com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder getFoundationExtOrBuilder() {
if (foundationExtBuilder_ != null) {
return foundationExtBuilder_.getMessageOrBuilder();
} else {
return foundationExt_ == null ?
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.getDefaultInstance() : foundationExt_;
}
}
/**
* optional .fxy.FoundationBasicInfoExt foundationExt = 35;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder>
getFoundationExtFieldBuilder() {
if (foundationExtBuilder_ == null) {
foundationExtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExt.Builder, com.yaoyicloud.message.FxyProtos.FoundationBasicInfoExtOrBuilder>(
getFoundationExt(),
getParentForChildren(),
isClean());
foundationExt_ = null;
}
return foundationExtBuilder_;
}
@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:fxy.BasicInfo)
}
// @@protoc_insertion_point(class_scope:fxy.BasicInfo)
private static final com.yaoyicloud.message.FxyProtos.BasicInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.BasicInfo();
}
public static com.yaoyicloud.message.FxyProtos.BasicInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 省份 ** *
optional string province = 1;
* @return Whether the province field is set.
*/
boolean hasProvince();
/**
* * 省份 ** *
optional string province = 1;
* @return The province.
*/
java.lang.String getProvince();
/**
* * 省份 ** *
optional string province = 1;
* @return The bytes for province.
*/
com.google.protobuf.ByteString
getProvinceBytes();
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
boolean hasInDate();
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
java.lang.String getInDate();
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
com.google.protobuf.ByteString
getInDateBytes();
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return Whether the docNumber field is set.
*/
boolean hasDocNumber();
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The docNumber.
*/
java.lang.String getDocNumber();
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The bytes for docNumber.
*/
com.google.protobuf.ByteString
getDocNumberBytes();
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return Whether the finalDuty field is set.
*/
boolean hasFinalDuty();
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The finalDuty.
*/
java.lang.String getFinalDuty();
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The bytes for finalDuty.
*/
com.google.protobuf.ByteString
getFinalDutyBytes();
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return Whether the executionStatus field is set.
*/
boolean hasExecutionStatus();
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The executionStatus.
*/
java.lang.String getExecutionStatus();
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The bytes for executionStatus.
*/
com.google.protobuf.ByteString
getExecutionStatusBytes();
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return Whether the caseNumber field is set.
*/
boolean hasCaseNumber();
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The caseNumber.
*/
java.lang.String getCaseNumber();
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The bytes for caseNumber.
*/
com.google.protobuf.ByteString
getCaseNumberBytes();
/**
* * 执行标的 ** *
optional string amount = 7;
* @return Whether the amount field is set.
*/
boolean hasAmount();
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The amount.
*/
java.lang.String getAmount();
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The bytes for amount.
*/
com.google.protobuf.ByteString
getAmountBytes();
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
boolean hasPublishDate();
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
java.lang.String getPublishDate();
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
com.google.protobuf.ByteString
getPublishDateBytes();
/**
* * 执行法院 ** *
optional string court = 9;
* @return Whether the court field is set.
*/
boolean hasCourt();
/**
* * 执行法院 ** *
optional string court = 9;
* @return The court.
*/
java.lang.String getCourt();
/**
* * 执行法院 ** *
optional string court = 9;
* @return The bytes for court.
*/
com.google.protobuf.ByteString
getCourtBytes();
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return Whether the executionDesc field is set.
*/
boolean hasExecutionDesc();
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The executionDesc.
*/
java.lang.String getExecutionDesc();
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The bytes for executionDesc.
*/
com.google.protobuf.ByteString
getExecutionDescBytes();
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return Whether the disabled field is set.
*/
boolean hasDisabled();
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The disabled.
*/
java.lang.String getDisabled();
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The bytes for disabled.
*/
com.google.protobuf.ByteString
getDisabledBytes();
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return Whether the operName field is set.
*/
boolean hasOperName();
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The operName.
*/
java.lang.String getOperName();
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The bytes for operName.
*/
com.google.protobuf.ByteString
getOperNameBytes();
/**
* * 组织机构号 ** *
optional string number = 13;
* @return Whether the number field is set.
*/
boolean hasNumber();
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The number.
*/
java.lang.String getNumber();
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The bytes for number.
*/
com.google.protobuf.ByteString
getNumberBytes();
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return Whether the exDepartment field is set.
*/
boolean hasExDepartment();
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The exDepartment.
*/
java.lang.String getExDepartment();
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The bytes for exDepartment.
*/
com.google.protobuf.ByteString
getExDepartmentBytes();
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 15;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 15;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
/**
* Protobuf type {@code fxy.DishonestPersonsInfo}
*/
public static final class DishonestPersonsInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.DishonestPersonsInfo)
DishonestPersonsInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use DishonestPersonsInfo.newBuilder() to construct.
private DishonestPersonsInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private DishonestPersonsInfo() {
province_ = "";
inDate_ = "";
docNumber_ = "";
finalDuty_ = "";
executionStatus_ = "";
caseNumber_ = "";
amount_ = "";
publishDate_ = "";
court_ = "";
executionDesc_ = "";
disabled_ = "";
operName_ = "";
number_ = "";
exDepartment_ = "";
id_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new DishonestPersonsInfo();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_DishonestPersonsInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_DishonestPersonsInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.class, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder.class);
}
private int bitField0_;
public static final int PROVINCE_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object province_ = "";
/**
* * 省份 ** *
optional string province = 1;
* @return Whether the province field is set.
*/
@java.lang.Override
public boolean hasProvince() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 省份 ** *
optional string province = 1;
* @return The province.
*/
@java.lang.Override
public java.lang.String getProvince() {
java.lang.Object ref = province_;
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();
if (bs.isValidUtf8()) {
province_ = s;
}
return s;
}
}
/**
* * 省份 ** *
optional string province = 1;
* @return The bytes for province.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProvinceBytes() {
java.lang.Object ref = province_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
province_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INDATE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object inDate_ = "";
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
@java.lang.Override
public boolean hasInDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
@java.lang.Override
public java.lang.String getInDate() {
java.lang.Object ref = inDate_;
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();
if (bs.isValidUtf8()) {
inDate_ = s;
}
return s;
}
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInDateBytes() {
java.lang.Object ref = inDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DOCNUMBER_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object docNumber_ = "";
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return Whether the docNumber field is set.
*/
@java.lang.Override
public boolean hasDocNumber() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The docNumber.
*/
@java.lang.Override
public java.lang.String getDocNumber() {
java.lang.Object ref = docNumber_;
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();
if (bs.isValidUtf8()) {
docNumber_ = s;
}
return s;
}
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The bytes for docNumber.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDocNumberBytes() {
java.lang.Object ref = docNumber_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
docNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FINALDUTY_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object finalDuty_ = "";
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return Whether the finalDuty field is set.
*/
@java.lang.Override
public boolean hasFinalDuty() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The finalDuty.
*/
@java.lang.Override
public java.lang.String getFinalDuty() {
java.lang.Object ref = finalDuty_;
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();
if (bs.isValidUtf8()) {
finalDuty_ = s;
}
return s;
}
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The bytes for finalDuty.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFinalDutyBytes() {
java.lang.Object ref = finalDuty_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
finalDuty_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int EXECUTIONSTATUS_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object executionStatus_ = "";
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return Whether the executionStatus field is set.
*/
@java.lang.Override
public boolean hasExecutionStatus() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The executionStatus.
*/
@java.lang.Override
public java.lang.String getExecutionStatus() {
java.lang.Object ref = executionStatus_;
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();
if (bs.isValidUtf8()) {
executionStatus_ = s;
}
return s;
}
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The bytes for executionStatus.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getExecutionStatusBytes() {
java.lang.Object ref = executionStatus_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
executionStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CASENUMBER_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object caseNumber_ = "";
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return Whether the caseNumber field is set.
*/
@java.lang.Override
public boolean hasCaseNumber() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The caseNumber.
*/
@java.lang.Override
public java.lang.String getCaseNumber() {
java.lang.Object ref = caseNumber_;
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();
if (bs.isValidUtf8()) {
caseNumber_ = s;
}
return s;
}
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The bytes for caseNumber.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCaseNumberBytes() {
java.lang.Object ref = caseNumber_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
caseNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int AMOUNT_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object amount_ = "";
/**
* * 执行标的 ** *
optional string amount = 7;
* @return Whether the amount field is set.
*/
@java.lang.Override
public boolean hasAmount() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The amount.
*/
@java.lang.Override
public java.lang.String getAmount() {
java.lang.Object ref = amount_;
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();
if (bs.isValidUtf8()) {
amount_ = s;
}
return s;
}
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The bytes for amount.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAmountBytes() {
java.lang.Object ref = amount_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
amount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PUBLISHDATE_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object publishDate_ = "";
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
@java.lang.Override
public boolean hasPublishDate() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
@java.lang.Override
public java.lang.String getPublishDate() {
java.lang.Object ref = publishDate_;
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();
if (bs.isValidUtf8()) {
publishDate_ = s;
}
return s;
}
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPublishDateBytes() {
java.lang.Object ref = publishDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publishDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COURT_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object court_ = "";
/**
* * 执行法院 ** *
optional string court = 9;
* @return Whether the court field is set.
*/
@java.lang.Override
public boolean hasCourt() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 执行法院 ** *
optional string court = 9;
* @return The court.
*/
@java.lang.Override
public java.lang.String getCourt() {
java.lang.Object ref = court_;
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();
if (bs.isValidUtf8()) {
court_ = s;
}
return s;
}
}
/**
* * 执行法院 ** *
optional string court = 9;
* @return The bytes for court.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCourtBytes() {
java.lang.Object ref = court_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
court_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int EXECUTIONDESC_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object executionDesc_ = "";
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return Whether the executionDesc field is set.
*/
@java.lang.Override
public boolean hasExecutionDesc() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The executionDesc.
*/
@java.lang.Override
public java.lang.String getExecutionDesc() {
java.lang.Object ref = executionDesc_;
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();
if (bs.isValidUtf8()) {
executionDesc_ = s;
}
return s;
}
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The bytes for executionDesc.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getExecutionDescBytes() {
java.lang.Object ref = executionDesc_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
executionDesc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DISABLED_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object disabled_ = "";
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return Whether the disabled field is set.
*/
@java.lang.Override
public boolean hasDisabled() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The disabled.
*/
@java.lang.Override
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
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();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
}
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The bytes for disabled.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPERNAME_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object operName_ = "";
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return Whether the operName field is set.
*/
@java.lang.Override
public boolean hasOperName() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The operName.
*/
@java.lang.Override
public java.lang.String getOperName() {
java.lang.Object ref = operName_;
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();
if (bs.isValidUtf8()) {
operName_ = s;
}
return s;
}
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The bytes for operName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOperNameBytes() {
java.lang.Object ref = operName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NUMBER_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object number_ = "";
/**
* * 组织机构号 ** *
optional string number = 13;
* @return Whether the number field is set.
*/
@java.lang.Override
public boolean hasNumber() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The number.
*/
@java.lang.Override
public java.lang.String getNumber() {
java.lang.Object ref = number_;
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();
if (bs.isValidUtf8()) {
number_ = s;
}
return s;
}
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The bytes for number.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNumberBytes() {
java.lang.Object ref = number_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
number_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int EXDEPARTMENT_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object exDepartment_ = "";
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return Whether the exDepartment field is set.
*/
@java.lang.Override
public boolean hasExDepartment() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The exDepartment.
*/
@java.lang.Override
public java.lang.String getExDepartment() {
java.lang.Object ref = exDepartment_;
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();
if (bs.isValidUtf8()) {
exDepartment_ = s;
}
return s;
}
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The bytes for exDepartment.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getExDepartmentBytes() {
java.lang.Object ref = exDepartment_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
exDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 15;
@SuppressWarnings("serial")
private volatile java.lang.Object id_ = "";
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* optional string id = 15;
* @return The id.
*/
@java.lang.Override
public java.lang.String getId() {
java.lang.Object ref = id_;
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();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
}
}
/**
* optional string id = 15;
* @return The bytes for id.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, province_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, inDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, docNumber_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, finalDuty_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, executionStatus_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, caseNumber_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, amount_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, publishDate_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, court_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, executionDesc_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, disabled_);
}
if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, operName_);
}
if (((bitField0_ & 0x00001000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, number_);
}
if (((bitField0_ & 0x00002000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, exDepartment_);
}
if (((bitField0_ & 0x00004000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, id_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, province_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, inDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, docNumber_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, finalDuty_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, executionStatus_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, caseNumber_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, amount_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, publishDate_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, court_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, executionDesc_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, disabled_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, operName_);
}
if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, number_);
}
if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, exDepartment_);
}
if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, id_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.DishonestPersonsInfo)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo other = (com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo) obj;
if (hasProvince() != other.hasProvince()) return false;
if (hasProvince()) {
if (!getProvince()
.equals(other.getProvince())) return false;
}
if (hasInDate() != other.hasInDate()) return false;
if (hasInDate()) {
if (!getInDate()
.equals(other.getInDate())) return false;
}
if (hasDocNumber() != other.hasDocNumber()) return false;
if (hasDocNumber()) {
if (!getDocNumber()
.equals(other.getDocNumber())) return false;
}
if (hasFinalDuty() != other.hasFinalDuty()) return false;
if (hasFinalDuty()) {
if (!getFinalDuty()
.equals(other.getFinalDuty())) return false;
}
if (hasExecutionStatus() != other.hasExecutionStatus()) return false;
if (hasExecutionStatus()) {
if (!getExecutionStatus()
.equals(other.getExecutionStatus())) return false;
}
if (hasCaseNumber() != other.hasCaseNumber()) return false;
if (hasCaseNumber()) {
if (!getCaseNumber()
.equals(other.getCaseNumber())) return false;
}
if (hasAmount() != other.hasAmount()) return false;
if (hasAmount()) {
if (!getAmount()
.equals(other.getAmount())) return false;
}
if (hasPublishDate() != other.hasPublishDate()) return false;
if (hasPublishDate()) {
if (!getPublishDate()
.equals(other.getPublishDate())) return false;
}
if (hasCourt() != other.hasCourt()) return false;
if (hasCourt()) {
if (!getCourt()
.equals(other.getCourt())) return false;
}
if (hasExecutionDesc() != other.hasExecutionDesc()) return false;
if (hasExecutionDesc()) {
if (!getExecutionDesc()
.equals(other.getExecutionDesc())) return false;
}
if (hasDisabled() != other.hasDisabled()) return false;
if (hasDisabled()) {
if (!getDisabled()
.equals(other.getDisabled())) return false;
}
if (hasOperName() != other.hasOperName()) return false;
if (hasOperName()) {
if (!getOperName()
.equals(other.getOperName())) return false;
}
if (hasNumber() != other.hasNumber()) return false;
if (hasNumber()) {
if (!getNumber()
.equals(other.getNumber())) return false;
}
if (hasExDepartment() != other.hasExDepartment()) return false;
if (hasExDepartment()) {
if (!getExDepartment()
.equals(other.getExDepartment())) return false;
}
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (!getId()
.equals(other.getId())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasProvince()) {
hash = (37 * hash) + PROVINCE_FIELD_NUMBER;
hash = (53 * hash) + getProvince().hashCode();
}
if (hasInDate()) {
hash = (37 * hash) + INDATE_FIELD_NUMBER;
hash = (53 * hash) + getInDate().hashCode();
}
if (hasDocNumber()) {
hash = (37 * hash) + DOCNUMBER_FIELD_NUMBER;
hash = (53 * hash) + getDocNumber().hashCode();
}
if (hasFinalDuty()) {
hash = (37 * hash) + FINALDUTY_FIELD_NUMBER;
hash = (53 * hash) + getFinalDuty().hashCode();
}
if (hasExecutionStatus()) {
hash = (37 * hash) + EXECUTIONSTATUS_FIELD_NUMBER;
hash = (53 * hash) + getExecutionStatus().hashCode();
}
if (hasCaseNumber()) {
hash = (37 * hash) + CASENUMBER_FIELD_NUMBER;
hash = (53 * hash) + getCaseNumber().hashCode();
}
if (hasAmount()) {
hash = (37 * hash) + AMOUNT_FIELD_NUMBER;
hash = (53 * hash) + getAmount().hashCode();
}
if (hasPublishDate()) {
hash = (37 * hash) + PUBLISHDATE_FIELD_NUMBER;
hash = (53 * hash) + getPublishDate().hashCode();
}
if (hasCourt()) {
hash = (37 * hash) + COURT_FIELD_NUMBER;
hash = (53 * hash) + getCourt().hashCode();
}
if (hasExecutionDesc()) {
hash = (37 * hash) + EXECUTIONDESC_FIELD_NUMBER;
hash = (53 * hash) + getExecutionDesc().hashCode();
}
if (hasDisabled()) {
hash = (37 * hash) + DISABLED_FIELD_NUMBER;
hash = (53 * hash) + getDisabled().hashCode();
}
if (hasOperName()) {
hash = (37 * hash) + OPERNAME_FIELD_NUMBER;
hash = (53 * hash) + getOperName().hashCode();
}
if (hasNumber()) {
hash = (37 * hash) + NUMBER_FIELD_NUMBER;
hash = (53 * hash) + getNumber().hashCode();
}
if (hasExDepartment()) {
hash = (37 * hash) + EXDEPARTMENT_FIELD_NUMBER;
hash = (53 * hash) + getExDepartment().hashCode();
}
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo 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.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo 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.yaoyicloud.message.FxyProtos.DishonestPersonsInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo 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.yaoyicloud.message.FxyProtos.DishonestPersonsInfo 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 fxy.DishonestPersonsInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 省份 ** *
optional string province = 1;
* @return Whether the province field is set.
*/
public boolean hasProvince() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 省份 ** *
optional string province = 1;
* @return The province.
*/
public java.lang.String getProvince() {
java.lang.Object ref = province_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
province_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 省份 ** *
optional string province = 1;
* @return The bytes for province.
*/
public com.google.protobuf.ByteString
getProvinceBytes() {
java.lang.Object ref = province_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
province_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 省份 ** *
optional string province = 1;
* @param value The province to set.
* @return This builder for chaining.
*/
public Builder setProvince(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
province_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 省份 ** *
optional string province = 1;
* @return This builder for chaining.
*/
public Builder clearProvince() {
province_ = getDefaultInstance().getProvince();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 省份 ** *
optional string province = 1;
* @param value The bytes for province to set.
* @return This builder for chaining.
*/
public Builder setProvinceBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
province_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object inDate_ = "";
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
public boolean hasInDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
public java.lang.String getInDate() {
java.lang.Object ref = inDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
inDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
public com.google.protobuf.ByteString
getInDateBytes() {
java.lang.Object ref = inDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @param value The inDate to set.
* @return This builder for chaining.
*/
public Builder setInDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
inDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @return This builder for chaining.
*/
public Builder clearInDate() {
inDate_ = getDefaultInstance().getInDate();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 立案时间 ** *
optional string inDate = 2;
* @param value The bytes for inDate to set.
* @return This builder for chaining.
*/
public Builder setInDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
inDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object docNumber_ = "";
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return Whether the docNumber field is set.
*/
public boolean hasDocNumber() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The docNumber.
*/
public java.lang.String getDocNumber() {
java.lang.Object ref = docNumber_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
docNumber_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return The bytes for docNumber.
*/
public com.google.protobuf.ByteString
getDocNumberBytes() {
java.lang.Object ref = docNumber_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
docNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @param value The docNumber to set.
* @return This builder for chaining.
*/
public Builder setDocNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
docNumber_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @return This builder for chaining.
*/
public Builder clearDocNumber() {
docNumber_ = getDefaultInstance().getDocNumber();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 执行依据文号 ** *
optional string docNumber = 3;
* @param value The bytes for docNumber to set.
* @return This builder for chaining.
*/
public Builder setDocNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
docNumber_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object finalDuty_ = "";
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return Whether the finalDuty field is set.
*/
public boolean hasFinalDuty() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The finalDuty.
*/
public java.lang.String getFinalDuty() {
java.lang.Object ref = finalDuty_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
finalDuty_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return The bytes for finalDuty.
*/
public com.google.protobuf.ByteString
getFinalDutyBytes() {
java.lang.Object ref = finalDuty_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
finalDuty_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @param value The finalDuty to set.
* @return This builder for chaining.
*/
public Builder setFinalDuty(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
finalDuty_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @return This builder for chaining.
*/
public Builder clearFinalDuty() {
finalDuty_ = getDefaultInstance().getFinalDuty();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 生效法律文书确定的义务 ** *
optional string finalDuty = 4;
* @param value The bytes for finalDuty to set.
* @return This builder for chaining.
*/
public Builder setFinalDutyBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
finalDuty_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object executionStatus_ = "";
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return Whether the executionStatus field is set.
*/
public boolean hasExecutionStatus() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The executionStatus.
*/
public java.lang.String getExecutionStatus() {
java.lang.Object ref = executionStatus_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
executionStatus_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return The bytes for executionStatus.
*/
public com.google.protobuf.ByteString
getExecutionStatusBytes() {
java.lang.Object ref = executionStatus_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
executionStatus_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @param value The executionStatus to set.
* @return This builder for chaining.
*/
public Builder setExecutionStatus(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
executionStatus_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @return This builder for chaining.
*/
public Builder clearExecutionStatus() {
executionStatus_ = getDefaultInstance().getExecutionStatus();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 被执行人履行情况 ** *
optional string executionStatus = 5;
* @param value The bytes for executionStatus to set.
* @return This builder for chaining.
*/
public Builder setExecutionStatusBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
executionStatus_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object caseNumber_ = "";
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return Whether the caseNumber field is set.
*/
public boolean hasCaseNumber() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The caseNumber.
*/
public java.lang.String getCaseNumber() {
java.lang.Object ref = caseNumber_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
caseNumber_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return The bytes for caseNumber.
*/
public com.google.protobuf.ByteString
getCaseNumberBytes() {
java.lang.Object ref = caseNumber_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
caseNumber_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @param value The caseNumber to set.
* @return This builder for chaining.
*/
public Builder setCaseNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
caseNumber_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @return This builder for chaining.
*/
public Builder clearCaseNumber() {
caseNumber_ = getDefaultInstance().getCaseNumber();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 案号 ** *
optional string caseNumber = 6;
* @param value The bytes for caseNumber to set.
* @return This builder for chaining.
*/
public Builder setCaseNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
caseNumber_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object amount_ = "";
/**
* * 执行标的 ** *
optional string amount = 7;
* @return Whether the amount field is set.
*/
public boolean hasAmount() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The amount.
*/
public java.lang.String getAmount() {
java.lang.Object ref = amount_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
amount_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @return The bytes for amount.
*/
public com.google.protobuf.ByteString
getAmountBytes() {
java.lang.Object ref = amount_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
amount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @param value The amount to set.
* @return This builder for chaining.
*/
public Builder setAmount(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
amount_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @return This builder for chaining.
*/
public Builder clearAmount() {
amount_ = getDefaultInstance().getAmount();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 执行标的 ** *
optional string amount = 7;
* @param value The bytes for amount to set.
* @return This builder for chaining.
*/
public Builder setAmountBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
amount_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object publishDate_ = "";
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
public boolean hasPublishDate() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
public java.lang.String getPublishDate() {
java.lang.Object ref = publishDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
publishDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
public com.google.protobuf.ByteString
getPublishDateBytes() {
java.lang.Object ref = publishDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publishDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @param value The publishDate to set.
* @return This builder for chaining.
*/
public Builder setPublishDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
publishDate_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @return This builder for chaining.
*/
public Builder clearPublishDate() {
publishDate_ = getDefaultInstance().getPublishDate();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 发布日期 ** *
optional string publishDate = 8;
* @param value The bytes for publishDate to set.
* @return This builder for chaining.
*/
public Builder setPublishDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
publishDate_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object court_ = "";
/**
* * 执行法院 ** *
optional string court = 9;
* @return Whether the court field is set.
*/
public boolean hasCourt() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 执行法院 ** *
optional string court = 9;
* @return The court.
*/
public java.lang.String getCourt() {
java.lang.Object ref = court_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
court_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 执行法院 ** *
optional string court = 9;
* @return The bytes for court.
*/
public com.google.protobuf.ByteString
getCourtBytes() {
java.lang.Object ref = court_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
court_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 执行法院 ** *
optional string court = 9;
* @param value The court to set.
* @return This builder for chaining.
*/
public Builder setCourt(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
court_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 执行法院 ** *
optional string court = 9;
* @return This builder for chaining.
*/
public Builder clearCourt() {
court_ = getDefaultInstance().getCourt();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 执行法院 ** *
optional string court = 9;
* @param value The bytes for court to set.
* @return This builder for chaining.
*/
public Builder setCourtBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
court_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object executionDesc_ = "";
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return Whether the executionDesc field is set.
*/
public boolean hasExecutionDesc() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The executionDesc.
*/
public java.lang.String getExecutionDesc() {
java.lang.Object ref = executionDesc_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
executionDesc_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return The bytes for executionDesc.
*/
public com.google.protobuf.ByteString
getExecutionDescBytes() {
java.lang.Object ref = executionDesc_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
executionDesc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @param value The executionDesc to set.
* @return This builder for chaining.
*/
public Builder setExecutionDesc(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
executionDesc_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @return This builder for chaining.
*/
public Builder clearExecutionDesc() {
executionDesc_ = getDefaultInstance().getExecutionDesc();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 失信被执行人行为情况 ** *
optional string executionDesc = 10;
* @param value The bytes for executionDesc to set.
* @return This builder for chaining.
*/
public Builder setExecutionDescBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
executionDesc_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object disabled_ = "";
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return Whether the disabled field is set.
*/
public boolean hasDisabled() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The disabled.
*/
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return The bytes for disabled.
*/
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @param value The disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabled(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @return This builder for chaining.
*/
public Builder clearDisabled() {
disabled_ = getDefaultInstance().getDisabled();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* * 是否是历史 ** *
optional string disabled = 11;
* @param value The bytes for disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabledBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object operName_ = "";
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return Whether the operName field is set.
*/
public boolean hasOperName() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The operName.
*/
public java.lang.String getOperName() {
java.lang.Object ref = operName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
operName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return The bytes for operName.
*/
public com.google.protobuf.ByteString
getOperNameBytes() {
java.lang.Object ref = operName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @param value The operName to set.
* @return This builder for chaining.
*/
public Builder setOperName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
operName_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @return This builder for chaining.
*/
public Builder clearOperName() {
operName_ = getDefaultInstance().getOperName();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string operName = 12;
* @param value The bytes for operName to set.
* @return This builder for chaining.
*/
public Builder setOperNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
operName_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
private java.lang.Object number_ = "";
/**
* * 组织机构号 ** *
optional string number = 13;
* @return Whether the number field is set.
*/
public boolean hasNumber() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The number.
*/
public java.lang.String getNumber() {
java.lang.Object ref = number_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
number_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @return The bytes for number.
*/
public com.google.protobuf.ByteString
getNumberBytes() {
java.lang.Object ref = number_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
number_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @param value The number to set.
* @return This builder for chaining.
*/
public Builder setNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
number_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @return This builder for chaining.
*/
public Builder clearNumber() {
number_ = getDefaultInstance().getNumber();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* * 组织机构号 ** *
optional string number = 13;
* @param value The bytes for number to set.
* @return This builder for chaining.
*/
public Builder setNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
number_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private java.lang.Object exDepartment_ = "";
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return Whether the exDepartment field is set.
*/
public boolean hasExDepartment() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The exDepartment.
*/
public java.lang.String getExDepartment() {
java.lang.Object ref = exDepartment_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
exDepartment_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return The bytes for exDepartment.
*/
public com.google.protobuf.ByteString
getExDepartmentBytes() {
java.lang.Object ref = exDepartment_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
exDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @param value The exDepartment to set.
* @return This builder for chaining.
*/
public Builder setExDepartment(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
exDepartment_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @return This builder for chaining.
*/
public Builder clearExDepartment() {
exDepartment_ = getDefaultInstance().getExDepartment();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* * 做出执行依据单位 ** *
optional string exDepartment = 14;
* @param value The bytes for exDepartment to set.
* @return This builder for chaining.
*/
public Builder setExDepartmentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
exDepartment_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* optional string id = 15;
* @return The id.
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string id = 15;
* @return The bytes for id.
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string id = 15;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* optional string id = 15;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
bitField0_ = (bitField0_ & ~0x00004000);
onChanged();
return this;
}
/**
* optional string id = 15;
* @param value The bytes for id to set.
* @return This builder for chaining.
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00004000;
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:fxy.DishonestPersonsInfo)
}
// @@protoc_insertion_point(class_scope:fxy.DishonestPersonsInfo)
private static final com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo();
}
public static com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 企业名称 ** *
optional string entName = 1;
* @return Whether the entName field is set.
*/
boolean hasEntName();
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The entName.
*/
java.lang.String getEntName();
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The bytes for entName.
*/
com.google.protobuf.ByteString
getEntNameBytes();
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
boolean hasInDate();
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
java.lang.String getInDate();
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
com.google.protobuf.ByteString
getInDateBytes();
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return Whether the department field is set.
*/
boolean hasDepartment();
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The department.
*/
java.lang.String getDepartment();
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The bytes for department.
*/
com.google.protobuf.ByteString
getDepartmentBytes();
/**
* * 省份 ** *
optional string province = 4;
* @return Whether the province field is set.
*/
boolean hasProvince();
/**
* * 省份 ** *
optional string province = 4;
* @return The province.
*/
java.lang.String getProvince();
/**
* * 省份 ** *
optional string province = 4;
* @return The bytes for province.
*/
com.google.protobuf.ByteString
getProvinceBytes();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
boolean hasOutDate();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
java.lang.String getOutDate();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
com.google.protobuf.ByteString
getOutDateBytes();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
boolean hasOutReason();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
java.lang.String getOutReason();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
com.google.protobuf.ByteString
getOutReasonBytes();
/**
* * 注册号 ** *
optional string regNo = 7;
* @return Whether the regNo field is set.
*/
boolean hasRegNo();
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The regNo.
*/
java.lang.String getRegNo();
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The bytes for regNo.
*/
com.google.protobuf.ByteString
getRegNoBytes();
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return Whether the disabled field is set.
*/
boolean hasDisabled();
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The disabled.
*/
java.lang.String getDisabled();
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The bytes for disabled.
*/
com.google.protobuf.ByteString
getDisabledBytes();
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return Whether the inReason field is set.
*/
boolean hasInReason();
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The inReason.
*/
java.lang.String getInReason();
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The bytes for inReason.
*/
com.google.protobuf.ByteString
getInReasonBytes();
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return Whether the outDepartment field is set.
*/
boolean hasOutDepartment();
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The outDepartment.
*/
java.lang.String getOutDepartment();
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The bytes for outDepartment.
*/
com.google.protobuf.ByteString
getOutDepartmentBytes();
/**
* optional string id = 11;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 11;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 11;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
/**
* Protobuf type {@code fxy.AbnormalsInfo}
*/
public static final class AbnormalsInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AbnormalsInfo)
AbnormalsInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use AbnormalsInfo.newBuilder() to construct.
private AbnormalsInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AbnormalsInfo() {
entName_ = "";
inDate_ = "";
department_ = "";
province_ = "";
outDate_ = "";
outReason_ = "";
regNo_ = "";
disabled_ = "";
inReason_ = "";
outDepartment_ = "";
id_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AbnormalsInfo();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AbnormalsInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AbnormalsInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AbnormalsInfo.class, com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder.class);
}
private int bitField0_;
public static final int ENTNAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object entName_ = "";
/**
* * 企业名称 ** *
optional string entName = 1;
* @return Whether the entName field is set.
*/
@java.lang.Override
public boolean hasEntName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The entName.
*/
@java.lang.Override
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
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();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
}
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The bytes for entName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INDATE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object inDate_ = "";
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
@java.lang.Override
public boolean hasInDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
@java.lang.Override
public java.lang.String getInDate() {
java.lang.Object ref = inDate_;
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();
if (bs.isValidUtf8()) {
inDate_ = s;
}
return s;
}
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInDateBytes() {
java.lang.Object ref = inDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEPARTMENT_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object department_ = "";
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return Whether the department field is set.
*/
@java.lang.Override
public boolean hasDepartment() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The department.
*/
@java.lang.Override
public java.lang.String getDepartment() {
java.lang.Object ref = department_;
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();
if (bs.isValidUtf8()) {
department_ = s;
}
return s;
}
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The bytes for department.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDepartmentBytes() {
java.lang.Object ref = department_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
department_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROVINCE_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object province_ = "";
/**
* * 省份 ** *
optional string province = 4;
* @return Whether the province field is set.
*/
@java.lang.Override
public boolean hasProvince() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 省份 ** *
optional string province = 4;
* @return The province.
*/
@java.lang.Override
public java.lang.String getProvince() {
java.lang.Object ref = province_;
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();
if (bs.isValidUtf8()) {
province_ = s;
}
return s;
}
}
/**
* * 省份 ** *
optional string province = 4;
* @return The bytes for province.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getProvinceBytes() {
java.lang.Object ref = province_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
province_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTDATE_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object outDate_ = "";
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
@java.lang.Override
public boolean hasOutDate() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
@java.lang.Override
public java.lang.String getOutDate() {
java.lang.Object ref = outDate_;
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();
if (bs.isValidUtf8()) {
outDate_ = s;
}
return s;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutDateBytes() {
java.lang.Object ref = outDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTREASON_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object outReason_ = "";
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
@java.lang.Override
public boolean hasOutReason() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
@java.lang.Override
public java.lang.String getOutReason() {
java.lang.Object ref = outReason_;
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();
if (bs.isValidUtf8()) {
outReason_ = s;
}
return s;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutReasonBytes() {
java.lang.Object ref = outReason_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGNO_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object regNo_ = "";
/**
* * 注册号 ** *
optional string regNo = 7;
* @return Whether the regNo field is set.
*/
@java.lang.Override
public boolean hasRegNo() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The regNo.
*/
@java.lang.Override
public java.lang.String getRegNo() {
java.lang.Object ref = regNo_;
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();
if (bs.isValidUtf8()) {
regNo_ = s;
}
return s;
}
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The bytes for regNo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRegNoBytes() {
java.lang.Object ref = regNo_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
regNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DISABLED_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object disabled_ = "";
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return Whether the disabled field is set.
*/
@java.lang.Override
public boolean hasDisabled() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The disabled.
*/
@java.lang.Override
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
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();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
}
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The bytes for disabled.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INREASON_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object inReason_ = "";
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return Whether the inReason field is set.
*/
@java.lang.Override
public boolean hasInReason() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The inReason.
*/
@java.lang.Override
public java.lang.String getInReason() {
java.lang.Object ref = inReason_;
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();
if (bs.isValidUtf8()) {
inReason_ = s;
}
return s;
}
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The bytes for inReason.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInReasonBytes() {
java.lang.Object ref = inReason_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTDEPARTMENT_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object outDepartment_ = "";
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return Whether the outDepartment field is set.
*/
@java.lang.Override
public boolean hasOutDepartment() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The outDepartment.
*/
@java.lang.Override
public java.lang.String getOutDepartment() {
java.lang.Object ref = outDepartment_;
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();
if (bs.isValidUtf8()) {
outDepartment_ = s;
}
return s;
}
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The bytes for outDepartment.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutDepartmentBytes() {
java.lang.Object ref = outDepartment_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object id_ = "";
/**
* optional string id = 11;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* optional string id = 11;
* @return The id.
*/
@java.lang.Override
public java.lang.String getId() {
java.lang.Object ref = id_;
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();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
}
}
/**
* optional string id = 11;
* @return The bytes for id.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, entName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, inDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, department_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, province_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, outDate_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, outReason_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, regNo_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, disabled_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, inReason_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, outDepartment_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, id_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, entName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, inDate_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, department_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, province_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, outDate_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, outReason_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, regNo_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, disabled_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, inReason_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, outDepartment_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, id_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AbnormalsInfo)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AbnormalsInfo other = (com.yaoyicloud.message.FxyProtos.AbnormalsInfo) obj;
if (hasEntName() != other.hasEntName()) return false;
if (hasEntName()) {
if (!getEntName()
.equals(other.getEntName())) return false;
}
if (hasInDate() != other.hasInDate()) return false;
if (hasInDate()) {
if (!getInDate()
.equals(other.getInDate())) return false;
}
if (hasDepartment() != other.hasDepartment()) return false;
if (hasDepartment()) {
if (!getDepartment()
.equals(other.getDepartment())) return false;
}
if (hasProvince() != other.hasProvince()) return false;
if (hasProvince()) {
if (!getProvince()
.equals(other.getProvince())) return false;
}
if (hasOutDate() != other.hasOutDate()) return false;
if (hasOutDate()) {
if (!getOutDate()
.equals(other.getOutDate())) return false;
}
if (hasOutReason() != other.hasOutReason()) return false;
if (hasOutReason()) {
if (!getOutReason()
.equals(other.getOutReason())) return false;
}
if (hasRegNo() != other.hasRegNo()) return false;
if (hasRegNo()) {
if (!getRegNo()
.equals(other.getRegNo())) return false;
}
if (hasDisabled() != other.hasDisabled()) return false;
if (hasDisabled()) {
if (!getDisabled()
.equals(other.getDisabled())) return false;
}
if (hasInReason() != other.hasInReason()) return false;
if (hasInReason()) {
if (!getInReason()
.equals(other.getInReason())) return false;
}
if (hasOutDepartment() != other.hasOutDepartment()) return false;
if (hasOutDepartment()) {
if (!getOutDepartment()
.equals(other.getOutDepartment())) return false;
}
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (!getId()
.equals(other.getId())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasEntName()) {
hash = (37 * hash) + ENTNAME_FIELD_NUMBER;
hash = (53 * hash) + getEntName().hashCode();
}
if (hasInDate()) {
hash = (37 * hash) + INDATE_FIELD_NUMBER;
hash = (53 * hash) + getInDate().hashCode();
}
if (hasDepartment()) {
hash = (37 * hash) + DEPARTMENT_FIELD_NUMBER;
hash = (53 * hash) + getDepartment().hashCode();
}
if (hasProvince()) {
hash = (37 * hash) + PROVINCE_FIELD_NUMBER;
hash = (53 * hash) + getProvince().hashCode();
}
if (hasOutDate()) {
hash = (37 * hash) + OUTDATE_FIELD_NUMBER;
hash = (53 * hash) + getOutDate().hashCode();
}
if (hasOutReason()) {
hash = (37 * hash) + OUTREASON_FIELD_NUMBER;
hash = (53 * hash) + getOutReason().hashCode();
}
if (hasRegNo()) {
hash = (37 * hash) + REGNO_FIELD_NUMBER;
hash = (53 * hash) + getRegNo().hashCode();
}
if (hasDisabled()) {
hash = (37 * hash) + DISABLED_FIELD_NUMBER;
hash = (53 * hash) + getDisabled().hashCode();
}
if (hasInReason()) {
hash = (37 * hash) + INREASON_FIELD_NUMBER;
hash = (53 * hash) + getInReason().hashCode();
}
if (hasOutDepartment()) {
hash = (37 * hash) + OUTDEPARTMENT_FIELD_NUMBER;
hash = (53 * hash) + getOutDepartment().hashCode();
}
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo 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.yaoyicloud.message.FxyProtos.AbnormalsInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo 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.yaoyicloud.message.FxyProtos.AbnormalsInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo 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.yaoyicloud.message.FxyProtos.AbnormalsInfo 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 fxy.AbnormalsInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 企业名称 ** *
optional string entName = 1;
* @return Whether the entName field is set.
*/
public boolean hasEntName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The entName.
*/
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @return The bytes for entName.
*/
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @param value The entName to set.
* @return This builder for chaining.
*/
public Builder setEntName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @return This builder for chaining.
*/
public Builder clearEntName() {
entName_ = getDefaultInstance().getEntName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string entName = 1;
* @param value The bytes for entName to set.
* @return This builder for chaining.
*/
public Builder setEntNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object inDate_ = "";
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return Whether the inDate field is set.
*/
public boolean hasInDate() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The inDate.
*/
public java.lang.String getInDate() {
java.lang.Object ref = inDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
inDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return The bytes for inDate.
*/
public com.google.protobuf.ByteString
getInDateBytes() {
java.lang.Object ref = inDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @param value The inDate to set.
* @return This builder for chaining.
*/
public Builder setInDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
inDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @return This builder for chaining.
*/
public Builder clearInDate() {
inDate_ = getDefaultInstance().getInDate();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 列入时间 ** *
optional string inDate = 2;
* @param value The bytes for inDate to set.
* @return This builder for chaining.
*/
public Builder setInDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
inDate_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object department_ = "";
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return Whether the department field is set.
*/
public boolean hasDepartment() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The department.
*/
public java.lang.String getDepartment() {
java.lang.Object ref = department_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
department_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return The bytes for department.
*/
public com.google.protobuf.ByteString
getDepartmentBytes() {
java.lang.Object ref = department_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
department_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @param value The department to set.
* @return This builder for chaining.
*/
public Builder setDepartment(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
department_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @return This builder for chaining.
*/
public Builder clearDepartment() {
department_ = getDefaultInstance().getDepartment();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 做出决定机关 ** *
optional string department = 3;
* @param value The bytes for department to set.
* @return This builder for chaining.
*/
public Builder setDepartmentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
department_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object province_ = "";
/**
* * 省份 ** *
optional string province = 4;
* @return Whether the province field is set.
*/
public boolean hasProvince() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 省份 ** *
optional string province = 4;
* @return The province.
*/
public java.lang.String getProvince() {
java.lang.Object ref = province_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
province_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 省份 ** *
optional string province = 4;
* @return The bytes for province.
*/
public com.google.protobuf.ByteString
getProvinceBytes() {
java.lang.Object ref = province_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
province_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 省份 ** *
optional string province = 4;
* @param value The province to set.
* @return This builder for chaining.
*/
public Builder setProvince(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
province_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 省份 ** *
optional string province = 4;
* @return This builder for chaining.
*/
public Builder clearProvince() {
province_ = getDefaultInstance().getProvince();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 省份 ** *
optional string province = 4;
* @param value The bytes for province to set.
* @return This builder for chaining.
*/
public Builder setProvinceBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
province_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object outDate_ = "";
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
public boolean hasOutDate() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
public java.lang.String getOutDate() {
java.lang.Object ref = outDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
public com.google.protobuf.ByteString
getOutDateBytes() {
java.lang.Object ref = outDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @param value The outDate to set.
* @return This builder for chaining.
*/
public Builder setOutDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outDate_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return This builder for chaining.
*/
public Builder clearOutDate() {
outDate_ = getDefaultInstance().getOutDate();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @param value The bytes for outDate to set.
* @return This builder for chaining.
*/
public Builder setOutDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outDate_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object outReason_ = "";
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
public boolean hasOutReason() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
public java.lang.String getOutReason() {
java.lang.Object ref = outReason_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outReason_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
public com.google.protobuf.ByteString
getOutReasonBytes() {
java.lang.Object ref = outReason_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @param value The outReason to set.
* @return This builder for chaining.
*/
public Builder setOutReason(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outReason_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return This builder for chaining.
*/
public Builder clearOutReason() {
outReason_ = getDefaultInstance().getOutReason();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @param value The bytes for outReason to set.
* @return This builder for chaining.
*/
public Builder setOutReasonBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outReason_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object regNo_ = "";
/**
* * 注册号 ** *
optional string regNo = 7;
* @return Whether the regNo field is set.
*/
public boolean hasRegNo() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The regNo.
*/
public java.lang.String getRegNo() {
java.lang.Object ref = regNo_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
regNo_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @return The bytes for regNo.
*/
public com.google.protobuf.ByteString
getRegNoBytes() {
java.lang.Object ref = regNo_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
regNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @param value The regNo to set.
* @return This builder for chaining.
*/
public Builder setRegNo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
regNo_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @return This builder for chaining.
*/
public Builder clearRegNo() {
regNo_ = getDefaultInstance().getRegNo();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 注册号 ** *
optional string regNo = 7;
* @param value The bytes for regNo to set.
* @return This builder for chaining.
*/
public Builder setRegNoBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
regNo_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object disabled_ = "";
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return Whether the disabled field is set.
*/
public boolean hasDisabled() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The disabled.
*/
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return The bytes for disabled.
*/
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @param value The disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabled(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @return This builder for chaining.
*/
public Builder clearDisabled() {
disabled_ = getDefaultInstance().getDisabled();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 历史异常 ** *
optional string disabled = 8;
* @param value The bytes for disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabledBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object inReason_ = "";
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return Whether the inReason field is set.
*/
public boolean hasInReason() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The inReason.
*/
public java.lang.String getInReason() {
java.lang.Object ref = inReason_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
inReason_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return The bytes for inReason.
*/
public com.google.protobuf.ByteString
getInReasonBytes() {
java.lang.Object ref = inReason_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @param value The inReason to set.
* @return This builder for chaining.
*/
public Builder setInReason(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
inReason_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @return This builder for chaining.
*/
public Builder clearInReason() {
inReason_ = getDefaultInstance().getInReason();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 列入原因 ** *
optional string inReason = 9;
* @param value The bytes for inReason to set.
* @return This builder for chaining.
*/
public Builder setInReasonBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
inReason_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object outDepartment_ = "";
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return Whether the outDepartment field is set.
*/
public boolean hasOutDepartment() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The outDepartment.
*/
public java.lang.String getOutDepartment() {
java.lang.Object ref = outDepartment_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outDepartment_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return The bytes for outDepartment.
*/
public com.google.protobuf.ByteString
getOutDepartmentBytes() {
java.lang.Object ref = outDepartment_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @param value The outDepartment to set.
* @return This builder for chaining.
*/
public Builder setOutDepartment(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outDepartment_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @return This builder for chaining.
*/
public Builder clearOutDepartment() {
outDepartment_ = getDefaultInstance().getOutDepartment();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 移出决定机关 ** *
optional string outDepartment = 10;
* @param value The bytes for outDepartment to set.
* @return This builder for chaining.
*/
public Builder setOutDepartmentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outDepartment_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
* optional string id = 11;
* @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* optional string id = 11;
* @return The id.
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string id = 11;
* @return The bytes for id.
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string id = 11;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* optional string id = 11;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* optional string id = 11;
* @param value The bytes for id to set.
* @return This builder for chaining.
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00000400;
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:fxy.AbnormalsInfo)
}
// @@protoc_insertion_point(class_scope:fxy.AbnormalsInfo)
private static final com.yaoyicloud.message.FxyProtos.AbnormalsInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AbnormalsInfo();
}
public static com.yaoyicloud.message.FxyProtos.AbnormalsInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 决定书文号 ** *
optional string number = 1;
* @return Whether the number field is set.
*/
boolean hasNumber();
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The number.
*/
java.lang.String getNumber();
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The bytes for number.
*/
com.google.protobuf.ByteString
getNumberBytes();
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return Whether the penaltyData field is set.
*/
boolean hasPenaltyData();
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The penaltyData.
*/
java.lang.String getPenaltyData();
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The bytes for penaltyData.
*/
com.google.protobuf.ByteString
getPenaltyDataBytes();
/**
* optional string departmentName = 3;
* @return Whether the departmentName field is set.
*/
boolean hasDepartmentName();
/**
* optional string departmentName = 3;
* @return The departmentName.
*/
java.lang.String getDepartmentName();
/**
* optional string departmentName = 3;
* @return The bytes for departmentName.
*/
com.google.protobuf.ByteString
getDepartmentNameBytes();
/**
* * 企业名称 ** *
optional string entName = 4;
* @return Whether the entName field is set.
*/
boolean hasEntName();
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The entName.
*/
java.lang.String getEntName();
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The bytes for entName.
*/
com.google.protobuf.ByteString
getEntNameBytes();
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return Whether the illegalType field is set.
*/
boolean hasIllegalType();
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The illegalType.
*/
java.lang.String getIllegalType();
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The bytes for illegalType.
*/
com.google.protobuf.ByteString
getIllegalTypeBytes();
/**
* * 来源 ** *
optional string source = 6;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* * 来源 ** *
optional string source = 6;
* @return The source.
*/
java.lang.String getSource();
/**
* * 来源 ** *
optional string source = 6;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return Whether the content field is set.
*/
boolean hasContent();
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The content.
*/
java.lang.String getContent();
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The bytes for content.
*/
com.google.protobuf.ByteString
getContentBytes();
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
boolean hasPublishDate();
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
java.lang.String getPublishDate();
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
com.google.protobuf.ByteString
getPublishDateBytes();
/**
* * 详情 ** *
optional string description = 9;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* * 详情 ** *
optional string description = 9;
* @return The description.
*/
java.lang.String getDescription();
/**
* * 详情 ** *
optional string description = 9;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return Whether the disabled field is set.
*/
boolean hasDisabled();
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The disabled.
*/
java.lang.String getDisabled();
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The bytes for disabled.
*/
com.google.protobuf.ByteString
getDisabledBytes();
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return Whether the basedOn field is set.
*/
boolean hasBasedOn();
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The basedOn.
*/
java.lang.String getBasedOn();
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The bytes for basedOn.
*/
com.google.protobuf.ByteString
getBasedOnBytes();
/**
* * 序号 ** *
optional string seqNo = 12;
* @return Whether the seqNo field is set.
*/
boolean hasSeqNo();
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The seqNo.
*/
java.lang.String getSeqNo();
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The bytes for seqNo.
*/
com.google.protobuf.ByteString
getSeqNoBytes();
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return Whether the operName field is set.
*/
boolean hasOperName();
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The operName.
*/
java.lang.String getOperName();
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The bytes for operName.
*/
com.google.protobuf.ByteString
getOperNameBytes();
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return Whether the punishAmnt field is set.
*/
boolean hasPunishAmnt();
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The punishAmnt.
*/
java.lang.String getPunishAmnt();
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The bytes for punishAmnt.
*/
com.google.protobuf.ByteString
getPunishAmntBytes();
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return Whether the department field is set.
*/
boolean hasDepartment();
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The department.
*/
java.lang.String getDepartment();
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The bytes for department.
*/
com.google.protobuf.ByteString
getDepartmentBytes();
/**
* optional string id = 16;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 16;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 16;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
/**
* Protobuf type {@code fxy.AdministrativePenaltyRecord}
*/
public static final class AdministrativePenaltyRecord extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AdministrativePenaltyRecord)
AdministrativePenaltyRecordOrBuilder {
private static final long serialVersionUID = 0L;
// Use AdministrativePenaltyRecord.newBuilder() to construct.
private AdministrativePenaltyRecord(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AdministrativePenaltyRecord() {
number_ = "";
penaltyData_ = "";
departmentName_ = "";
entName_ = "";
illegalType_ = "";
source_ = "";
content_ = "";
publishDate_ = "";
description_ = "";
disabled_ = "";
basedOn_ = "";
seqNo_ = "";
operName_ = "";
punishAmnt_ = "";
department_ = "";
id_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AdministrativePenaltyRecord();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativePenaltyRecord_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativePenaltyRecord_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.class, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder.class);
}
private int bitField0_;
public static final int NUMBER_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object number_ = "";
/**
* * 决定书文号 ** *
optional string number = 1;
* @return Whether the number field is set.
*/
@java.lang.Override
public boolean hasNumber() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The number.
*/
@java.lang.Override
public java.lang.String getNumber() {
java.lang.Object ref = number_;
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();
if (bs.isValidUtf8()) {
number_ = s;
}
return s;
}
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The bytes for number.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNumberBytes() {
java.lang.Object ref = number_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
number_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PENALTYDATA_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object penaltyData_ = "";
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return Whether the penaltyData field is set.
*/
@java.lang.Override
public boolean hasPenaltyData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The penaltyData.
*/
@java.lang.Override
public java.lang.String getPenaltyData() {
java.lang.Object ref = penaltyData_;
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();
if (bs.isValidUtf8()) {
penaltyData_ = s;
}
return s;
}
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The bytes for penaltyData.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPenaltyDataBytes() {
java.lang.Object ref = penaltyData_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
penaltyData_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEPARTMENTNAME_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object departmentName_ = "";
/**
* optional string departmentName = 3;
* @return Whether the departmentName field is set.
*/
@java.lang.Override
public boolean hasDepartmentName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string departmentName = 3;
* @return The departmentName.
*/
@java.lang.Override
public java.lang.String getDepartmentName() {
java.lang.Object ref = departmentName_;
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();
if (bs.isValidUtf8()) {
departmentName_ = s;
}
return s;
}
}
/**
* optional string departmentName = 3;
* @return The bytes for departmentName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDepartmentNameBytes() {
java.lang.Object ref = departmentName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departmentName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ENTNAME_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object entName_ = "";
/**
* * 企业名称 ** *
optional string entName = 4;
* @return Whether the entName field is set.
*/
@java.lang.Override
public boolean hasEntName() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The entName.
*/
@java.lang.Override
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
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();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
}
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The bytes for entName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ILLEGALTYPE_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object illegalType_ = "";
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return Whether the illegalType field is set.
*/
@java.lang.Override
public boolean hasIllegalType() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The illegalType.
*/
@java.lang.Override
public java.lang.String getIllegalType() {
java.lang.Object ref = illegalType_;
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();
if (bs.isValidUtf8()) {
illegalType_ = s;
}
return s;
}
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The bytes for illegalType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIllegalTypeBytes() {
java.lang.Object ref = illegalType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
illegalType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SOURCE_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object source_ = "";
/**
* * 来源 ** *
optional string source = 6;
* @return Whether the source field is set.
*/
@java.lang.Override
public boolean hasSource() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 来源 ** *
optional string source = 6;
* @return The source.
*/
@java.lang.Override
public java.lang.String getSource() {
java.lang.Object ref = source_;
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();
if (bs.isValidUtf8()) {
source_ = s;
}
return s;
}
}
/**
* * 来源 ** *
optional string source = 6;
* @return The bytes for source.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSourceBytes() {
java.lang.Object ref = source_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
source_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CONTENT_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object content_ = "";
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return Whether the content field is set.
*/
@java.lang.Override
public boolean hasContent() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The content.
*/
@java.lang.Override
public java.lang.String getContent() {
java.lang.Object ref = content_;
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();
if (bs.isValidUtf8()) {
content_ = s;
}
return s;
}
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The bytes for content.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getContentBytes() {
java.lang.Object ref = content_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
content_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PUBLISHDATE_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object publishDate_ = "";
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
@java.lang.Override
public boolean hasPublishDate() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
@java.lang.Override
public java.lang.String getPublishDate() {
java.lang.Object ref = publishDate_;
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();
if (bs.isValidUtf8()) {
publishDate_ = s;
}
return s;
}
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPublishDateBytes() {
java.lang.Object ref = publishDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publishDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DESCRIPTION_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object description_ = "";
/**
* * 详情 ** *
optional string description = 9;
* @return Whether the description field is set.
*/
@java.lang.Override
public boolean hasDescription() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 详情 ** *
optional string description = 9;
* @return The description.
*/
@java.lang.Override
public java.lang.String getDescription() {
java.lang.Object ref = description_;
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();
if (bs.isValidUtf8()) {
description_ = s;
}
return s;
}
}
/**
* * 详情 ** *
optional string description = 9;
* @return The bytes for description.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DISABLED_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object disabled_ = "";
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return Whether the disabled field is set.
*/
@java.lang.Override
public boolean hasDisabled() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The disabled.
*/
@java.lang.Override
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
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();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
}
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The bytes for disabled.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BASEDON_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object basedOn_ = "";
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return Whether the basedOn field is set.
*/
@java.lang.Override
public boolean hasBasedOn() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The basedOn.
*/
@java.lang.Override
public java.lang.String getBasedOn() {
java.lang.Object ref = basedOn_;
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();
if (bs.isValidUtf8()) {
basedOn_ = s;
}
return s;
}
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The bytes for basedOn.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBasedOnBytes() {
java.lang.Object ref = basedOn_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
basedOn_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SEQNO_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object seqNo_ = "";
/**
* * 序号 ** *
optional string seqNo = 12;
* @return Whether the seqNo field is set.
*/
@java.lang.Override
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The seqNo.
*/
@java.lang.Override
public java.lang.String getSeqNo() {
java.lang.Object ref = seqNo_;
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();
if (bs.isValidUtf8()) {
seqNo_ = s;
}
return s;
}
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The bytes for seqNo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSeqNoBytes() {
java.lang.Object ref = seqNo_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
seqNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPERNAME_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object operName_ = "";
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return Whether the operName field is set.
*/
@java.lang.Override
public boolean hasOperName() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The operName.
*/
@java.lang.Override
public java.lang.String getOperName() {
java.lang.Object ref = operName_;
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();
if (bs.isValidUtf8()) {
operName_ = s;
}
return s;
}
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The bytes for operName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOperNameBytes() {
java.lang.Object ref = operName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PUNISHAMNT_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object punishAmnt_ = "";
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return Whether the punishAmnt field is set.
*/
@java.lang.Override
public boolean hasPunishAmnt() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The punishAmnt.
*/
@java.lang.Override
public java.lang.String getPunishAmnt() {
java.lang.Object ref = punishAmnt_;
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();
if (bs.isValidUtf8()) {
punishAmnt_ = s;
}
return s;
}
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The bytes for punishAmnt.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPunishAmntBytes() {
java.lang.Object ref = punishAmnt_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
punishAmnt_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEPARTMENT_FIELD_NUMBER = 15;
@SuppressWarnings("serial")
private volatile java.lang.Object department_ = "";
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return Whether the department field is set.
*/
@java.lang.Override
public boolean hasDepartment() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The department.
*/
@java.lang.Override
public java.lang.String getDepartment() {
java.lang.Object ref = department_;
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();
if (bs.isValidUtf8()) {
department_ = s;
}
return s;
}
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The bytes for department.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDepartmentBytes() {
java.lang.Object ref = department_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
department_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 16;
@SuppressWarnings("serial")
private volatile java.lang.Object id_ = "";
/**
* optional string id = 16;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* optional string id = 16;
* @return The id.
*/
@java.lang.Override
public java.lang.String getId() {
java.lang.Object ref = id_;
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();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
}
}
/**
* optional string id = 16;
* @return The bytes for id.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, number_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, penaltyData_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, departmentName_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, entName_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, illegalType_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, source_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, content_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, publishDate_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, description_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, disabled_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, basedOn_);
}
if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, seqNo_);
}
if (((bitField0_ & 0x00001000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, operName_);
}
if (((bitField0_ & 0x00002000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, punishAmnt_);
}
if (((bitField0_ & 0x00004000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, department_);
}
if (((bitField0_ & 0x00008000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, id_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, number_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, penaltyData_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, departmentName_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, entName_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, illegalType_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, source_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, content_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, publishDate_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, description_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, disabled_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, basedOn_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, seqNo_);
}
if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, operName_);
}
if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, punishAmnt_);
}
if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, department_);
}
if (((bitField0_ & 0x00008000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, id_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord other = (com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord) obj;
if (hasNumber() != other.hasNumber()) return false;
if (hasNumber()) {
if (!getNumber()
.equals(other.getNumber())) return false;
}
if (hasPenaltyData() != other.hasPenaltyData()) return false;
if (hasPenaltyData()) {
if (!getPenaltyData()
.equals(other.getPenaltyData())) return false;
}
if (hasDepartmentName() != other.hasDepartmentName()) return false;
if (hasDepartmentName()) {
if (!getDepartmentName()
.equals(other.getDepartmentName())) return false;
}
if (hasEntName() != other.hasEntName()) return false;
if (hasEntName()) {
if (!getEntName()
.equals(other.getEntName())) return false;
}
if (hasIllegalType() != other.hasIllegalType()) return false;
if (hasIllegalType()) {
if (!getIllegalType()
.equals(other.getIllegalType())) return false;
}
if (hasSource() != other.hasSource()) return false;
if (hasSource()) {
if (!getSource()
.equals(other.getSource())) return false;
}
if (hasContent() != other.hasContent()) return false;
if (hasContent()) {
if (!getContent()
.equals(other.getContent())) return false;
}
if (hasPublishDate() != other.hasPublishDate()) return false;
if (hasPublishDate()) {
if (!getPublishDate()
.equals(other.getPublishDate())) return false;
}
if (hasDescription() != other.hasDescription()) return false;
if (hasDescription()) {
if (!getDescription()
.equals(other.getDescription())) return false;
}
if (hasDisabled() != other.hasDisabled()) return false;
if (hasDisabled()) {
if (!getDisabled()
.equals(other.getDisabled())) return false;
}
if (hasBasedOn() != other.hasBasedOn()) return false;
if (hasBasedOn()) {
if (!getBasedOn()
.equals(other.getBasedOn())) return false;
}
if (hasSeqNo() != other.hasSeqNo()) return false;
if (hasSeqNo()) {
if (!getSeqNo()
.equals(other.getSeqNo())) return false;
}
if (hasOperName() != other.hasOperName()) return false;
if (hasOperName()) {
if (!getOperName()
.equals(other.getOperName())) return false;
}
if (hasPunishAmnt() != other.hasPunishAmnt()) return false;
if (hasPunishAmnt()) {
if (!getPunishAmnt()
.equals(other.getPunishAmnt())) return false;
}
if (hasDepartment() != other.hasDepartment()) return false;
if (hasDepartment()) {
if (!getDepartment()
.equals(other.getDepartment())) return false;
}
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (!getId()
.equals(other.getId())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasNumber()) {
hash = (37 * hash) + NUMBER_FIELD_NUMBER;
hash = (53 * hash) + getNumber().hashCode();
}
if (hasPenaltyData()) {
hash = (37 * hash) + PENALTYDATA_FIELD_NUMBER;
hash = (53 * hash) + getPenaltyData().hashCode();
}
if (hasDepartmentName()) {
hash = (37 * hash) + DEPARTMENTNAME_FIELD_NUMBER;
hash = (53 * hash) + getDepartmentName().hashCode();
}
if (hasEntName()) {
hash = (37 * hash) + ENTNAME_FIELD_NUMBER;
hash = (53 * hash) + getEntName().hashCode();
}
if (hasIllegalType()) {
hash = (37 * hash) + ILLEGALTYPE_FIELD_NUMBER;
hash = (53 * hash) + getIllegalType().hashCode();
}
if (hasSource()) {
hash = (37 * hash) + SOURCE_FIELD_NUMBER;
hash = (53 * hash) + getSource().hashCode();
}
if (hasContent()) {
hash = (37 * hash) + CONTENT_FIELD_NUMBER;
hash = (53 * hash) + getContent().hashCode();
}
if (hasPublishDate()) {
hash = (37 * hash) + PUBLISHDATE_FIELD_NUMBER;
hash = (53 * hash) + getPublishDate().hashCode();
}
if (hasDescription()) {
hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getDescription().hashCode();
}
if (hasDisabled()) {
hash = (37 * hash) + DISABLED_FIELD_NUMBER;
hash = (53 * hash) + getDisabled().hashCode();
}
if (hasBasedOn()) {
hash = (37 * hash) + BASEDON_FIELD_NUMBER;
hash = (53 * hash) + getBasedOn().hashCode();
}
if (hasSeqNo()) {
hash = (37 * hash) + SEQNO_FIELD_NUMBER;
hash = (53 * hash) + getSeqNo().hashCode();
}
if (hasOperName()) {
hash = (37 * hash) + OPERNAME_FIELD_NUMBER;
hash = (53 * hash) + getOperName().hashCode();
}
if (hasPunishAmnt()) {
hash = (37 * hash) + PUNISHAMNT_FIELD_NUMBER;
hash = (53 * hash) + getPunishAmnt().hashCode();
}
if (hasDepartment()) {
hash = (37 * hash) + DEPARTMENT_FIELD_NUMBER;
hash = (53 * hash) + getDepartment().hashCode();
}
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord 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.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord 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.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord 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.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord 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 fxy.AdministrativePenaltyRecord}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 决定书文号 ** *
optional string number = 1;
* @return Whether the number field is set.
*/
public boolean hasNumber() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The number.
*/
public java.lang.String getNumber() {
java.lang.Object ref = number_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
number_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @return The bytes for number.
*/
public com.google.protobuf.ByteString
getNumberBytes() {
java.lang.Object ref = number_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
number_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @param value The number to set.
* @return This builder for chaining.
*/
public Builder setNumber(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
number_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @return This builder for chaining.
*/
public Builder clearNumber() {
number_ = getDefaultInstance().getNumber();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 决定书文号 ** *
optional string number = 1;
* @param value The bytes for number to set.
* @return This builder for chaining.
*/
public Builder setNumberBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
number_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object penaltyData_ = "";
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return Whether the penaltyData field is set.
*/
public boolean hasPenaltyData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The penaltyData.
*/
public java.lang.String getPenaltyData() {
java.lang.Object ref = penaltyData_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
penaltyData_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return The bytes for penaltyData.
*/
public com.google.protobuf.ByteString
getPenaltyDataBytes() {
java.lang.Object ref = penaltyData_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
penaltyData_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @param value The penaltyData to set.
* @return This builder for chaining.
*/
public Builder setPenaltyData(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
penaltyData_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @return This builder for chaining.
*/
public Builder clearPenaltyData() {
penaltyData_ = getDefaultInstance().getPenaltyData();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 处罚日期 ** *
optional string penaltyData = 2;
* @param value The bytes for penaltyData to set.
* @return This builder for chaining.
*/
public Builder setPenaltyDataBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
penaltyData_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object departmentName_ = "";
/**
* optional string departmentName = 3;
* @return Whether the departmentName field is set.
*/
public boolean hasDepartmentName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string departmentName = 3;
* @return The departmentName.
*/
public java.lang.String getDepartmentName() {
java.lang.Object ref = departmentName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
departmentName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string departmentName = 3;
* @return The bytes for departmentName.
*/
public com.google.protobuf.ByteString
getDepartmentNameBytes() {
java.lang.Object ref = departmentName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departmentName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string departmentName = 3;
* @param value The departmentName to set.
* @return This builder for chaining.
*/
public Builder setDepartmentName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
departmentName_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional string departmentName = 3;
* @return This builder for chaining.
*/
public Builder clearDepartmentName() {
departmentName_ = getDefaultInstance().getDepartmentName();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* optional string departmentName = 3;
* @param value The bytes for departmentName to set.
* @return This builder for chaining.
*/
public Builder setDepartmentNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
departmentName_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object entName_ = "";
/**
* * 企业名称 ** *
optional string entName = 4;
* @return Whether the entName field is set.
*/
public boolean hasEntName() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The entName.
*/
public java.lang.String getEntName() {
java.lang.Object ref = entName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
entName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @return The bytes for entName.
*/
public com.google.protobuf.ByteString
getEntNameBytes() {
java.lang.Object ref = entName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
entName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @param value The entName to set.
* @return This builder for chaining.
*/
public Builder setEntName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @return This builder for chaining.
*/
public Builder clearEntName() {
entName_ = getDefaultInstance().getEntName();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string entName = 4;
* @param value The bytes for entName to set.
* @return This builder for chaining.
*/
public Builder setEntNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
entName_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object illegalType_ = "";
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return Whether the illegalType field is set.
*/
public boolean hasIllegalType() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The illegalType.
*/
public java.lang.String getIllegalType() {
java.lang.Object ref = illegalType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
illegalType_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return The bytes for illegalType.
*/
public com.google.protobuf.ByteString
getIllegalTypeBytes() {
java.lang.Object ref = illegalType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
illegalType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @param value The illegalType to set.
* @return This builder for chaining.
*/
public Builder setIllegalType(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
illegalType_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @return This builder for chaining.
*/
public Builder clearIllegalType() {
illegalType_ = getDefaultInstance().getIllegalType();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 违法行为类型 ** *
optional string illegalType = 5;
* @param value The bytes for illegalType to set.
* @return This builder for chaining.
*/
public Builder setIllegalTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
illegalType_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object source_ = "";
/**
* * 来源 ** *
optional string source = 6;
* @return Whether the source field is set.
*/
public boolean hasSource() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 来源 ** *
optional string source = 6;
* @return The source.
*/
public java.lang.String getSource() {
java.lang.Object ref = source_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
source_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 来源 ** *
optional string source = 6;
* @return The bytes for source.
*/
public com.google.protobuf.ByteString
getSourceBytes() {
java.lang.Object ref = source_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
source_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 来源 ** *
optional string source = 6;
* @param value The source to set.
* @return This builder for chaining.
*/
public Builder setSource(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
source_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 来源 ** *
optional string source = 6;
* @return This builder for chaining.
*/
public Builder clearSource() {
source_ = getDefaultInstance().getSource();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 来源 ** *
optional string source = 6;
* @param value The bytes for source to set.
* @return This builder for chaining.
*/
public Builder setSourceBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
source_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object content_ = "";
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return Whether the content field is set.
*/
public boolean hasContent() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The content.
*/
public java.lang.String getContent() {
java.lang.Object ref = content_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
content_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return The bytes for content.
*/
public com.google.protobuf.ByteString
getContentBytes() {
java.lang.Object ref = content_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
content_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @param value The content to set.
* @return This builder for chaining.
*/
public Builder setContent(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
content_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @return This builder for chaining.
*/
public Builder clearContent() {
content_ = getDefaultInstance().getContent();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 行政处罚内容 ** *
optional string content = 7;
* @param value The bytes for content to set.
* @return This builder for chaining.
*/
public Builder setContentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
content_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object publishDate_ = "";
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return Whether the publishDate field is set.
*/
public boolean hasPublishDate() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The publishDate.
*/
public java.lang.String getPublishDate() {
java.lang.Object ref = publishDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
publishDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return The bytes for publishDate.
*/
public com.google.protobuf.ByteString
getPublishDateBytes() {
java.lang.Object ref = publishDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publishDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @param value The publishDate to set.
* @return This builder for chaining.
*/
public Builder setPublishDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
publishDate_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @return This builder for chaining.
*/
public Builder clearPublishDate() {
publishDate_ = getDefaultInstance().getPublishDate();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 公示日期 ** *
optional string publishDate = 8;
* @param value The bytes for publishDate to set.
* @return This builder for chaining.
*/
public Builder setPublishDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
publishDate_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object description_ = "";
/**
* * 详情 ** *
optional string description = 9;
* @return Whether the description field is set.
*/
public boolean hasDescription() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 详情 ** *
optional string description = 9;
* @return The description.
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
description_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 详情 ** *
optional string description = 9;
* @return The bytes for description.
*/
public com.google.protobuf.ByteString
getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 详情 ** *
optional string description = 9;
* @param value The description to set.
* @return This builder for chaining.
*/
public Builder setDescription(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
description_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 详情 ** *
optional string description = 9;
* @return This builder for chaining.
*/
public Builder clearDescription() {
description_ = getDefaultInstance().getDescription();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 详情 ** *
optional string description = 9;
* @param value The bytes for description to set.
* @return This builder for chaining.
*/
public Builder setDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
description_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object disabled_ = "";
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return Whether the disabled field is set.
*/
public boolean hasDisabled() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The disabled.
*/
public java.lang.String getDisabled() {
java.lang.Object ref = disabled_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
disabled_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return The bytes for disabled.
*/
public com.google.protobuf.ByteString
getDisabledBytes() {
java.lang.Object ref = disabled_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
disabled_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @param value The disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabled(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @return This builder for chaining.
*/
public Builder clearDisabled() {
disabled_ = getDefaultInstance().getDisabled();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 是否成为历史 ** *
optional string disabled = 10;
* @param value The bytes for disabled to set.
* @return This builder for chaining.
*/
public Builder setDisabledBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
disabled_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object basedOn_ = "";
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return Whether the basedOn field is set.
*/
public boolean hasBasedOn() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The basedOn.
*/
public java.lang.String getBasedOn() {
java.lang.Object ref = basedOn_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
basedOn_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return The bytes for basedOn.
*/
public com.google.protobuf.ByteString
getBasedOnBytes() {
java.lang.Object ref = basedOn_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
basedOn_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @param value The basedOn to set.
* @return This builder for chaining.
*/
public Builder setBasedOn(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
basedOn_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @return This builder for chaining.
*/
public Builder clearBasedOn() {
basedOn_ = getDefaultInstance().getBasedOn();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* * 处罚依据 ** *
optional string basedOn = 11;
* @param value The bytes for basedOn to set.
* @return This builder for chaining.
*/
public Builder setBasedOnBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
basedOn_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object seqNo_ = "";
/**
* * 序号 ** *
optional string seqNo = 12;
* @return Whether the seqNo field is set.
*/
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The seqNo.
*/
public java.lang.String getSeqNo() {
java.lang.Object ref = seqNo_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
seqNo_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @return The bytes for seqNo.
*/
public com.google.protobuf.ByteString
getSeqNoBytes() {
java.lang.Object ref = seqNo_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
seqNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @param value The seqNo to set.
* @return This builder for chaining.
*/
public Builder setSeqNo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
seqNo_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @return This builder for chaining.
*/
public Builder clearSeqNo() {
seqNo_ = getDefaultInstance().getSeqNo();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;
}
/**
* * 序号 ** *
optional string seqNo = 12;
* @param value The bytes for seqNo to set.
* @return This builder for chaining.
*/
public Builder setSeqNoBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
seqNo_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
private java.lang.Object operName_ = "";
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return Whether the operName field is set.
*/
public boolean hasOperName() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The operName.
*/
public java.lang.String getOperName() {
java.lang.Object ref = operName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
operName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return The bytes for operName.
*/
public com.google.protobuf.ByteString
getOperNameBytes() {
java.lang.Object ref = operName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @param value The operName to set.
* @return This builder for chaining.
*/
public Builder setOperName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
operName_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @return This builder for chaining.
*/
public Builder clearOperName() {
operName_ = getDefaultInstance().getOperName();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string operName = 13;
* @param value The bytes for operName to set.
* @return This builder for chaining.
*/
public Builder setOperNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
operName_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private java.lang.Object punishAmnt_ = "";
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return Whether the punishAmnt field is set.
*/
public boolean hasPunishAmnt() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The punishAmnt.
*/
public java.lang.String getPunishAmnt() {
java.lang.Object ref = punishAmnt_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
punishAmnt_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return The bytes for punishAmnt.
*/
public com.google.protobuf.ByteString
getPunishAmntBytes() {
java.lang.Object ref = punishAmnt_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
punishAmnt_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @param value The punishAmnt to set.
* @return This builder for chaining.
*/
public Builder setPunishAmnt(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
punishAmnt_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @return This builder for chaining.
*/
public Builder clearPunishAmnt() {
punishAmnt_ = getDefaultInstance().getPunishAmnt();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* * 罚款金额 ** *
optional string punishAmnt = 14;
* @param value The bytes for punishAmnt to set.
* @return This builder for chaining.
*/
public Builder setPunishAmntBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
punishAmnt_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private java.lang.Object department_ = "";
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return Whether the department field is set.
*/
public boolean hasDepartment() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The department.
*/
public java.lang.String getDepartment() {
java.lang.Object ref = department_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
department_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return The bytes for department.
*/
public com.google.protobuf.ByteString
getDepartmentBytes() {
java.lang.Object ref = department_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
department_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @param value The department to set.
* @return This builder for chaining.
*/
public Builder setDepartment(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
department_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @return This builder for chaining.
*/
public Builder clearDepartment() {
department_ = getDefaultInstance().getDepartment();
bitField0_ = (bitField0_ & ~0x00004000);
onChanged();
return this;
}
/**
* * 决定机关名称 ** *
optional string department = 15;
* @param value The bytes for department to set.
* @return This builder for chaining.
*/
public Builder setDepartmentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
department_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
* optional string id = 16;
* @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* optional string id = 16;
* @return The id.
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string id = 16;
* @return The bytes for id.
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string id = 16;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* optional string id = 16;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
bitField0_ = (bitField0_ & ~0x00008000);
onChanged();
return this;
}
/**
* optional string id = 16;
* @param value The bytes for id to set.
* @return This builder for chaining.
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00008000;
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:fxy.AdministrativePenaltyRecord)
}
// @@protoc_insertion_point(class_scope:fxy.AdministrativePenaltyRecord)
private static final com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord();
}
public static com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 企业名称 ** *
optional string departmentName = 1;
* @return Whether the departmentName field is set.
*/
boolean hasDepartmentName();
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The departmentName.
*/
java.lang.String getDepartmentName();
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The bytes for departmentName.
*/
com.google.protobuf.ByteString
getDepartmentNameBytes();
/**
* * 发生时间 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
boolean hasTime();
/**
* * 发生时间 ** *
optional string time = 2;
* @return The time.
*/
java.lang.String getTime();
/**
* * 发生时间 ** *
optional string time = 2;
* @return The bytes for time.
*/
com.google.protobuf.ByteString
getTimeBytes();
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return Whether the type field is set.
*/
boolean hasType();
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The type.
*/
java.lang.String getType();
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return Whether the uTags field is set.
*/
boolean hasUTags();
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The uTags.
*/
java.lang.String getUTags();
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The bytes for uTags.
*/
com.google.protobuf.ByteString
getUTagsBytes();
/**
* * 案件性质 ** *
optional string property = 5;
* @return Whether the property field is set.
*/
boolean hasProperty();
/**
* * 案件性质 ** *
optional string property = 5;
* @return The property.
*/
java.lang.String getProperty();
/**
* * 案件性质 ** *
optional string property = 5;
* @return The bytes for property.
*/
com.google.protobuf.ByteString
getPropertyBytes();
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The createTime.
*/
java.lang.String getCreateTime();
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The bytes for createTime.
*/
com.google.protobuf.ByteString
getCreateTimeBytes();
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return Whether the financeOfficer field is set.
*/
boolean hasFinanceOfficer();
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The financeOfficer.
*/
java.lang.String getFinanceOfficer();
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The bytes for financeOfficer.
*/
com.google.protobuf.ByteString
getFinanceOfficerBytes();
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The name.
*/
java.lang.String getName();
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return Whether the creditNo field is set.
*/
boolean hasCreditNo();
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The creditNo.
*/
java.lang.String getCreditNo();
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The bytes for creditNo.
*/
com.google.protobuf.ByteString
getCreditNoBytes();
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return Whether the oper field is set.
*/
boolean hasOper();
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The oper.
*/
java.lang.String getOper();
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The bytes for oper.
*/
com.google.protobuf.ByteString
getOperBytes();
/**
* * 注册地址 ** *
optional string address = 11;
* @return Whether the address field is set.
*/
boolean hasAddress();
/**
* * 注册地址 ** *
optional string address = 11;
* @return The address.
*/
java.lang.String getAddress();
/**
* * 注册地址 ** *
optional string address = 11;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return Whether the result field is set.
*/
boolean hasResult();
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The result.
*/
java.lang.String getResult();
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The bytes for result.
*/
com.google.protobuf.ByteString
getResultBytes();
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return Whether the orgNo field is set.
*/
boolean hasOrgNo();
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The orgNo.
*/
java.lang.String getOrgNo();
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The bytes for orgNo.
*/
com.google.protobuf.ByteString
getOrgNoBytes();
/**
* * 原文链接 ** *
optional string url = 14;
* @return Whether the url field is set.
*/
boolean hasUrl();
/**
* * 原文链接 ** *
optional string url = 14;
* @return The url.
*/
java.lang.String getUrl();
/**
* * 原文链接 ** *
optional string url = 14;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 15;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 15;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
/**
* Protobuf type {@code fxy.AdministrativeTaxPenalty}
*/
public static final class AdministrativeTaxPenalty extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AdministrativeTaxPenalty)
AdministrativeTaxPenaltyOrBuilder {
private static final long serialVersionUID = 0L;
// Use AdministrativeTaxPenalty.newBuilder() to construct.
private AdministrativeTaxPenalty(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AdministrativeTaxPenalty() {
departmentName_ = "";
time_ = "";
type_ = "";
uTags_ = "";
property_ = "";
createTime_ = "";
financeOfficer_ = "";
name_ = "";
creditNo_ = "";
oper_ = "";
address_ = "";
result_ = "";
orgNo_ = "";
url_ = "";
id_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AdministrativeTaxPenalty();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativeTaxPenalty_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativeTaxPenalty_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.class, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder.class);
}
private int bitField0_;
public static final int DEPARTMENTNAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object departmentName_ = "";
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return Whether the departmentName field is set.
*/
@java.lang.Override
public boolean hasDepartmentName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The departmentName.
*/
@java.lang.Override
public java.lang.String getDepartmentName() {
java.lang.Object ref = departmentName_;
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();
if (bs.isValidUtf8()) {
departmentName_ = s;
}
return s;
}
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The bytes for departmentName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDepartmentNameBytes() {
java.lang.Object ref = departmentName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departmentName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TIME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object time_ = "";
/**
* * 发生时间 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
@java.lang.Override
public boolean hasTime() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 发生时间 ** *
optional string time = 2;
* @return The time.
*/
@java.lang.Override
public java.lang.String getTime() {
java.lang.Object ref = time_;
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();
if (bs.isValidUtf8()) {
time_ = s;
}
return s;
}
}
/**
* * 发生时间 ** *
optional string time = 2;
* @return The bytes for time.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTimeBytes() {
java.lang.Object ref = time_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
time_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TYPE_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object type_ = "";
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return Whether the type field is set.
*/
@java.lang.Override
public boolean hasType() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The type.
*/
@java.lang.Override
public java.lang.String getType() {
java.lang.Object ref = type_;
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();
if (bs.isValidUtf8()) {
type_ = s;
}
return s;
}
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The bytes for type.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int UTAGS_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object uTags_ = "";
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return Whether the uTags field is set.
*/
@java.lang.Override
public boolean hasUTags() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The uTags.
*/
@java.lang.Override
public java.lang.String getUTags() {
java.lang.Object ref = uTags_;
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();
if (bs.isValidUtf8()) {
uTags_ = s;
}
return s;
}
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The bytes for uTags.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getUTagsBytes() {
java.lang.Object ref = uTags_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
uTags_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PROPERTY_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object property_ = "";
/**
* * 案件性质 ** *
optional string property = 5;
* @return Whether the property field is set.
*/
@java.lang.Override
public boolean hasProperty() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 案件性质 ** *
optional string property = 5;
* @return The property.
*/
@java.lang.Override
public java.lang.String getProperty() {
java.lang.Object ref = property_;
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();
if (bs.isValidUtf8()) {
property_ = s;
}
return s;
}
}
/**
* * 案件性质 ** *
optional string property = 5;
* @return The bytes for property.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPropertyBytes() {
java.lang.Object ref = property_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
property_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CREATETIME_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object createTime_ = "";
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return Whether the createTime field is set.
*/
@java.lang.Override
public boolean hasCreateTime() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The createTime.
*/
@java.lang.Override
public java.lang.String getCreateTime() {
java.lang.Object ref = createTime_;
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();
if (bs.isValidUtf8()) {
createTime_ = s;
}
return s;
}
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The bytes for createTime.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCreateTimeBytes() {
java.lang.Object ref = createTime_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
createTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FINANCEOFFICER_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object financeOfficer_ = "";
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return Whether the financeOfficer field is set.
*/
@java.lang.Override
public boolean hasFinanceOfficer() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The financeOfficer.
*/
@java.lang.Override
public java.lang.String getFinanceOfficer() {
java.lang.Object ref = financeOfficer_;
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();
if (bs.isValidUtf8()) {
financeOfficer_ = s;
}
return s;
}
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The bytes for financeOfficer.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFinanceOfficerBytes() {
java.lang.Object ref = financeOfficer_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
financeOfficer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NAME_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
}
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CREDITNO_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object creditNo_ = "";
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return Whether the creditNo field is set.
*/
@java.lang.Override
public boolean hasCreditNo() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The creditNo.
*/
@java.lang.Override
public java.lang.String getCreditNo() {
java.lang.Object ref = creditNo_;
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();
if (bs.isValidUtf8()) {
creditNo_ = s;
}
return s;
}
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The bytes for creditNo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCreditNoBytes() {
java.lang.Object ref = creditNo_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
creditNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPER_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object oper_ = "";
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return Whether the oper field is set.
*/
@java.lang.Override
public boolean hasOper() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The oper.
*/
@java.lang.Override
public java.lang.String getOper() {
java.lang.Object ref = oper_;
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();
if (bs.isValidUtf8()) {
oper_ = s;
}
return s;
}
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The bytes for oper.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOperBytes() {
java.lang.Object ref = oper_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
oper_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ADDRESS_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object address_ = "";
/**
* * 注册地址 ** *
optional string address = 11;
* @return Whether the address field is set.
*/
@java.lang.Override
public boolean hasAddress() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 注册地址 ** *
optional string address = 11;
* @return The address.
*/
@java.lang.Override
public java.lang.String getAddress() {
java.lang.Object ref = address_;
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();
if (bs.isValidUtf8()) {
address_ = s;
}
return s;
}
}
/**
* * 注册地址 ** *
optional string address = 11;
* @return The bytes for address.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAddressBytes() {
java.lang.Object ref = address_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
address_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RESULT_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object result_ = "";
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return Whether the result field is set.
*/
@java.lang.Override
public boolean hasResult() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The result.
*/
@java.lang.Override
public java.lang.String getResult() {
java.lang.Object ref = result_;
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();
if (bs.isValidUtf8()) {
result_ = s;
}
return s;
}
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The bytes for result.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getResultBytes() {
java.lang.Object ref = result_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
result_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ORGNO_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object orgNo_ = "";
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return Whether the orgNo field is set.
*/
@java.lang.Override
public boolean hasOrgNo() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The orgNo.
*/
@java.lang.Override
public java.lang.String getOrgNo() {
java.lang.Object ref = orgNo_;
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();
if (bs.isValidUtf8()) {
orgNo_ = s;
}
return s;
}
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The bytes for orgNo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOrgNoBytes() {
java.lang.Object ref = orgNo_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
orgNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int URL_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object url_ = "";
/**
* * 原文链接 ** *
optional string url = 14;
* @return Whether the url field is set.
*/
@java.lang.Override
public boolean hasUrl() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 原文链接 ** *
optional string url = 14;
* @return The url.
*/
@java.lang.Override
public java.lang.String getUrl() {
java.lang.Object ref = url_;
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();
if (bs.isValidUtf8()) {
url_ = s;
}
return s;
}
}
/**
* * 原文链接 ** *
optional string url = 14;
* @return The bytes for url.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getUrlBytes() {
java.lang.Object ref = url_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
url_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 15;
@SuppressWarnings("serial")
private volatile java.lang.Object id_ = "";
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* optional string id = 15;
* @return The id.
*/
@java.lang.Override
public java.lang.String getId() {
java.lang.Object ref = id_;
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();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
}
}
/**
* optional string id = 15;
* @return The bytes for id.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, departmentName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, time_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, uTags_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, property_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, createTime_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, financeOfficer_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, name_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, creditNo_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, oper_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, address_);
}
if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, result_);
}
if (((bitField0_ & 0x00001000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, orgNo_);
}
if (((bitField0_ & 0x00002000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, url_);
}
if (((bitField0_ & 0x00004000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, id_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, departmentName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, time_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, uTags_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, property_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, createTime_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, financeOfficer_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, name_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, creditNo_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, oper_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, address_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, result_);
}
if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, orgNo_);
}
if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, url_);
}
if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, id_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty other = (com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty) obj;
if (hasDepartmentName() != other.hasDepartmentName()) return false;
if (hasDepartmentName()) {
if (!getDepartmentName()
.equals(other.getDepartmentName())) return false;
}
if (hasTime() != other.hasTime()) return false;
if (hasTime()) {
if (!getTime()
.equals(other.getTime())) return false;
}
if (hasType() != other.hasType()) return false;
if (hasType()) {
if (!getType()
.equals(other.getType())) return false;
}
if (hasUTags() != other.hasUTags()) return false;
if (hasUTags()) {
if (!getUTags()
.equals(other.getUTags())) return false;
}
if (hasProperty() != other.hasProperty()) return false;
if (hasProperty()) {
if (!getProperty()
.equals(other.getProperty())) return false;
}
if (hasCreateTime() != other.hasCreateTime()) return false;
if (hasCreateTime()) {
if (!getCreateTime()
.equals(other.getCreateTime())) return false;
}
if (hasFinanceOfficer() != other.hasFinanceOfficer()) return false;
if (hasFinanceOfficer()) {
if (!getFinanceOfficer()
.equals(other.getFinanceOfficer())) return false;
}
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (hasCreditNo() != other.hasCreditNo()) return false;
if (hasCreditNo()) {
if (!getCreditNo()
.equals(other.getCreditNo())) return false;
}
if (hasOper() != other.hasOper()) return false;
if (hasOper()) {
if (!getOper()
.equals(other.getOper())) return false;
}
if (hasAddress() != other.hasAddress()) return false;
if (hasAddress()) {
if (!getAddress()
.equals(other.getAddress())) return false;
}
if (hasResult() != other.hasResult()) return false;
if (hasResult()) {
if (!getResult()
.equals(other.getResult())) return false;
}
if (hasOrgNo() != other.hasOrgNo()) return false;
if (hasOrgNo()) {
if (!getOrgNo()
.equals(other.getOrgNo())) return false;
}
if (hasUrl() != other.hasUrl()) return false;
if (hasUrl()) {
if (!getUrl()
.equals(other.getUrl())) return false;
}
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (!getId()
.equals(other.getId())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasDepartmentName()) {
hash = (37 * hash) + DEPARTMENTNAME_FIELD_NUMBER;
hash = (53 * hash) + getDepartmentName().hashCode();
}
if (hasTime()) {
hash = (37 * hash) + TIME_FIELD_NUMBER;
hash = (53 * hash) + getTime().hashCode();
}
if (hasType()) {
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType().hashCode();
}
if (hasUTags()) {
hash = (37 * hash) + UTAGS_FIELD_NUMBER;
hash = (53 * hash) + getUTags().hashCode();
}
if (hasProperty()) {
hash = (37 * hash) + PROPERTY_FIELD_NUMBER;
hash = (53 * hash) + getProperty().hashCode();
}
if (hasCreateTime()) {
hash = (37 * hash) + CREATETIME_FIELD_NUMBER;
hash = (53 * hash) + getCreateTime().hashCode();
}
if (hasFinanceOfficer()) {
hash = (37 * hash) + FINANCEOFFICER_FIELD_NUMBER;
hash = (53 * hash) + getFinanceOfficer().hashCode();
}
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasCreditNo()) {
hash = (37 * hash) + CREDITNO_FIELD_NUMBER;
hash = (53 * hash) + getCreditNo().hashCode();
}
if (hasOper()) {
hash = (37 * hash) + OPER_FIELD_NUMBER;
hash = (53 * hash) + getOper().hashCode();
}
if (hasAddress()) {
hash = (37 * hash) + ADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getAddress().hashCode();
}
if (hasResult()) {
hash = (37 * hash) + RESULT_FIELD_NUMBER;
hash = (53 * hash) + getResult().hashCode();
}
if (hasOrgNo()) {
hash = (37 * hash) + ORGNO_FIELD_NUMBER;
hash = (53 * hash) + getOrgNo().hashCode();
}
if (hasUrl()) {
hash = (37 * hash) + URL_FIELD_NUMBER;
hash = (53 * hash) + getUrl().hashCode();
}
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty 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.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty 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.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty 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.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty 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 fxy.AdministrativeTaxPenalty}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 企业名称 ** *
optional string departmentName = 1;
* @return Whether the departmentName field is set.
*/
public boolean hasDepartmentName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The departmentName.
*/
public java.lang.String getDepartmentName() {
java.lang.Object ref = departmentName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
departmentName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return The bytes for departmentName.
*/
public com.google.protobuf.ByteString
getDepartmentNameBytes() {
java.lang.Object ref = departmentName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departmentName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @param value The departmentName to set.
* @return This builder for chaining.
*/
public Builder setDepartmentName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
departmentName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @return This builder for chaining.
*/
public Builder clearDepartmentName() {
departmentName_ = getDefaultInstance().getDepartmentName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string departmentName = 1;
* @param value The bytes for departmentName to set.
* @return This builder for chaining.
*/
public Builder setDepartmentNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
departmentName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object time_ = "";
/**
* * 发生时间 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
public boolean hasTime() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 发生时间 ** *
optional string time = 2;
* @return The time.
*/
public java.lang.String getTime() {
java.lang.Object ref = time_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
time_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 发生时间 ** *
optional string time = 2;
* @return The bytes for time.
*/
public com.google.protobuf.ByteString
getTimeBytes() {
java.lang.Object ref = time_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
time_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 发生时间 ** *
optional string time = 2;
* @param value The time to set.
* @return This builder for chaining.
*/
public Builder setTime(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
time_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 发生时间 ** *
optional string time = 2;
* @return This builder for chaining.
*/
public Builder clearTime() {
time_ = getDefaultInstance().getTime();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 发生时间 ** *
optional string time = 2;
* @param value The bytes for time to set.
* @return This builder for chaining.
*/
public Builder setTimeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
time_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object type_ = "";
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The type.
*/
public java.lang.String getType() {
java.lang.Object ref = type_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
type_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return The bytes for type.
*/
public com.google.protobuf.ByteString
getTypeBytes() {
java.lang.Object ref = type_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
type_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
type_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @return This builder for chaining.
*/
public Builder clearType() {
type_ = getDefaultInstance().getType();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 公示税务机关 ** *
optional string type = 3;
* @param value The bytes for type to set.
* @return This builder for chaining.
*/
public Builder setTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
type_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object uTags_ = "";
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return Whether the uTags field is set.
*/
public boolean hasUTags() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The uTags.
*/
public java.lang.String getUTags() {
java.lang.Object ref = uTags_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
uTags_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return The bytes for uTags.
*/
public com.google.protobuf.ByteString
getUTagsBytes() {
java.lang.Object ref = uTags_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
uTags_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @param value The uTags to set.
* @return This builder for chaining.
*/
public Builder setUTags(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
uTags_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @return This builder for chaining.
*/
public Builder clearUTags() {
uTags_ = getDefaultInstance().getUTags();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 是否是历史 ** *
optional string uTags = 4;
* @param value The bytes for uTags to set.
* @return This builder for chaining.
*/
public Builder setUTagsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
uTags_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object property_ = "";
/**
* * 案件性质 ** *
optional string property = 5;
* @return Whether the property field is set.
*/
public boolean hasProperty() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 案件性质 ** *
optional string property = 5;
* @return The property.
*/
public java.lang.String getProperty() {
java.lang.Object ref = property_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
property_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 案件性质 ** *
optional string property = 5;
* @return The bytes for property.
*/
public com.google.protobuf.ByteString
getPropertyBytes() {
java.lang.Object ref = property_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
property_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 案件性质 ** *
optional string property = 5;
* @param value The property to set.
* @return This builder for chaining.
*/
public Builder setProperty(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
property_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 案件性质 ** *
optional string property = 5;
* @return This builder for chaining.
*/
public Builder clearProperty() {
property_ = getDefaultInstance().getProperty();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 案件性质 ** *
optional string property = 5;
* @param value The bytes for property to set.
* @return This builder for chaining.
*/
public Builder setPropertyBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
property_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object createTime_ = "";
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return Whether the createTime field is set.
*/
public boolean hasCreateTime() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The createTime.
*/
public java.lang.String getCreateTime() {
java.lang.Object ref = createTime_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
createTime_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return The bytes for createTime.
*/
public com.google.protobuf.ByteString
getCreateTimeBytes() {
java.lang.Object ref = createTime_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
createTime_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @param value The createTime to set.
* @return This builder for chaining.
*/
public Builder setCreateTime(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
createTime_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @return This builder for chaining.
*/
public Builder clearCreateTime() {
createTime_ = getDefaultInstance().getCreateTime();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 创建时间 ** *
optional string createTime = 6;
* @param value The bytes for createTime to set.
* @return This builder for chaining.
*/
public Builder setCreateTimeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
createTime_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object financeOfficer_ = "";
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return Whether the financeOfficer field is set.
*/
public boolean hasFinanceOfficer() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The financeOfficer.
*/
public java.lang.String getFinanceOfficer() {
java.lang.Object ref = financeOfficer_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
financeOfficer_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return The bytes for financeOfficer.
*/
public com.google.protobuf.ByteString
getFinanceOfficerBytes() {
java.lang.Object ref = financeOfficer_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
financeOfficer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @param value The financeOfficer to set.
* @return This builder for chaining.
*/
public Builder setFinanceOfficer(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
financeOfficer_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @return This builder for chaining.
*/
public Builder clearFinanceOfficer() {
financeOfficer_ = getDefaultInstance().getFinanceOfficer();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 财务负责人 ** *
optional string financeOfficer = 7;
* @param value The bytes for financeOfficer to set.
* @return This builder for chaining.
*/
public Builder setFinanceOfficerBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
financeOfficer_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 纳税人名称 ** *
optional string name = 8;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object creditNo_ = "";
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return Whether the creditNo field is set.
*/
public boolean hasCreditNo() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The creditNo.
*/
public java.lang.String getCreditNo() {
java.lang.Object ref = creditNo_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
creditNo_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return The bytes for creditNo.
*/
public com.google.protobuf.ByteString
getCreditNoBytes() {
java.lang.Object ref = creditNo_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
creditNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @param value The creditNo to set.
* @return This builder for chaining.
*/
public Builder setCreditNo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
creditNo_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @return This builder for chaining.
*/
public Builder clearCreditNo() {
creditNo_ = getDefaultInstance().getCreditNo();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 纳税人识别号 ** *
optional string creditNo = 9;
* @param value The bytes for creditNo to set.
* @return This builder for chaining.
*/
public Builder setCreditNoBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
creditNo_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object oper_ = "";
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return Whether the oper field is set.
*/
public boolean hasOper() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The oper.
*/
public java.lang.String getOper() {
java.lang.Object ref = oper_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
oper_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return The bytes for oper.
*/
public com.google.protobuf.ByteString
getOperBytes() {
java.lang.Object ref = oper_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
oper_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @param value The oper to set.
* @return This builder for chaining.
*/
public Builder setOper(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
oper_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @return This builder for chaining.
*/
public Builder clearOper() {
oper_ = getDefaultInstance().getOper();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 法定代表人 ** *
optional string oper = 10;
* @param value The bytes for oper to set.
* @return This builder for chaining.
*/
public Builder setOperBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
oper_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object address_ = "";
/**
* * 注册地址 ** *
optional string address = 11;
* @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 注册地址 ** *
optional string address = 11;
* @return The address.
*/
public java.lang.String getAddress() {
java.lang.Object ref = address_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
address_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 注册地址 ** *
optional string address = 11;
* @return The bytes for address.
*/
public com.google.protobuf.ByteString
getAddressBytes() {
java.lang.Object ref = address_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
address_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 注册地址 ** *
optional string address = 11;
* @param value The address to set.
* @return This builder for chaining.
*/
public Builder setAddress(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
address_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* * 注册地址 ** *
optional string address = 11;
* @return This builder for chaining.
*/
public Builder clearAddress() {
address_ = getDefaultInstance().getAddress();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* * 注册地址 ** *
optional string address = 11;
* @param value The bytes for address to set.
* @return This builder for chaining.
*/
public Builder setAddressBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
address_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object result_ = "";
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return Whether the result field is set.
*/
public boolean hasResult() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The result.
*/
public java.lang.String getResult() {
java.lang.Object ref = result_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
result_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return The bytes for result.
*/
public com.google.protobuf.ByteString
getResultBytes() {
java.lang.Object ref = result_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
result_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @param value The result to set.
* @return This builder for chaining.
*/
public Builder setResult(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
result_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @return This builder for chaining.
*/
public Builder clearResult() {
result_ = getDefaultInstance().getResult();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;
}
/**
* * 相关法律依据及,税务处理处罚情况 ** *
optional string result = 12;
* @param value The bytes for result to set.
* @return This builder for chaining.
*/
public Builder setResultBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
result_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
private java.lang.Object orgNo_ = "";
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return Whether the orgNo field is set.
*/
public boolean hasOrgNo() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The orgNo.
*/
public java.lang.String getOrgNo() {
java.lang.Object ref = orgNo_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
orgNo_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return The bytes for orgNo.
*/
public com.google.protobuf.ByteString
getOrgNoBytes() {
java.lang.Object ref = orgNo_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
orgNo_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @param value The orgNo to set.
* @return This builder for chaining.
*/
public Builder setOrgNo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
orgNo_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @return This builder for chaining.
*/
public Builder clearOrgNo() {
orgNo_ = getDefaultInstance().getOrgNo();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* * 组织机构代码 ** *
optional string orgNo = 13;
* @param value The bytes for orgNo to set.
* @return This builder for chaining.
*/
public Builder setOrgNoBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
orgNo_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private java.lang.Object url_ = "";
/**
* * 原文链接 ** *
optional string url = 14;
* @return Whether the url field is set.
*/
public boolean hasUrl() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 原文链接 ** *
optional string url = 14;
* @return The url.
*/
public java.lang.String getUrl() {
java.lang.Object ref = url_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
url_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 原文链接 ** *
optional string url = 14;
* @return The bytes for url.
*/
public com.google.protobuf.ByteString
getUrlBytes() {
java.lang.Object ref = url_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
url_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 原文链接 ** *
optional string url = 14;
* @param value The url to set.
* @return This builder for chaining.
*/
public Builder setUrl(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
url_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * 原文链接 ** *
optional string url = 14;
* @return This builder for chaining.
*/
public Builder clearUrl() {
url_ = getDefaultInstance().getUrl();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* * 原文链接 ** *
optional string url = 14;
* @param value The bytes for url to set.
* @return This builder for chaining.
*/
public Builder setUrlBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
url_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
* optional string id = 15;
* @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* optional string id = 15;
* @return The id.
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string id = 15;
* @return The bytes for id.
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string id = 15;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* optional string id = 15;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
bitField0_ = (bitField0_ & ~0x00004000);
onChanged();
return this;
}
/**
* optional string id = 15;
* @param value The bytes for id to set.
* @return This builder for chaining.
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00004000;
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:fxy.AdministrativeTaxPenalty)
}
// @@protoc_insertion_point(class_scope:fxy.AdministrativeTaxPenalty)
private static final com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty();
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 企业名称 ** *
optional string departName = 1;
* @return Whether the departName field is set.
*/
boolean hasDepartName();
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The departName.
*/
java.lang.String getDepartName();
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The bytes for departName.
*/
com.google.protobuf.ByteString
getDepartNameBytes();
/**
* * 列入日期 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
boolean hasTime();
/**
* * 列入日期 ** *
optional string time = 2;
* @return The time.
*/
java.lang.String getTime();
/**
* * 列入日期 ** *
optional string time = 2;
* @return The bytes for time.
*/
com.google.protobuf.ByteString
getTimeBytes();
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return Whether the decisionDept field is set.
*/
boolean hasDecisionDept();
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The decisionDept.
*/
java.lang.String getDecisionDept();
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The bytes for decisionDept.
*/
com.google.protobuf.ByteString
getDecisionDeptBytes();
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return Whether the inReason field is set.
*/
boolean hasInReason();
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The inReason.
*/
java.lang.String getInReason();
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The bytes for inReason.
*/
com.google.protobuf.ByteString
getInReasonBytes();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
boolean hasOutDate();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
java.lang.String getOutDate();
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
com.google.protobuf.ByteString
getOutDateBytes();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
boolean hasOutReason();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
java.lang.String getOutReason();
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
com.google.protobuf.ByteString
getOutReasonBytes();
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return Whether the outDepartment field is set.
*/
boolean hasOutDepartment();
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The outDepartment.
*/
java.lang.String getOutDepartment();
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The bytes for outDepartment.
*/
com.google.protobuf.ByteString
getOutDepartmentBytes();
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return Whether the isHistory field is set.
*/
boolean hasIsHistory();
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The isHistory.
*/
java.lang.String getIsHistory();
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The bytes for isHistory.
*/
com.google.protobuf.ByteString
getIsHistoryBytes();
/**
* optional string id = 9;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional string id = 9;
* @return The id.
*/
java.lang.String getId();
/**
* optional string id = 9;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}
/**
* Protobuf type {@code fxy.AdministrativeSeriousIllegal}
*/
public static final class AdministrativeSeriousIllegal extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AdministrativeSeriousIllegal)
AdministrativeSeriousIllegalOrBuilder {
private static final long serialVersionUID = 0L;
// Use AdministrativeSeriousIllegal.newBuilder() to construct.
private AdministrativeSeriousIllegal(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AdministrativeSeriousIllegal() {
departName_ = "";
time_ = "";
decisionDept_ = "";
inReason_ = "";
outDate_ = "";
outReason_ = "";
outDepartment_ = "";
isHistory_ = "";
id_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AdministrativeSeriousIllegal();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativeSeriousIllegal_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AdministrativeSeriousIllegal_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.class, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder.class);
}
private int bitField0_;
public static final int DEPARTNAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object departName_ = "";
/**
* * 企业名称 ** *
optional string departName = 1;
* @return Whether the departName field is set.
*/
@java.lang.Override
public boolean hasDepartName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The departName.
*/
@java.lang.Override
public java.lang.String getDepartName() {
java.lang.Object ref = departName_;
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();
if (bs.isValidUtf8()) {
departName_ = s;
}
return s;
}
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The bytes for departName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDepartNameBytes() {
java.lang.Object ref = departName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TIME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object time_ = "";
/**
* * 列入日期 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
@java.lang.Override
public boolean hasTime() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 列入日期 ** *
optional string time = 2;
* @return The time.
*/
@java.lang.Override
public java.lang.String getTime() {
java.lang.Object ref = time_;
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();
if (bs.isValidUtf8()) {
time_ = s;
}
return s;
}
}
/**
* * 列入日期 ** *
optional string time = 2;
* @return The bytes for time.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTimeBytes() {
java.lang.Object ref = time_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
time_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DECISIONDEPT_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object decisionDept_ = "";
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return Whether the decisionDept field is set.
*/
@java.lang.Override
public boolean hasDecisionDept() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The decisionDept.
*/
@java.lang.Override
public java.lang.String getDecisionDept() {
java.lang.Object ref = decisionDept_;
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();
if (bs.isValidUtf8()) {
decisionDept_ = s;
}
return s;
}
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The bytes for decisionDept.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDecisionDeptBytes() {
java.lang.Object ref = decisionDept_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
decisionDept_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INREASON_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object inReason_ = "";
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return Whether the inReason field is set.
*/
@java.lang.Override
public boolean hasInReason() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The inReason.
*/
@java.lang.Override
public java.lang.String getInReason() {
java.lang.Object ref = inReason_;
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();
if (bs.isValidUtf8()) {
inReason_ = s;
}
return s;
}
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The bytes for inReason.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInReasonBytes() {
java.lang.Object ref = inReason_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTDATE_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object outDate_ = "";
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
@java.lang.Override
public boolean hasOutDate() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
@java.lang.Override
public java.lang.String getOutDate() {
java.lang.Object ref = outDate_;
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();
if (bs.isValidUtf8()) {
outDate_ = s;
}
return s;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutDateBytes() {
java.lang.Object ref = outDate_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTREASON_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object outReason_ = "";
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
@java.lang.Override
public boolean hasOutReason() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
@java.lang.Override
public java.lang.String getOutReason() {
java.lang.Object ref = outReason_;
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();
if (bs.isValidUtf8()) {
outReason_ = s;
}
return s;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutReasonBytes() {
java.lang.Object ref = outReason_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OUTDEPARTMENT_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object outDepartment_ = "";
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return Whether the outDepartment field is set.
*/
@java.lang.Override
public boolean hasOutDepartment() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The outDepartment.
*/
@java.lang.Override
public java.lang.String getOutDepartment() {
java.lang.Object ref = outDepartment_;
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();
if (bs.isValidUtf8()) {
outDepartment_ = s;
}
return s;
}
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The bytes for outDepartment.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOutDepartmentBytes() {
java.lang.Object ref = outDepartment_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ISHISTORY_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object isHistory_ = "";
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return Whether the isHistory field is set.
*/
@java.lang.Override
public boolean hasIsHistory() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The isHistory.
*/
@java.lang.Override
public java.lang.String getIsHistory() {
java.lang.Object ref = isHistory_;
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();
if (bs.isValidUtf8()) {
isHistory_ = s;
}
return s;
}
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The bytes for isHistory.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIsHistoryBytes() {
java.lang.Object ref = isHistory_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
isHistory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ID_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object id_ = "";
/**
* optional string id = 9;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* optional string id = 9;
* @return The id.
*/
@java.lang.Override
public java.lang.String getId() {
java.lang.Object ref = id_;
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();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
}
}
/**
* optional string id = 9;
* @return The bytes for id.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = 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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, departName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, time_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, decisionDept_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, inReason_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, outDate_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, outReason_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, outDepartment_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, isHistory_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, id_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, departName_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, time_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, decisionDept_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, inReason_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, outDate_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, outReason_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, outDepartment_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, isHistory_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, id_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal other = (com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal) obj;
if (hasDepartName() != other.hasDepartName()) return false;
if (hasDepartName()) {
if (!getDepartName()
.equals(other.getDepartName())) return false;
}
if (hasTime() != other.hasTime()) return false;
if (hasTime()) {
if (!getTime()
.equals(other.getTime())) return false;
}
if (hasDecisionDept() != other.hasDecisionDept()) return false;
if (hasDecisionDept()) {
if (!getDecisionDept()
.equals(other.getDecisionDept())) return false;
}
if (hasInReason() != other.hasInReason()) return false;
if (hasInReason()) {
if (!getInReason()
.equals(other.getInReason())) return false;
}
if (hasOutDate() != other.hasOutDate()) return false;
if (hasOutDate()) {
if (!getOutDate()
.equals(other.getOutDate())) return false;
}
if (hasOutReason() != other.hasOutReason()) return false;
if (hasOutReason()) {
if (!getOutReason()
.equals(other.getOutReason())) return false;
}
if (hasOutDepartment() != other.hasOutDepartment()) return false;
if (hasOutDepartment()) {
if (!getOutDepartment()
.equals(other.getOutDepartment())) return false;
}
if (hasIsHistory() != other.hasIsHistory()) return false;
if (hasIsHistory()) {
if (!getIsHistory()
.equals(other.getIsHistory())) return false;
}
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (!getId()
.equals(other.getId())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasDepartName()) {
hash = (37 * hash) + DEPARTNAME_FIELD_NUMBER;
hash = (53 * hash) + getDepartName().hashCode();
}
if (hasTime()) {
hash = (37 * hash) + TIME_FIELD_NUMBER;
hash = (53 * hash) + getTime().hashCode();
}
if (hasDecisionDept()) {
hash = (37 * hash) + DECISIONDEPT_FIELD_NUMBER;
hash = (53 * hash) + getDecisionDept().hashCode();
}
if (hasInReason()) {
hash = (37 * hash) + INREASON_FIELD_NUMBER;
hash = (53 * hash) + getInReason().hashCode();
}
if (hasOutDate()) {
hash = (37 * hash) + OUTDATE_FIELD_NUMBER;
hash = (53 * hash) + getOutDate().hashCode();
}
if (hasOutReason()) {
hash = (37 * hash) + OUTREASON_FIELD_NUMBER;
hash = (53 * hash) + getOutReason().hashCode();
}
if (hasOutDepartment()) {
hash = (37 * hash) + OUTDEPARTMENT_FIELD_NUMBER;
hash = (53 * hash) + getOutDepartment().hashCode();
}
if (hasIsHistory()) {
hash = (37 * hash) + ISHISTORY_FIELD_NUMBER;
hash = (53 * hash) + getIsHistory().hashCode();
}
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal 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.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal 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.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal 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.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal 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 fxy.AdministrativeSeriousIllegal}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 企业名称 ** *
optional string departName = 1;
* @return Whether the departName field is set.
*/
public boolean hasDepartName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The departName.
*/
public java.lang.String getDepartName() {
java.lang.Object ref = departName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
departName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @return The bytes for departName.
*/
public com.google.protobuf.ByteString
getDepartNameBytes() {
java.lang.Object ref = departName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
departName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @param value The departName to set.
* @return This builder for chaining.
*/
public Builder setDepartName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
departName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @return This builder for chaining.
*/
public Builder clearDepartName() {
departName_ = getDefaultInstance().getDepartName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 企业名称 ** *
optional string departName = 1;
* @param value The bytes for departName to set.
* @return This builder for chaining.
*/
public Builder setDepartNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
departName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object time_ = "";
/**
* * 列入日期 ** *
optional string time = 2;
* @return Whether the time field is set.
*/
public boolean hasTime() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 列入日期 ** *
optional string time = 2;
* @return The time.
*/
public java.lang.String getTime() {
java.lang.Object ref = time_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
time_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 列入日期 ** *
optional string time = 2;
* @return The bytes for time.
*/
public com.google.protobuf.ByteString
getTimeBytes() {
java.lang.Object ref = time_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
time_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 列入日期 ** *
optional string time = 2;
* @param value The time to set.
* @return This builder for chaining.
*/
public Builder setTime(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
time_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 列入日期 ** *
optional string time = 2;
* @return This builder for chaining.
*/
public Builder clearTime() {
time_ = getDefaultInstance().getTime();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 列入日期 ** *
optional string time = 2;
* @param value The bytes for time to set.
* @return This builder for chaining.
*/
public Builder setTimeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
time_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object decisionDept_ = "";
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return Whether the decisionDept field is set.
*/
public boolean hasDecisionDept() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The decisionDept.
*/
public java.lang.String getDecisionDept() {
java.lang.Object ref = decisionDept_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
decisionDept_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return The bytes for decisionDept.
*/
public com.google.protobuf.ByteString
getDecisionDeptBytes() {
java.lang.Object ref = decisionDept_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
decisionDept_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @param value The decisionDept to set.
* @return This builder for chaining.
*/
public Builder setDecisionDept(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
decisionDept_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @return This builder for chaining.
*/
public Builder clearDecisionDept() {
decisionDept_ = getDefaultInstance().getDecisionDept();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 作出决定机关(列入) ** *
optional string decisionDept = 3;
* @param value The bytes for decisionDept to set.
* @return This builder for chaining.
*/
public Builder setDecisionDeptBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
decisionDept_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object inReason_ = "";
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return Whether the inReason field is set.
*/
public boolean hasInReason() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The inReason.
*/
public java.lang.String getInReason() {
java.lang.Object ref = inReason_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
inReason_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return The bytes for inReason.
*/
public com.google.protobuf.ByteString
getInReasonBytes() {
java.lang.Object ref = inReason_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @param value The inReason to set.
* @return This builder for chaining.
*/
public Builder setInReason(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
inReason_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @return This builder for chaining.
*/
public Builder clearInReason() {
inReason_ = getDefaultInstance().getInReason();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 列入原因 ** *
optional string inReason = 4;
* @param value The bytes for inReason to set.
* @return This builder for chaining.
*/
public Builder setInReasonBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
inReason_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object outDate_ = "";
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return Whether the outDate field is set.
*/
public boolean hasOutDate() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The outDate.
*/
public java.lang.String getOutDate() {
java.lang.Object ref = outDate_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outDate_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return The bytes for outDate.
*/
public com.google.protobuf.ByteString
getOutDateBytes() {
java.lang.Object ref = outDate_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDate_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @param value The outDate to set.
* @return This builder for chaining.
*/
public Builder setOutDate(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outDate_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @return This builder for chaining.
*/
public Builder clearOutDate() {
outDate_ = getDefaultInstance().getOutDate();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 移出时间 ** *
optional string outDate = 5;
* @param value The bytes for outDate to set.
* @return This builder for chaining.
*/
public Builder setOutDateBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outDate_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object outReason_ = "";
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return Whether the outReason field is set.
*/
public boolean hasOutReason() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The outReason.
*/
public java.lang.String getOutReason() {
java.lang.Object ref = outReason_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outReason_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return The bytes for outReason.
*/
public com.google.protobuf.ByteString
getOutReasonBytes() {
java.lang.Object ref = outReason_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outReason_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @param value The outReason to set.
* @return This builder for chaining.
*/
public Builder setOutReason(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outReason_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @return This builder for chaining.
*/
public Builder clearOutReason() {
outReason_ = getDefaultInstance().getOutReason();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 移出原因 ** *
optional string outReason = 6;
* @param value The bytes for outReason to set.
* @return This builder for chaining.
*/
public Builder setOutReasonBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outReason_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object outDepartment_ = "";
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return Whether the outDepartment field is set.
*/
public boolean hasOutDepartment() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The outDepartment.
*/
public java.lang.String getOutDepartment() {
java.lang.Object ref = outDepartment_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
outDepartment_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return The bytes for outDepartment.
*/
public com.google.protobuf.ByteString
getOutDepartmentBytes() {
java.lang.Object ref = outDepartment_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
outDepartment_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @param value The outDepartment to set.
* @return This builder for chaining.
*/
public Builder setOutDepartment(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
outDepartment_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @return This builder for chaining.
*/
public Builder clearOutDepartment() {
outDepartment_ = getDefaultInstance().getOutDepartment();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 作出决定机关(移出) ** *
optional string outDepartment = 7;
* @param value The bytes for outDepartment to set.
* @return This builder for chaining.
*/
public Builder setOutDepartmentBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
outDepartment_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object isHistory_ = "";
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return Whether the isHistory field is set.
*/
public boolean hasIsHistory() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The isHistory.
*/
public java.lang.String getIsHistory() {
java.lang.Object ref = isHistory_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
isHistory_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return The bytes for isHistory.
*/
public com.google.protobuf.ByteString
getIsHistoryBytes() {
java.lang.Object ref = isHistory_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
isHistory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @param value The isHistory to set.
* @return This builder for chaining.
*/
public Builder setIsHistory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
isHistory_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @return This builder for chaining.
*/
public Builder clearIsHistory() {
isHistory_ = getDefaultInstance().getIsHistory();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 是否是历史信息 ** *
optional string isHistory = 8;
* @param value The bytes for isHistory to set.
* @return This builder for chaining.
*/
public Builder setIsHistoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
isHistory_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object id_ = "";
/**
* optional string id = 9;
* @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* optional string id = 9;
* @return The id.
*/
public java.lang.String getId() {
java.lang.Object ref = id_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
id_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string id = 9;
* @return The bytes for id.
*/
public com.google.protobuf.ByteString
getIdBytes() {
java.lang.Object ref = id_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
id_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string id = 9;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* optional string id = 9;
* @return This builder for chaining.
*/
public Builder clearId() {
id_ = getDefaultInstance().getId();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* optional string id = 9;
* @param value The bytes for id to set.
* @return This builder for chaining.
*/
public Builder setIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
id_ = value;
bitField0_ |= 0x00000100;
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:fxy.AdministrativeSeriousIllegal)
}
// @@protoc_insertion_point(class_scope:fxy.AdministrativeSeriousIllegal)
private static final com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal();
}
public static com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
java.util.List* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo getDishonestPersons(int index);
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
int getDishonestPersonsCount();
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder>
getDishonestPersonsOrBuilderList();
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder getDishonestPersonsOrBuilder(
int index);
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
java.util.List* 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
com.yaoyicloud.message.FxyProtos.AbnormalsInfo getBusinessAbnormals(int index);
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
int getBusinessAbnormalsCount();
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder>
getBusinessAbnormalsOrBuilderList();
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder getBusinessAbnormalsOrBuilder(
int index);
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
java.util.List* 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord getPenaltyRecords(int index);
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
int getPenaltyRecordsCount();
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder>
getPenaltyRecordsOrBuilderList();
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder getPenaltyRecordsOrBuilder(
int index);
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
java.util.List* 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty getTaxPenalties(int index);
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
int getTaxPenaltiesCount();
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder>
getTaxPenaltiesOrBuilderList();
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder getTaxPenaltiesOrBuilder(
int index);
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
java.util.List* 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal getSevereViolations(int index);
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
int getSevereViolationsCount();
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder>
getSevereViolationsOrBuilderList();
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder getSevereViolationsOrBuilder(
int index);
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return Whether the publicRecordSummary field is set.
*/
boolean hasPublicRecordSummary();
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return The publicRecordSummary.
*/
com.yaoyicloud.message.FxyProtos.CheckSummary getPublicRecordSummary();
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getPublicRecordSummaryOrBuilder();
}
/**
* Protobuf type {@code fxy.PublicRecord}
*/
public static final class PublicRecord extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.PublicRecord)
PublicRecordOrBuilder {
private static final long serialVersionUID = 0L;
// Use PublicRecord.newBuilder() to construct.
private PublicRecord(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PublicRecord() {
dishonestPersons_ = java.util.Collections.emptyList();
businessAbnormals_ = java.util.Collections.emptyList();
penaltyRecords_ = java.util.Collections.emptyList();
taxPenalties_ = java.util.Collections.emptyList();
severeViolations_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PublicRecord();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_PublicRecord_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_PublicRecord_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.PublicRecord.class, com.yaoyicloud.message.FxyProtos.PublicRecord.Builder.class);
}
private int bitField0_;
public static final int DISHONESTPERSONS_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
@java.lang.Override
public java.util.List* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder>
getDishonestPersonsOrBuilderList() {
return dishonestPersons_;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
@java.lang.Override
public int getDishonestPersonsCount() {
return dishonestPersons_.size();
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo getDishonestPersons(int index) {
return dishonestPersons_.get(index);
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder getDishonestPersonsOrBuilder(
int index) {
return dishonestPersons_.get(index);
}
public static final int BUSINESSABNORMALS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private java.util.List* 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
@java.lang.Override
public java.util.List* 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder>
getBusinessAbnormalsOrBuilderList() {
return businessAbnormals_;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
@java.lang.Override
public int getBusinessAbnormalsCount() {
return businessAbnormals_.size();
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AbnormalsInfo getBusinessAbnormals(int index) {
return businessAbnormals_.get(index);
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder getBusinessAbnormalsOrBuilder(
int index) {
return businessAbnormals_.get(index);
}
public static final int PENALTYRECORDS_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private java.util.List* 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
@java.lang.Override
public java.util.List* 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder>
getPenaltyRecordsOrBuilderList() {
return penaltyRecords_;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
@java.lang.Override
public int getPenaltyRecordsCount() {
return penaltyRecords_.size();
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord getPenaltyRecords(int index) {
return penaltyRecords_.get(index);
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder getPenaltyRecordsOrBuilder(
int index) {
return penaltyRecords_.get(index);
}
public static final int TAXPENALTIES_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private java.util.List* 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
@java.lang.Override
public java.util.List* 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder>
getTaxPenaltiesOrBuilderList() {
return taxPenalties_;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
@java.lang.Override
public int getTaxPenaltiesCount() {
return taxPenalties_.size();
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty getTaxPenalties(int index) {
return taxPenalties_.get(index);
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder getTaxPenaltiesOrBuilder(
int index) {
return taxPenalties_.get(index);
}
public static final int SEVEREVIOLATIONS_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private java.util.List* 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
@java.lang.Override
public java.util.List* 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder>
getSevereViolationsOrBuilderList() {
return severeViolations_;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
@java.lang.Override
public int getSevereViolationsCount() {
return severeViolations_.size();
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal getSevereViolations(int index) {
return severeViolations_.get(index);
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder getSevereViolationsOrBuilder(
int index) {
return severeViolations_.get(index);
}
public static final int PUBLICRECORDSUMMARY_FIELD_NUMBER = 6;
private com.yaoyicloud.message.FxyProtos.CheckSummary publicRecordSummary_;
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return Whether the publicRecordSummary field is set.
*/
@java.lang.Override
public boolean hasPublicRecordSummary() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return The publicRecordSummary.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummary getPublicRecordSummary() {
return publicRecordSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : publicRecordSummary_;
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getPublicRecordSummaryOrBuilder() {
return publicRecordSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : publicRecordSummary_;
}
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 {
for (int i = 0; i < dishonestPersons_.size(); i++) {
output.writeMessage(1, dishonestPersons_.get(i));
}
for (int i = 0; i < businessAbnormals_.size(); i++) {
output.writeMessage(2, businessAbnormals_.get(i));
}
for (int i = 0; i < penaltyRecords_.size(); i++) {
output.writeMessage(3, penaltyRecords_.get(i));
}
for (int i = 0; i < taxPenalties_.size(); i++) {
output.writeMessage(4, taxPenalties_.get(i));
}
for (int i = 0; i < severeViolations_.size(); i++) {
output.writeMessage(5, severeViolations_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(6, getPublicRecordSummary());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < dishonestPersons_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, dishonestPersons_.get(i));
}
for (int i = 0; i < businessAbnormals_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, businessAbnormals_.get(i));
}
for (int i = 0; i < penaltyRecords_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, penaltyRecords_.get(i));
}
for (int i = 0; i < taxPenalties_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, taxPenalties_.get(i));
}
for (int i = 0; i < severeViolations_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, severeViolations_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, getPublicRecordSummary());
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.PublicRecord)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.PublicRecord other = (com.yaoyicloud.message.FxyProtos.PublicRecord) obj;
if (!getDishonestPersonsList()
.equals(other.getDishonestPersonsList())) return false;
if (!getBusinessAbnormalsList()
.equals(other.getBusinessAbnormalsList())) return false;
if (!getPenaltyRecordsList()
.equals(other.getPenaltyRecordsList())) return false;
if (!getTaxPenaltiesList()
.equals(other.getTaxPenaltiesList())) return false;
if (!getSevereViolationsList()
.equals(other.getSevereViolationsList())) return false;
if (hasPublicRecordSummary() != other.hasPublicRecordSummary()) return false;
if (hasPublicRecordSummary()) {
if (!getPublicRecordSummary()
.equals(other.getPublicRecordSummary())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getDishonestPersonsCount() > 0) {
hash = (37 * hash) + DISHONESTPERSONS_FIELD_NUMBER;
hash = (53 * hash) + getDishonestPersonsList().hashCode();
}
if (getBusinessAbnormalsCount() > 0) {
hash = (37 * hash) + BUSINESSABNORMALS_FIELD_NUMBER;
hash = (53 * hash) + getBusinessAbnormalsList().hashCode();
}
if (getPenaltyRecordsCount() > 0) {
hash = (37 * hash) + PENALTYRECORDS_FIELD_NUMBER;
hash = (53 * hash) + getPenaltyRecordsList().hashCode();
}
if (getTaxPenaltiesCount() > 0) {
hash = (37 * hash) + TAXPENALTIES_FIELD_NUMBER;
hash = (53 * hash) + getTaxPenaltiesList().hashCode();
}
if (getSevereViolationsCount() > 0) {
hash = (37 * hash) + SEVEREVIOLATIONS_FIELD_NUMBER;
hash = (53 * hash) + getSevereViolationsList().hashCode();
}
if (hasPublicRecordSummary()) {
hash = (37 * hash) + PUBLICRECORDSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getPublicRecordSummary().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord 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.yaoyicloud.message.FxyProtos.PublicRecord parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord 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.yaoyicloud.message.FxyProtos.PublicRecord parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord 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.yaoyicloud.message.FxyProtos.PublicRecord 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 fxy.PublicRecord}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public java.util.List* 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public int getDishonestPersonsCount() {
if (dishonestPersonsBuilder_ == null) {
return dishonestPersons_.size();
} else {
return dishonestPersonsBuilder_.getCount();
}
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo getDishonestPersons(int index) {
if (dishonestPersonsBuilder_ == null) {
return dishonestPersons_.get(index);
} else {
return dishonestPersonsBuilder_.getMessage(index);
}
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder setDishonestPersons(
int index, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo value) {
if (dishonestPersonsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDishonestPersonsIsMutable();
dishonestPersons_.set(index, value);
onChanged();
} else {
dishonestPersonsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder setDishonestPersons(
int index, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder builderForValue) {
if (dishonestPersonsBuilder_ == null) {
ensureDishonestPersonsIsMutable();
dishonestPersons_.set(index, builderForValue.build());
onChanged();
} else {
dishonestPersonsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder addDishonestPersons(com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo value) {
if (dishonestPersonsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDishonestPersonsIsMutable();
dishonestPersons_.add(value);
onChanged();
} else {
dishonestPersonsBuilder_.addMessage(value);
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder addDishonestPersons(
int index, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo value) {
if (dishonestPersonsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDishonestPersonsIsMutable();
dishonestPersons_.add(index, value);
onChanged();
} else {
dishonestPersonsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder addDishonestPersons(
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder builderForValue) {
if (dishonestPersonsBuilder_ == null) {
ensureDishonestPersonsIsMutable();
dishonestPersons_.add(builderForValue.build());
onChanged();
} else {
dishonestPersonsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder addDishonestPersons(
int index, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder builderForValue) {
if (dishonestPersonsBuilder_ == null) {
ensureDishonestPersonsIsMutable();
dishonestPersons_.add(index, builderForValue.build());
onChanged();
} else {
dishonestPersonsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder addAllDishonestPersons(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo> values) {
if (dishonestPersonsBuilder_ == null) {
ensureDishonestPersonsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, dishonestPersons_);
onChanged();
} else {
dishonestPersonsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder clearDishonestPersons() {
if (dishonestPersonsBuilder_ == null) {
dishonestPersons_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
dishonestPersonsBuilder_.clear();
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public Builder removeDishonestPersons(int index) {
if (dishonestPersonsBuilder_ == null) {
ensureDishonestPersonsIsMutable();
dishonestPersons_.remove(index);
onChanged();
} else {
dishonestPersonsBuilder_.remove(index);
}
return this;
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder getDishonestPersonsBuilder(
int index) {
return getDishonestPersonsFieldBuilder().getBuilder(index);
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder getDishonestPersonsOrBuilder(
int index) {
if (dishonestPersonsBuilder_ == null) {
return dishonestPersons_.get(index); } else {
return dishonestPersonsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.DishonestPersonsInfoOrBuilder>
getDishonestPersonsOrBuilderList() {
if (dishonestPersonsBuilder_ != null) {
return dishonestPersonsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(dishonestPersons_);
}
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder addDishonestPersonsBuilder() {
return getDishonestPersonsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.getDefaultInstance());
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.Builder addDishonestPersonsBuilder(
int index) {
return getDishonestPersonsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.DishonestPersonsInfo.getDefaultInstance());
}
/**
* * 失信被执行人(3.1) ** *
repeated .fxy.DishonestPersonsInfo dishonestPersons = 1;
*/
public java.util.List* 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public java.util.List* 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public int getBusinessAbnormalsCount() {
if (businessAbnormalsBuilder_ == null) {
return businessAbnormals_.size();
} else {
return businessAbnormalsBuilder_.getCount();
}
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public com.yaoyicloud.message.FxyProtos.AbnormalsInfo getBusinessAbnormals(int index) {
if (businessAbnormalsBuilder_ == null) {
return businessAbnormals_.get(index);
} else {
return businessAbnormalsBuilder_.getMessage(index);
}
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder setBusinessAbnormals(
int index, com.yaoyicloud.message.FxyProtos.AbnormalsInfo value) {
if (businessAbnormalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.set(index, value);
onChanged();
} else {
businessAbnormalsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder setBusinessAbnormals(
int index, com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder builderForValue) {
if (businessAbnormalsBuilder_ == null) {
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.set(index, builderForValue.build());
onChanged();
} else {
businessAbnormalsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder addBusinessAbnormals(com.yaoyicloud.message.FxyProtos.AbnormalsInfo value) {
if (businessAbnormalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.add(value);
onChanged();
} else {
businessAbnormalsBuilder_.addMessage(value);
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder addBusinessAbnormals(
int index, com.yaoyicloud.message.FxyProtos.AbnormalsInfo value) {
if (businessAbnormalsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.add(index, value);
onChanged();
} else {
businessAbnormalsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder addBusinessAbnormals(
com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder builderForValue) {
if (businessAbnormalsBuilder_ == null) {
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.add(builderForValue.build());
onChanged();
} else {
businessAbnormalsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder addBusinessAbnormals(
int index, com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder builderForValue) {
if (businessAbnormalsBuilder_ == null) {
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.add(index, builderForValue.build());
onChanged();
} else {
businessAbnormalsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder addAllBusinessAbnormals(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.AbnormalsInfo> values) {
if (businessAbnormalsBuilder_ == null) {
ensureBusinessAbnormalsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, businessAbnormals_);
onChanged();
} else {
businessAbnormalsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder clearBusinessAbnormals() {
if (businessAbnormalsBuilder_ == null) {
businessAbnormals_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
businessAbnormalsBuilder_.clear();
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public Builder removeBusinessAbnormals(int index) {
if (businessAbnormalsBuilder_ == null) {
ensureBusinessAbnormalsIsMutable();
businessAbnormals_.remove(index);
onChanged();
} else {
businessAbnormalsBuilder_.remove(index);
}
return this;
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder getBusinessAbnormalsBuilder(
int index) {
return getBusinessAbnormalsFieldBuilder().getBuilder(index);
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder getBusinessAbnormalsOrBuilder(
int index) {
if (businessAbnormalsBuilder_ == null) {
return businessAbnormals_.get(index); } else {
return businessAbnormalsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AbnormalsInfoOrBuilder>
getBusinessAbnormalsOrBuilderList() {
if (businessAbnormalsBuilder_ != null) {
return businessAbnormalsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(businessAbnormals_);
}
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder addBusinessAbnormalsBuilder() {
return getBusinessAbnormalsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.AbnormalsInfo.getDefaultInstance());
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public com.yaoyicloud.message.FxyProtos.AbnormalsInfo.Builder addBusinessAbnormalsBuilder(
int index) {
return getBusinessAbnormalsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.AbnormalsInfo.getDefaultInstance());
}
/**
* * 经营异常(3.2) ** *
repeated .fxy.AbnormalsInfo businessAbnormals = 2;
*/
public java.util.List* 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public java.util.List* 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public int getPenaltyRecordsCount() {
if (penaltyRecordsBuilder_ == null) {
return penaltyRecords_.size();
} else {
return penaltyRecordsBuilder_.getCount();
}
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord getPenaltyRecords(int index) {
if (penaltyRecordsBuilder_ == null) {
return penaltyRecords_.get(index);
} else {
return penaltyRecordsBuilder_.getMessage(index);
}
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder setPenaltyRecords(
int index, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord value) {
if (penaltyRecordsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePenaltyRecordsIsMutable();
penaltyRecords_.set(index, value);
onChanged();
} else {
penaltyRecordsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder setPenaltyRecords(
int index, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder builderForValue) {
if (penaltyRecordsBuilder_ == null) {
ensurePenaltyRecordsIsMutable();
penaltyRecords_.set(index, builderForValue.build());
onChanged();
} else {
penaltyRecordsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder addPenaltyRecords(com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord value) {
if (penaltyRecordsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePenaltyRecordsIsMutable();
penaltyRecords_.add(value);
onChanged();
} else {
penaltyRecordsBuilder_.addMessage(value);
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder addPenaltyRecords(
int index, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord value) {
if (penaltyRecordsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensurePenaltyRecordsIsMutable();
penaltyRecords_.add(index, value);
onChanged();
} else {
penaltyRecordsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder addPenaltyRecords(
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder builderForValue) {
if (penaltyRecordsBuilder_ == null) {
ensurePenaltyRecordsIsMutable();
penaltyRecords_.add(builderForValue.build());
onChanged();
} else {
penaltyRecordsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder addPenaltyRecords(
int index, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder builderForValue) {
if (penaltyRecordsBuilder_ == null) {
ensurePenaltyRecordsIsMutable();
penaltyRecords_.add(index, builderForValue.build());
onChanged();
} else {
penaltyRecordsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder addAllPenaltyRecords(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord> values) {
if (penaltyRecordsBuilder_ == null) {
ensurePenaltyRecordsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, penaltyRecords_);
onChanged();
} else {
penaltyRecordsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder clearPenaltyRecords() {
if (penaltyRecordsBuilder_ == null) {
penaltyRecords_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
penaltyRecordsBuilder_.clear();
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public Builder removePenaltyRecords(int index) {
if (penaltyRecordsBuilder_ == null) {
ensurePenaltyRecordsIsMutable();
penaltyRecords_.remove(index);
onChanged();
} else {
penaltyRecordsBuilder_.remove(index);
}
return this;
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder getPenaltyRecordsBuilder(
int index) {
return getPenaltyRecordsFieldBuilder().getBuilder(index);
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder getPenaltyRecordsOrBuilder(
int index) {
if (penaltyRecordsBuilder_ == null) {
return penaltyRecords_.get(index); } else {
return penaltyRecordsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecordOrBuilder>
getPenaltyRecordsOrBuilderList() {
if (penaltyRecordsBuilder_ != null) {
return penaltyRecordsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(penaltyRecords_);
}
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder addPenaltyRecordsBuilder() {
return getPenaltyRecordsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.getDefaultInstance());
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.Builder addPenaltyRecordsBuilder(
int index) {
return getPenaltyRecordsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.AdministrativePenaltyRecord.getDefaultInstance());
}
/**
* * 行政处罚记录(3.3) ** *
repeated .fxy.AdministrativePenaltyRecord penaltyRecords = 3;
*/
public java.util.List* 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public java.util.List* 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public int getTaxPenaltiesCount() {
if (taxPenaltiesBuilder_ == null) {
return taxPenalties_.size();
} else {
return taxPenaltiesBuilder_.getCount();
}
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty getTaxPenalties(int index) {
if (taxPenaltiesBuilder_ == null) {
return taxPenalties_.get(index);
} else {
return taxPenaltiesBuilder_.getMessage(index);
}
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder setTaxPenalties(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty value) {
if (taxPenaltiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTaxPenaltiesIsMutable();
taxPenalties_.set(index, value);
onChanged();
} else {
taxPenaltiesBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder setTaxPenalties(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder builderForValue) {
if (taxPenaltiesBuilder_ == null) {
ensureTaxPenaltiesIsMutable();
taxPenalties_.set(index, builderForValue.build());
onChanged();
} else {
taxPenaltiesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder addTaxPenalties(com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty value) {
if (taxPenaltiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTaxPenaltiesIsMutable();
taxPenalties_.add(value);
onChanged();
} else {
taxPenaltiesBuilder_.addMessage(value);
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder addTaxPenalties(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty value) {
if (taxPenaltiesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTaxPenaltiesIsMutable();
taxPenalties_.add(index, value);
onChanged();
} else {
taxPenaltiesBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder addTaxPenalties(
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder builderForValue) {
if (taxPenaltiesBuilder_ == null) {
ensureTaxPenaltiesIsMutable();
taxPenalties_.add(builderForValue.build());
onChanged();
} else {
taxPenaltiesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder addTaxPenalties(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder builderForValue) {
if (taxPenaltiesBuilder_ == null) {
ensureTaxPenaltiesIsMutable();
taxPenalties_.add(index, builderForValue.build());
onChanged();
} else {
taxPenaltiesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder addAllTaxPenalties(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty> values) {
if (taxPenaltiesBuilder_ == null) {
ensureTaxPenaltiesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, taxPenalties_);
onChanged();
} else {
taxPenaltiesBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder clearTaxPenalties() {
if (taxPenaltiesBuilder_ == null) {
taxPenalties_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
} else {
taxPenaltiesBuilder_.clear();
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public Builder removeTaxPenalties(int index) {
if (taxPenaltiesBuilder_ == null) {
ensureTaxPenaltiesIsMutable();
taxPenalties_.remove(index);
onChanged();
} else {
taxPenaltiesBuilder_.remove(index);
}
return this;
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder getTaxPenaltiesBuilder(
int index) {
return getTaxPenaltiesFieldBuilder().getBuilder(index);
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder getTaxPenaltiesOrBuilder(
int index) {
if (taxPenaltiesBuilder_ == null) {
return taxPenalties_.get(index); } else {
return taxPenaltiesBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenaltyOrBuilder>
getTaxPenaltiesOrBuilderList() {
if (taxPenaltiesBuilder_ != null) {
return taxPenaltiesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(taxPenalties_);
}
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder addTaxPenaltiesBuilder() {
return getTaxPenaltiesFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.getDefaultInstance());
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.Builder addTaxPenaltiesBuilder(
int index) {
return getTaxPenaltiesFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.AdministrativeTaxPenalty.getDefaultInstance());
}
/**
* * 税务处罚记录(3.4) ** *
repeated .fxy.AdministrativeTaxPenalty taxPenalties = 4;
*/
public java.util.List* 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public java.util.List* 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public int getSevereViolationsCount() {
if (severeViolationsBuilder_ == null) {
return severeViolations_.size();
} else {
return severeViolationsBuilder_.getCount();
}
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal getSevereViolations(int index) {
if (severeViolationsBuilder_ == null) {
return severeViolations_.get(index);
} else {
return severeViolationsBuilder_.getMessage(index);
}
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder setSevereViolations(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal value) {
if (severeViolationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSevereViolationsIsMutable();
severeViolations_.set(index, value);
onChanged();
} else {
severeViolationsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder setSevereViolations(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder builderForValue) {
if (severeViolationsBuilder_ == null) {
ensureSevereViolationsIsMutable();
severeViolations_.set(index, builderForValue.build());
onChanged();
} else {
severeViolationsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder addSevereViolations(com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal value) {
if (severeViolationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSevereViolationsIsMutable();
severeViolations_.add(value);
onChanged();
} else {
severeViolationsBuilder_.addMessage(value);
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder addSevereViolations(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal value) {
if (severeViolationsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSevereViolationsIsMutable();
severeViolations_.add(index, value);
onChanged();
} else {
severeViolationsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder addSevereViolations(
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder builderForValue) {
if (severeViolationsBuilder_ == null) {
ensureSevereViolationsIsMutable();
severeViolations_.add(builderForValue.build());
onChanged();
} else {
severeViolationsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder addSevereViolations(
int index, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder builderForValue) {
if (severeViolationsBuilder_ == null) {
ensureSevereViolationsIsMutable();
severeViolations_.add(index, builderForValue.build());
onChanged();
} else {
severeViolationsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder addAllSevereViolations(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal> values) {
if (severeViolationsBuilder_ == null) {
ensureSevereViolationsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, severeViolations_);
onChanged();
} else {
severeViolationsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder clearSevereViolations() {
if (severeViolationsBuilder_ == null) {
severeViolations_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
} else {
severeViolationsBuilder_.clear();
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public Builder removeSevereViolations(int index) {
if (severeViolationsBuilder_ == null) {
ensureSevereViolationsIsMutable();
severeViolations_.remove(index);
onChanged();
} else {
severeViolationsBuilder_.remove(index);
}
return this;
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder getSevereViolationsBuilder(
int index) {
return getSevereViolationsFieldBuilder().getBuilder(index);
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder getSevereViolationsOrBuilder(
int index) {
if (severeViolationsBuilder_ == null) {
return severeViolations_.get(index); } else {
return severeViolationsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegalOrBuilder>
getSevereViolationsOrBuilderList() {
if (severeViolationsBuilder_ != null) {
return severeViolationsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(severeViolations_);
}
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder addSevereViolationsBuilder() {
return getSevereViolationsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.getDefaultInstance());
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.Builder addSevereViolationsBuilder(
int index) {
return getSevereViolationsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.AdministrativeSeriousIllegal.getDefaultInstance());
}
/**
* * 严重违法记录(3.5) ** *
repeated .fxy.AdministrativeSeriousIllegal severeViolations = 5;
*/
public java.util.List* 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return Whether the publicRecordSummary field is set.
*/
public boolean hasPublicRecordSummary() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
* @return The publicRecordSummary.
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary getPublicRecordSummary() {
if (publicRecordSummaryBuilder_ == null) {
return publicRecordSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : publicRecordSummary_;
} else {
return publicRecordSummaryBuilder_.getMessage();
}
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public Builder setPublicRecordSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (publicRecordSummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
publicRecordSummary_ = value;
} else {
publicRecordSummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public Builder setPublicRecordSummary(
com.yaoyicloud.message.FxyProtos.CheckSummary.Builder builderForValue) {
if (publicRecordSummaryBuilder_ == null) {
publicRecordSummary_ = builderForValue.build();
} else {
publicRecordSummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public Builder mergePublicRecordSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (publicRecordSummaryBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
publicRecordSummary_ != null &&
publicRecordSummary_ != com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance()) {
getPublicRecordSummaryBuilder().mergeFrom(value);
} else {
publicRecordSummary_ = value;
}
} else {
publicRecordSummaryBuilder_.mergeFrom(value);
}
if (publicRecordSummary_ != null) {
bitField0_ |= 0x00000020;
onChanged();
}
return this;
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public Builder clearPublicRecordSummary() {
bitField0_ = (bitField0_ & ~0x00000020);
publicRecordSummary_ = null;
if (publicRecordSummaryBuilder_ != null) {
publicRecordSummaryBuilder_.dispose();
publicRecordSummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary.Builder getPublicRecordSummaryBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getPublicRecordSummaryFieldBuilder().getBuilder();
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getPublicRecordSummaryOrBuilder() {
if (publicRecordSummaryBuilder_ != null) {
return publicRecordSummaryBuilder_.getMessageOrBuilder();
} else {
return publicRecordSummary_ == null ?
com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : publicRecordSummary_;
}
}
/**
* * 公共记录评分及建议(3.6) ** *
optional .fxy.CheckSummary publicRecordSummary = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>
getPublicRecordSummaryFieldBuilder() {
if (publicRecordSummaryBuilder_ == null) {
publicRecordSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>(
getPublicRecordSummary(),
getParentForChildren(),
isClean());
publicRecordSummary_ = null;
}
return publicRecordSummaryBuilder_;
}
@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:fxy.PublicRecord)
}
// @@protoc_insertion_point(class_scope:fxy.PublicRecord)
private static final com.yaoyicloud.message.FxyProtos.PublicRecord DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.PublicRecord();
}
public static com.yaoyicloud.message.FxyProtos.PublicRecord getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return Whether the year field is set.
*/
boolean hasYear();
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return The year.
*/
int getYear();
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return Whether the donationIncome field is set.
*/
boolean hasDonationIncome();
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The donationIncome.
*/
java.lang.String getDonationIncome();
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The bytes for donationIncome.
*/
com.google.protobuf.ByteString
getDonationIncomeBytes();
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return Whether the publicExpense field is set.
*/
boolean hasPublicExpense();
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The publicExpense.
*/
java.lang.String getPublicExpense();
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The bytes for publicExpense.
*/
com.google.protobuf.ByteString
getPublicExpenseBytes();
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return Whether the totalAssets field is set.
*/
boolean hasTotalAssets();
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The totalAssets.
*/
java.lang.String getTotalAssets();
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The bytes for totalAssets.
*/
com.google.protobuf.ByteString
getTotalAssetsBytes();
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return Whether the netAssets field is set.
*/
boolean hasNetAssets();
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The netAssets.
*/
java.lang.String getNetAssets();
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The bytes for netAssets.
*/
com.google.protobuf.ByteString
getNetAssetsBytes();
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return Whether the totalIncome field is set.
*/
boolean hasTotalIncome();
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The totalIncome.
*/
java.lang.String getTotalIncome();
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The bytes for totalIncome.
*/
com.google.protobuf.ByteString
getTotalIncomeBytes();
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return Whether the investmentIncome field is set.
*/
boolean hasInvestmentIncome();
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The investmentIncome.
*/
java.lang.String getInvestmentIncome();
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The bytes for investmentIncome.
*/
com.google.protobuf.ByteString
getInvestmentIncomeBytes();
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return Whether the governmentGrants field is set.
*/
boolean hasGovernmentGrants();
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The governmentGrants.
*/
java.lang.String getGovernmentGrants();
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The bytes for governmentGrants.
*/
com.google.protobuf.ByteString
getGovernmentGrantsBytes();
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return Whether the serviceIncome field is set.
*/
boolean hasServiceIncome();
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The serviceIncome.
*/
java.lang.String getServiceIncome();
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The bytes for serviceIncome.
*/
com.google.protobuf.ByteString
getServiceIncomeBytes();
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return Whether the totalExpense field is set.
*/
boolean hasTotalExpense();
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The totalExpense.
*/
java.lang.String getTotalExpense();
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The bytes for totalExpense.
*/
com.google.protobuf.ByteString
getTotalExpenseBytes();
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return Whether the salaryExpense field is set.
*/
boolean hasSalaryExpense();
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The salaryExpense.
*/
java.lang.String getSalaryExpense();
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The bytes for salaryExpense.
*/
com.google.protobuf.ByteString
getSalaryExpenseBytes();
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return Whether the adminExpense field is set.
*/
boolean hasAdminExpense();
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The adminExpense.
*/
java.lang.String getAdminExpense();
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The bytes for adminExpense.
*/
com.google.protobuf.ByteString
getAdminExpenseBytes();
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return Whether the activityCost field is set.
*/
boolean hasActivityCost();
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The activityCost.
*/
java.lang.String getActivityCost();
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The bytes for activityCost.
*/
com.google.protobuf.ByteString
getActivityCostBytes();
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return Whether the managementExpense field is set.
*/
boolean hasManagementExpense();
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The managementExpense.
*/
java.lang.String getManagementExpense();
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The bytes for managementExpense.
*/
com.google.protobuf.ByteString
getManagementExpenseBytes();
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return Whether the fundraisingExpense field is set.
*/
boolean hasFundraisingExpense();
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The fundraisingExpense.
*/
java.lang.String getFundraisingExpense();
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The bytes for fundraisingExpense.
*/
com.google.protobuf.ByteString
getFundraisingExpenseBytes();
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return Whether the lastYearFundBalance field is set.
*/
boolean hasLastYearFundBalance();
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The lastYearFundBalance.
*/
java.lang.String getLastYearFundBalance();
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The bytes for lastYearFundBalance.
*/
com.google.protobuf.ByteString
getLastYearFundBalanceBytes();
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return Whether the flowAssets field is set.
*/
boolean hasFlowAssets();
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The flowAssets.
*/
java.lang.String getFlowAssets();
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The bytes for flowAssets.
*/
com.google.protobuf.ByteString
getFlowAssetsBytes();
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return Whether the flowLiabilities field is set.
*/
boolean hasFlowLiabilities();
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The flowLiabilities.
*/
java.lang.String getFlowLiabilities();
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The bytes for flowLiabilities.
*/
com.google.protobuf.ByteString
getFlowLiabilitiesBytes();
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return Whether the flowCapital field is set.
*/
boolean hasFlowCapital();
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The flowCapital.
*/
java.lang.String getFlowCapital();
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The bytes for flowCapital.
*/
com.google.protobuf.ByteString
getFlowCapitalBytes();
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return Whether the fixedAsset field is set.
*/
boolean hasFixedAsset();
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The fixedAsset.
*/
java.lang.String getFixedAsset();
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The bytes for fixedAsset.
*/
com.google.protobuf.ByteString
getFixedAssetBytes();
/**
* * 存货 ** *
optional string inventory = 21;
* @return Whether the inventory field is set.
*/
boolean hasInventory();
/**
* * 存货 ** *
optional string inventory = 21;
* @return The inventory.
*/
java.lang.String getInventory();
/**
* * 存货 ** *
optional string inventory = 21;
* @return The bytes for inventory.
*/
com.google.protobuf.ByteString
getInventoryBytes();
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return Whether the receivables field is set.
*/
boolean hasReceivables();
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The receivables.
*/
java.lang.String getReceivables();
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The bytes for receivables.
*/
com.google.protobuf.ByteString
getReceivablesBytes();
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return Whether the liabTotal field is set.
*/
boolean hasLiabTotal();
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The liabTotal.
*/
java.lang.String getLiabTotal();
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The bytes for liabTotal.
*/
com.google.protobuf.ByteString
getLiabTotalBytes();
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return Whether the las3yTotAmtLiaEquMap field is set.
*/
boolean hasLas3YTotAmtLiaEquMap();
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The las3yTotAmtLiaEquMap.
*/
java.lang.String getLas3YTotAmtLiaEquMap();
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The bytes for las3yTotAmtLiaEquMap.
*/
com.google.protobuf.ByteString
getLas3YTotAmtLiaEquMapBytes();
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return Whether the operatingIncome field is set.
*/
boolean hasOperatingIncome();
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The operatingIncome.
*/
java.lang.String getOperatingIncome();
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The bytes for operatingIncome.
*/
com.google.protobuf.ByteString
getOperatingIncomeBytes();
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return Whether the mainBusInc field is set.
*/
boolean hasMainBusInc();
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The mainBusInc.
*/
java.lang.String getMainBusInc();
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The bytes for mainBusInc.
*/
com.google.protobuf.ByteString
getMainBusIncBytes();
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return Whether the mainBusProfit field is set.
*/
boolean hasMainBusProfit();
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The mainBusProfit.
*/
java.lang.String getMainBusProfit();
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The bytes for mainBusProfit.
*/
com.google.protobuf.ByteString
getMainBusProfitBytes();
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return Whether the netProfit field is set.
*/
boolean hasNetProfit();
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The netProfit.
*/
java.lang.String getNetProfit();
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The bytes for netProfit.
*/
com.google.protobuf.ByteString
getNetProfitBytes();
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return Whether the las3yTotProfMap field is set.
*/
boolean hasLas3YTotProfMap();
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The las3yTotProfMap.
*/
java.lang.String getLas3YTotProfMap();
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The bytes for las3yTotProfMap.
*/
com.google.protobuf.ByteString
getLas3YTotProfMapBytes();
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return Whether the interestExpense field is set.
*/
boolean hasInterestExpense();
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The interestExpense.
*/
java.lang.String getInterestExpense();
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The bytes for interestExpense.
*/
com.google.protobuf.ByteString
getInterestExpenseBytes();
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return Whether the donationProjectCost field is set.
*/
boolean hasDonationProjectCost();
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The donationProjectCost.
*/
java.lang.String getDonationProjectCost();
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The bytes for donationProjectCost.
*/
com.google.protobuf.ByteString
getDonationProjectCostBytes();
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return Whether the totalNetAssets field is set.
*/
boolean hasTotalNetAssets();
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The totalNetAssets.
*/
java.lang.String getTotalNetAssets();
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The bytes for totalNetAssets.
*/
com.google.protobuf.ByteString
getTotalNetAssetsBytes();
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return Whether the totalCost field is set.
*/
boolean hasTotalCost();
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The totalCost.
*/
java.lang.String getTotalCost();
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The bytes for totalCost.
*/
com.google.protobuf.ByteString
getTotalCostBytes();
}
/**
* Protobuf type {@code fxy.FinancialData}
*/
public static final class FinancialData extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.FinancialData)
FinancialDataOrBuilder {
private static final long serialVersionUID = 0L;
// Use FinancialData.newBuilder() to construct.
private FinancialData(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FinancialData() {
donationIncome_ = "";
publicExpense_ = "";
totalAssets_ = "";
netAssets_ = "";
totalIncome_ = "";
investmentIncome_ = "";
governmentGrants_ = "";
serviceIncome_ = "";
totalExpense_ = "";
salaryExpense_ = "";
adminExpense_ = "";
activityCost_ = "";
managementExpense_ = "";
fundraisingExpense_ = "";
lastYearFundBalance_ = "";
flowAssets_ = "";
flowLiabilities_ = "";
flowCapital_ = "";
fixedAsset_ = "";
inventory_ = "";
receivables_ = "";
liabTotal_ = "";
las3YTotAmtLiaEquMap_ = "";
operatingIncome_ = "";
mainBusInc_ = "";
mainBusProfit_ = "";
netProfit_ = "";
las3YTotProfMap_ = "";
interestExpense_ = "";
donationProjectCost_ = "";
totalNetAssets_ = "";
totalCost_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FinancialData();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.FinancialData.class, com.yaoyicloud.message.FxyProtos.FinancialData.Builder.class);
}
private int bitField0_;
private int bitField1_;
public static final int YEAR_FIELD_NUMBER = 1;
private int year_ = 0;
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return Whether the year field is set.
*/
@java.lang.Override
public boolean hasYear() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return The year.
*/
@java.lang.Override
public int getYear() {
return year_;
}
public static final int DONATIONINCOME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object donationIncome_ = "";
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return Whether the donationIncome field is set.
*/
@java.lang.Override
public boolean hasDonationIncome() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The donationIncome.
*/
@java.lang.Override
public java.lang.String getDonationIncome() {
java.lang.Object ref = donationIncome_;
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();
if (bs.isValidUtf8()) {
donationIncome_ = s;
}
return s;
}
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The bytes for donationIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDonationIncomeBytes() {
java.lang.Object ref = donationIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
donationIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PUBLICEXPENSE_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object publicExpense_ = "";
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return Whether the publicExpense field is set.
*/
@java.lang.Override
public boolean hasPublicExpense() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The publicExpense.
*/
@java.lang.Override
public java.lang.String getPublicExpense() {
java.lang.Object ref = publicExpense_;
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();
if (bs.isValidUtf8()) {
publicExpense_ = s;
}
return s;
}
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The bytes for publicExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPublicExpenseBytes() {
java.lang.Object ref = publicExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publicExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TOTALASSETS_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object totalAssets_ = "";
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return Whether the totalAssets field is set.
*/
@java.lang.Override
public boolean hasTotalAssets() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The totalAssets.
*/
@java.lang.Override
public java.lang.String getTotalAssets() {
java.lang.Object ref = totalAssets_;
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();
if (bs.isValidUtf8()) {
totalAssets_ = s;
}
return s;
}
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The bytes for totalAssets.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTotalAssetsBytes() {
java.lang.Object ref = totalAssets_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NETASSETS_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object netAssets_ = "";
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return Whether the netAssets field is set.
*/
@java.lang.Override
public boolean hasNetAssets() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The netAssets.
*/
@java.lang.Override
public java.lang.String getNetAssets() {
java.lang.Object ref = netAssets_;
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();
if (bs.isValidUtf8()) {
netAssets_ = s;
}
return s;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The bytes for netAssets.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNetAssetsBytes() {
java.lang.Object ref = netAssets_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TOTALINCOME_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object totalIncome_ = "";
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return Whether the totalIncome field is set.
*/
@java.lang.Override
public boolean hasTotalIncome() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The totalIncome.
*/
@java.lang.Override
public java.lang.String getTotalIncome() {
java.lang.Object ref = totalIncome_;
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();
if (bs.isValidUtf8()) {
totalIncome_ = s;
}
return s;
}
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The bytes for totalIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTotalIncomeBytes() {
java.lang.Object ref = totalIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INVESTMENTINCOME_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private volatile java.lang.Object investmentIncome_ = "";
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return Whether the investmentIncome field is set.
*/
@java.lang.Override
public boolean hasInvestmentIncome() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The investmentIncome.
*/
@java.lang.Override
public java.lang.String getInvestmentIncome() {
java.lang.Object ref = investmentIncome_;
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();
if (bs.isValidUtf8()) {
investmentIncome_ = s;
}
return s;
}
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The bytes for investmentIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInvestmentIncomeBytes() {
java.lang.Object ref = investmentIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
investmentIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int GOVERNMENTGRANTS_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object governmentGrants_ = "";
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return Whether the governmentGrants field is set.
*/
@java.lang.Override
public boolean hasGovernmentGrants() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The governmentGrants.
*/
@java.lang.Override
public java.lang.String getGovernmentGrants() {
java.lang.Object ref = governmentGrants_;
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();
if (bs.isValidUtf8()) {
governmentGrants_ = s;
}
return s;
}
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The bytes for governmentGrants.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getGovernmentGrantsBytes() {
java.lang.Object ref = governmentGrants_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
governmentGrants_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SERVICEINCOME_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object serviceIncome_ = "";
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return Whether the serviceIncome field is set.
*/
@java.lang.Override
public boolean hasServiceIncome() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The serviceIncome.
*/
@java.lang.Override
public java.lang.String getServiceIncome() {
java.lang.Object ref = serviceIncome_;
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();
if (bs.isValidUtf8()) {
serviceIncome_ = s;
}
return s;
}
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The bytes for serviceIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getServiceIncomeBytes() {
java.lang.Object ref = serviceIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
serviceIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TOTALEXPENSE_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object totalExpense_ = "";
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return Whether the totalExpense field is set.
*/
@java.lang.Override
public boolean hasTotalExpense() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The totalExpense.
*/
@java.lang.Override
public java.lang.String getTotalExpense() {
java.lang.Object ref = totalExpense_;
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();
if (bs.isValidUtf8()) {
totalExpense_ = s;
}
return s;
}
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The bytes for totalExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTotalExpenseBytes() {
java.lang.Object ref = totalExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SALARYEXPENSE_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object salaryExpense_ = "";
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return Whether the salaryExpense field is set.
*/
@java.lang.Override
public boolean hasSalaryExpense() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The salaryExpense.
*/
@java.lang.Override
public java.lang.String getSalaryExpense() {
java.lang.Object ref = salaryExpense_;
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();
if (bs.isValidUtf8()) {
salaryExpense_ = s;
}
return s;
}
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The bytes for salaryExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSalaryExpenseBytes() {
java.lang.Object ref = salaryExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
salaryExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ADMINEXPENSE_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object adminExpense_ = "";
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return Whether the adminExpense field is set.
*/
@java.lang.Override
public boolean hasAdminExpense() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The adminExpense.
*/
@java.lang.Override
public java.lang.String getAdminExpense() {
java.lang.Object ref = adminExpense_;
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();
if (bs.isValidUtf8()) {
adminExpense_ = s;
}
return s;
}
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The bytes for adminExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAdminExpenseBytes() {
java.lang.Object ref = adminExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
adminExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ACTIVITYCOST_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object activityCost_ = "";
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return Whether the activityCost field is set.
*/
@java.lang.Override
public boolean hasActivityCost() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The activityCost.
*/
@java.lang.Override
public java.lang.String getActivityCost() {
java.lang.Object ref = activityCost_;
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();
if (bs.isValidUtf8()) {
activityCost_ = s;
}
return s;
}
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The bytes for activityCost.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getActivityCostBytes() {
java.lang.Object ref = activityCost_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
activityCost_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MANAGEMENTEXPENSE_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object managementExpense_ = "";
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return Whether the managementExpense field is set.
*/
@java.lang.Override
public boolean hasManagementExpense() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The managementExpense.
*/
@java.lang.Override
public java.lang.String getManagementExpense() {
java.lang.Object ref = managementExpense_;
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();
if (bs.isValidUtf8()) {
managementExpense_ = s;
}
return s;
}
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The bytes for managementExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getManagementExpenseBytes() {
java.lang.Object ref = managementExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
managementExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FUNDRAISINGEXPENSE_FIELD_NUMBER = 15;
@SuppressWarnings("serial")
private volatile java.lang.Object fundraisingExpense_ = "";
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return Whether the fundraisingExpense field is set.
*/
@java.lang.Override
public boolean hasFundraisingExpense() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The fundraisingExpense.
*/
@java.lang.Override
public java.lang.String getFundraisingExpense() {
java.lang.Object ref = fundraisingExpense_;
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();
if (bs.isValidUtf8()) {
fundraisingExpense_ = s;
}
return s;
}
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The bytes for fundraisingExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFundraisingExpenseBytes() {
java.lang.Object ref = fundraisingExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fundraisingExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LASTYEARFUNDBALANCE_FIELD_NUMBER = 16;
@SuppressWarnings("serial")
private volatile java.lang.Object lastYearFundBalance_ = "";
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return Whether the lastYearFundBalance field is set.
*/
@java.lang.Override
public boolean hasLastYearFundBalance() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The lastYearFundBalance.
*/
@java.lang.Override
public java.lang.String getLastYearFundBalance() {
java.lang.Object ref = lastYearFundBalance_;
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();
if (bs.isValidUtf8()) {
lastYearFundBalance_ = s;
}
return s;
}
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The bytes for lastYearFundBalance.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLastYearFundBalanceBytes() {
java.lang.Object ref = lastYearFundBalance_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearFundBalance_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FLOWASSETS_FIELD_NUMBER = 17;
@SuppressWarnings("serial")
private volatile java.lang.Object flowAssets_ = "";
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return Whether the flowAssets field is set.
*/
@java.lang.Override
public boolean hasFlowAssets() {
return ((bitField0_ & 0x00010000) != 0);
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The flowAssets.
*/
@java.lang.Override
public java.lang.String getFlowAssets() {
java.lang.Object ref = flowAssets_;
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();
if (bs.isValidUtf8()) {
flowAssets_ = s;
}
return s;
}
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The bytes for flowAssets.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFlowAssetsBytes() {
java.lang.Object ref = flowAssets_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FLOWLIABILITIES_FIELD_NUMBER = 18;
@SuppressWarnings("serial")
private volatile java.lang.Object flowLiabilities_ = "";
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return Whether the flowLiabilities field is set.
*/
@java.lang.Override
public boolean hasFlowLiabilities() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The flowLiabilities.
*/
@java.lang.Override
public java.lang.String getFlowLiabilities() {
java.lang.Object ref = flowLiabilities_;
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();
if (bs.isValidUtf8()) {
flowLiabilities_ = s;
}
return s;
}
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The bytes for flowLiabilities.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFlowLiabilitiesBytes() {
java.lang.Object ref = flowLiabilities_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowLiabilities_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FLOWCAPITAL_FIELD_NUMBER = 19;
@SuppressWarnings("serial")
private volatile java.lang.Object flowCapital_ = "";
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return Whether the flowCapital field is set.
*/
@java.lang.Override
public boolean hasFlowCapital() {
return ((bitField0_ & 0x00040000) != 0);
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The flowCapital.
*/
@java.lang.Override
public java.lang.String getFlowCapital() {
java.lang.Object ref = flowCapital_;
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();
if (bs.isValidUtf8()) {
flowCapital_ = s;
}
return s;
}
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The bytes for flowCapital.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFlowCapitalBytes() {
java.lang.Object ref = flowCapital_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FIXEDASSET_FIELD_NUMBER = 20;
@SuppressWarnings("serial")
private volatile java.lang.Object fixedAsset_ = "";
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return Whether the fixedAsset field is set.
*/
@java.lang.Override
public boolean hasFixedAsset() {
return ((bitField0_ & 0x00080000) != 0);
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The fixedAsset.
*/
@java.lang.Override
public java.lang.String getFixedAsset() {
java.lang.Object ref = fixedAsset_;
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();
if (bs.isValidUtf8()) {
fixedAsset_ = s;
}
return s;
}
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The bytes for fixedAsset.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFixedAssetBytes() {
java.lang.Object ref = fixedAsset_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fixedAsset_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INVENTORY_FIELD_NUMBER = 21;
@SuppressWarnings("serial")
private volatile java.lang.Object inventory_ = "";
/**
* * 存货 ** *
optional string inventory = 21;
* @return Whether the inventory field is set.
*/
@java.lang.Override
public boolean hasInventory() {
return ((bitField0_ & 0x00100000) != 0);
}
/**
* * 存货 ** *
optional string inventory = 21;
* @return The inventory.
*/
@java.lang.Override
public java.lang.String getInventory() {
java.lang.Object ref = inventory_;
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();
if (bs.isValidUtf8()) {
inventory_ = s;
}
return s;
}
}
/**
* * 存货 ** *
optional string inventory = 21;
* @return The bytes for inventory.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInventoryBytes() {
java.lang.Object ref = inventory_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inventory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RECEIVABLES_FIELD_NUMBER = 22;
@SuppressWarnings("serial")
private volatile java.lang.Object receivables_ = "";
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return Whether the receivables field is set.
*/
@java.lang.Override
public boolean hasReceivables() {
return ((bitField0_ & 0x00200000) != 0);
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The receivables.
*/
@java.lang.Override
public java.lang.String getReceivables() {
java.lang.Object ref = receivables_;
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();
if (bs.isValidUtf8()) {
receivables_ = s;
}
return s;
}
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The bytes for receivables.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getReceivablesBytes() {
java.lang.Object ref = receivables_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
receivables_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LIABTOTAL_FIELD_NUMBER = 23;
@SuppressWarnings("serial")
private volatile java.lang.Object liabTotal_ = "";
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return Whether the liabTotal field is set.
*/
@java.lang.Override
public boolean hasLiabTotal() {
return ((bitField0_ & 0x00400000) != 0);
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The liabTotal.
*/
@java.lang.Override
public java.lang.String getLiabTotal() {
java.lang.Object ref = liabTotal_;
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();
if (bs.isValidUtf8()) {
liabTotal_ = s;
}
return s;
}
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The bytes for liabTotal.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLiabTotalBytes() {
java.lang.Object ref = liabTotal_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
liabTotal_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LAS3YTOTAMTLIAEQUMAP_FIELD_NUMBER = 24;
@SuppressWarnings("serial")
private volatile java.lang.Object las3YTotAmtLiaEquMap_ = "";
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return Whether the las3yTotAmtLiaEquMap field is set.
*/
@java.lang.Override
public boolean hasLas3YTotAmtLiaEquMap() {
return ((bitField0_ & 0x00800000) != 0);
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The las3yTotAmtLiaEquMap.
*/
@java.lang.Override
public java.lang.String getLas3YTotAmtLiaEquMap() {
java.lang.Object ref = las3YTotAmtLiaEquMap_;
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();
if (bs.isValidUtf8()) {
las3YTotAmtLiaEquMap_ = s;
}
return s;
}
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The bytes for las3yTotAmtLiaEquMap.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLas3YTotAmtLiaEquMapBytes() {
java.lang.Object ref = las3YTotAmtLiaEquMap_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
las3YTotAmtLiaEquMap_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OPERATINGINCOME_FIELD_NUMBER = 25;
@SuppressWarnings("serial")
private volatile java.lang.Object operatingIncome_ = "";
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return Whether the operatingIncome field is set.
*/
@java.lang.Override
public boolean hasOperatingIncome() {
return ((bitField0_ & 0x01000000) != 0);
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The operatingIncome.
*/
@java.lang.Override
public java.lang.String getOperatingIncome() {
java.lang.Object ref = operatingIncome_;
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();
if (bs.isValidUtf8()) {
operatingIncome_ = s;
}
return s;
}
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The bytes for operatingIncome.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOperatingIncomeBytes() {
java.lang.Object ref = operatingIncome_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operatingIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAINBUSINC_FIELD_NUMBER = 26;
@SuppressWarnings("serial")
private volatile java.lang.Object mainBusInc_ = "";
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return Whether the mainBusInc field is set.
*/
@java.lang.Override
public boolean hasMainBusInc() {
return ((bitField0_ & 0x02000000) != 0);
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The mainBusInc.
*/
@java.lang.Override
public java.lang.String getMainBusInc() {
java.lang.Object ref = mainBusInc_;
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();
if (bs.isValidUtf8()) {
mainBusInc_ = s;
}
return s;
}
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The bytes for mainBusInc.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMainBusIncBytes() {
java.lang.Object ref = mainBusInc_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainBusInc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAINBUSPROFIT_FIELD_NUMBER = 27;
@SuppressWarnings("serial")
private volatile java.lang.Object mainBusProfit_ = "";
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return Whether the mainBusProfit field is set.
*/
@java.lang.Override
public boolean hasMainBusProfit() {
return ((bitField0_ & 0x04000000) != 0);
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The mainBusProfit.
*/
@java.lang.Override
public java.lang.String getMainBusProfit() {
java.lang.Object ref = mainBusProfit_;
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();
if (bs.isValidUtf8()) {
mainBusProfit_ = s;
}
return s;
}
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The bytes for mainBusProfit.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMainBusProfitBytes() {
java.lang.Object ref = mainBusProfit_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainBusProfit_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NETPROFIT_FIELD_NUMBER = 28;
@SuppressWarnings("serial")
private volatile java.lang.Object netProfit_ = "";
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return Whether the netProfit field is set.
*/
@java.lang.Override
public boolean hasNetProfit() {
return ((bitField0_ & 0x08000000) != 0);
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The netProfit.
*/
@java.lang.Override
public java.lang.String getNetProfit() {
java.lang.Object ref = netProfit_;
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();
if (bs.isValidUtf8()) {
netProfit_ = s;
}
return s;
}
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The bytes for netProfit.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNetProfitBytes() {
java.lang.Object ref = netProfit_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netProfit_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int LAS3YTOTPROFMAP_FIELD_NUMBER = 29;
@SuppressWarnings("serial")
private volatile java.lang.Object las3YTotProfMap_ = "";
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return Whether the las3yTotProfMap field is set.
*/
@java.lang.Override
public boolean hasLas3YTotProfMap() {
return ((bitField0_ & 0x10000000) != 0);
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The las3yTotProfMap.
*/
@java.lang.Override
public java.lang.String getLas3YTotProfMap() {
java.lang.Object ref = las3YTotProfMap_;
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();
if (bs.isValidUtf8()) {
las3YTotProfMap_ = s;
}
return s;
}
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The bytes for las3yTotProfMap.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLas3YTotProfMapBytes() {
java.lang.Object ref = las3YTotProfMap_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
las3YTotProfMap_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INTERESTEXPENSE_FIELD_NUMBER = 30;
@SuppressWarnings("serial")
private volatile java.lang.Object interestExpense_ = "";
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return Whether the interestExpense field is set.
*/
@java.lang.Override
public boolean hasInterestExpense() {
return ((bitField0_ & 0x20000000) != 0);
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The interestExpense.
*/
@java.lang.Override
public java.lang.String getInterestExpense() {
java.lang.Object ref = interestExpense_;
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();
if (bs.isValidUtf8()) {
interestExpense_ = s;
}
return s;
}
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The bytes for interestExpense.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInterestExpenseBytes() {
java.lang.Object ref = interestExpense_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
interestExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DONATIONPROJECTCOST_FIELD_NUMBER = 31;
@SuppressWarnings("serial")
private volatile java.lang.Object donationProjectCost_ = "";
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return Whether the donationProjectCost field is set.
*/
@java.lang.Override
public boolean hasDonationProjectCost() {
return ((bitField0_ & 0x40000000) != 0);
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The donationProjectCost.
*/
@java.lang.Override
public java.lang.String getDonationProjectCost() {
java.lang.Object ref = donationProjectCost_;
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();
if (bs.isValidUtf8()) {
donationProjectCost_ = s;
}
return s;
}
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The bytes for donationProjectCost.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDonationProjectCostBytes() {
java.lang.Object ref = donationProjectCost_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
donationProjectCost_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TOTALNETASSETS_FIELD_NUMBER = 32;
@SuppressWarnings("serial")
private volatile java.lang.Object totalNetAssets_ = "";
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return Whether the totalNetAssets field is set.
*/
@java.lang.Override
public boolean hasTotalNetAssets() {
return ((bitField0_ & 0x80000000) != 0);
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The totalNetAssets.
*/
@java.lang.Override
public java.lang.String getTotalNetAssets() {
java.lang.Object ref = totalNetAssets_;
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();
if (bs.isValidUtf8()) {
totalNetAssets_ = s;
}
return s;
}
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The bytes for totalNetAssets.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTotalNetAssetsBytes() {
java.lang.Object ref = totalNetAssets_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalNetAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TOTALCOST_FIELD_NUMBER = 33;
@SuppressWarnings("serial")
private volatile java.lang.Object totalCost_ = "";
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return Whether the totalCost field is set.
*/
@java.lang.Override
public boolean hasTotalCost() {
return ((bitField1_ & 0x00000001) != 0);
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The totalCost.
*/
@java.lang.Override
public java.lang.String getTotalCost() {
java.lang.Object ref = totalCost_;
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();
if (bs.isValidUtf8()) {
totalCost_ = s;
}
return s;
}
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The bytes for totalCost.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTotalCostBytes() {
java.lang.Object ref = totalCost_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalCost_ = 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 (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(1, year_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, donationIncome_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, publicExpense_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, totalAssets_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, netAssets_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, totalIncome_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, investmentIncome_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, governmentGrants_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, serviceIncome_);
}
if (((bitField0_ & 0x00000200) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, totalExpense_);
}
if (((bitField0_ & 0x00000400) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, salaryExpense_);
}
if (((bitField0_ & 0x00000800) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, adminExpense_);
}
if (((bitField0_ & 0x00001000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, activityCost_);
}
if (((bitField0_ & 0x00002000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, managementExpense_);
}
if (((bitField0_ & 0x00004000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, fundraisingExpense_);
}
if (((bitField0_ & 0x00008000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, lastYearFundBalance_);
}
if (((bitField0_ & 0x00010000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 17, flowAssets_);
}
if (((bitField0_ & 0x00020000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 18, flowLiabilities_);
}
if (((bitField0_ & 0x00040000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 19, flowCapital_);
}
if (((bitField0_ & 0x00080000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 20, fixedAsset_);
}
if (((bitField0_ & 0x00100000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 21, inventory_);
}
if (((bitField0_ & 0x00200000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 22, receivables_);
}
if (((bitField0_ & 0x00400000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 23, liabTotal_);
}
if (((bitField0_ & 0x00800000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 24, las3YTotAmtLiaEquMap_);
}
if (((bitField0_ & 0x01000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 25, operatingIncome_);
}
if (((bitField0_ & 0x02000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 26, mainBusInc_);
}
if (((bitField0_ & 0x04000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 27, mainBusProfit_);
}
if (((bitField0_ & 0x08000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 28, netProfit_);
}
if (((bitField0_ & 0x10000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 29, las3YTotProfMap_);
}
if (((bitField0_ & 0x20000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 30, interestExpense_);
}
if (((bitField0_ & 0x40000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 31, donationProjectCost_);
}
if (((bitField0_ & 0x80000000) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 32, totalNetAssets_);
}
if (((bitField1_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 33, totalCost_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, year_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, donationIncome_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, publicExpense_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, totalAssets_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, netAssets_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, totalIncome_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, investmentIncome_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, governmentGrants_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, serviceIncome_);
}
if (((bitField0_ & 0x00000200) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, totalExpense_);
}
if (((bitField0_ & 0x00000400) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, salaryExpense_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, adminExpense_);
}
if (((bitField0_ & 0x00001000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, activityCost_);
}
if (((bitField0_ & 0x00002000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, managementExpense_);
}
if (((bitField0_ & 0x00004000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, fundraisingExpense_);
}
if (((bitField0_ & 0x00008000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, lastYearFundBalance_);
}
if (((bitField0_ & 0x00010000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, flowAssets_);
}
if (((bitField0_ & 0x00020000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, flowLiabilities_);
}
if (((bitField0_ & 0x00040000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, flowCapital_);
}
if (((bitField0_ & 0x00080000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, fixedAsset_);
}
if (((bitField0_ & 0x00100000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, inventory_);
}
if (((bitField0_ & 0x00200000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, receivables_);
}
if (((bitField0_ & 0x00400000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, liabTotal_);
}
if (((bitField0_ & 0x00800000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, las3YTotAmtLiaEquMap_);
}
if (((bitField0_ & 0x01000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(25, operatingIncome_);
}
if (((bitField0_ & 0x02000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, mainBusInc_);
}
if (((bitField0_ & 0x04000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, mainBusProfit_);
}
if (((bitField0_ & 0x08000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(28, netProfit_);
}
if (((bitField0_ & 0x10000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, las3YTotProfMap_);
}
if (((bitField0_ & 0x20000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, interestExpense_);
}
if (((bitField0_ & 0x40000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(31, donationProjectCost_);
}
if (((bitField0_ & 0x80000000) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(32, totalNetAssets_);
}
if (((bitField1_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33, totalCost_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.FinancialData)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.FinancialData other = (com.yaoyicloud.message.FxyProtos.FinancialData) obj;
if (hasYear() != other.hasYear()) return false;
if (hasYear()) {
if (getYear()
!= other.getYear()) return false;
}
if (hasDonationIncome() != other.hasDonationIncome()) return false;
if (hasDonationIncome()) {
if (!getDonationIncome()
.equals(other.getDonationIncome())) return false;
}
if (hasPublicExpense() != other.hasPublicExpense()) return false;
if (hasPublicExpense()) {
if (!getPublicExpense()
.equals(other.getPublicExpense())) return false;
}
if (hasTotalAssets() != other.hasTotalAssets()) return false;
if (hasTotalAssets()) {
if (!getTotalAssets()
.equals(other.getTotalAssets())) return false;
}
if (hasNetAssets() != other.hasNetAssets()) return false;
if (hasNetAssets()) {
if (!getNetAssets()
.equals(other.getNetAssets())) return false;
}
if (hasTotalIncome() != other.hasTotalIncome()) return false;
if (hasTotalIncome()) {
if (!getTotalIncome()
.equals(other.getTotalIncome())) return false;
}
if (hasInvestmentIncome() != other.hasInvestmentIncome()) return false;
if (hasInvestmentIncome()) {
if (!getInvestmentIncome()
.equals(other.getInvestmentIncome())) return false;
}
if (hasGovernmentGrants() != other.hasGovernmentGrants()) return false;
if (hasGovernmentGrants()) {
if (!getGovernmentGrants()
.equals(other.getGovernmentGrants())) return false;
}
if (hasServiceIncome() != other.hasServiceIncome()) return false;
if (hasServiceIncome()) {
if (!getServiceIncome()
.equals(other.getServiceIncome())) return false;
}
if (hasTotalExpense() != other.hasTotalExpense()) return false;
if (hasTotalExpense()) {
if (!getTotalExpense()
.equals(other.getTotalExpense())) return false;
}
if (hasSalaryExpense() != other.hasSalaryExpense()) return false;
if (hasSalaryExpense()) {
if (!getSalaryExpense()
.equals(other.getSalaryExpense())) return false;
}
if (hasAdminExpense() != other.hasAdminExpense()) return false;
if (hasAdminExpense()) {
if (!getAdminExpense()
.equals(other.getAdminExpense())) return false;
}
if (hasActivityCost() != other.hasActivityCost()) return false;
if (hasActivityCost()) {
if (!getActivityCost()
.equals(other.getActivityCost())) return false;
}
if (hasManagementExpense() != other.hasManagementExpense()) return false;
if (hasManagementExpense()) {
if (!getManagementExpense()
.equals(other.getManagementExpense())) return false;
}
if (hasFundraisingExpense() != other.hasFundraisingExpense()) return false;
if (hasFundraisingExpense()) {
if (!getFundraisingExpense()
.equals(other.getFundraisingExpense())) return false;
}
if (hasLastYearFundBalance() != other.hasLastYearFundBalance()) return false;
if (hasLastYearFundBalance()) {
if (!getLastYearFundBalance()
.equals(other.getLastYearFundBalance())) return false;
}
if (hasFlowAssets() != other.hasFlowAssets()) return false;
if (hasFlowAssets()) {
if (!getFlowAssets()
.equals(other.getFlowAssets())) return false;
}
if (hasFlowLiabilities() != other.hasFlowLiabilities()) return false;
if (hasFlowLiabilities()) {
if (!getFlowLiabilities()
.equals(other.getFlowLiabilities())) return false;
}
if (hasFlowCapital() != other.hasFlowCapital()) return false;
if (hasFlowCapital()) {
if (!getFlowCapital()
.equals(other.getFlowCapital())) return false;
}
if (hasFixedAsset() != other.hasFixedAsset()) return false;
if (hasFixedAsset()) {
if (!getFixedAsset()
.equals(other.getFixedAsset())) return false;
}
if (hasInventory() != other.hasInventory()) return false;
if (hasInventory()) {
if (!getInventory()
.equals(other.getInventory())) return false;
}
if (hasReceivables() != other.hasReceivables()) return false;
if (hasReceivables()) {
if (!getReceivables()
.equals(other.getReceivables())) return false;
}
if (hasLiabTotal() != other.hasLiabTotal()) return false;
if (hasLiabTotal()) {
if (!getLiabTotal()
.equals(other.getLiabTotal())) return false;
}
if (hasLas3YTotAmtLiaEquMap() != other.hasLas3YTotAmtLiaEquMap()) return false;
if (hasLas3YTotAmtLiaEquMap()) {
if (!getLas3YTotAmtLiaEquMap()
.equals(other.getLas3YTotAmtLiaEquMap())) return false;
}
if (hasOperatingIncome() != other.hasOperatingIncome()) return false;
if (hasOperatingIncome()) {
if (!getOperatingIncome()
.equals(other.getOperatingIncome())) return false;
}
if (hasMainBusInc() != other.hasMainBusInc()) return false;
if (hasMainBusInc()) {
if (!getMainBusInc()
.equals(other.getMainBusInc())) return false;
}
if (hasMainBusProfit() != other.hasMainBusProfit()) return false;
if (hasMainBusProfit()) {
if (!getMainBusProfit()
.equals(other.getMainBusProfit())) return false;
}
if (hasNetProfit() != other.hasNetProfit()) return false;
if (hasNetProfit()) {
if (!getNetProfit()
.equals(other.getNetProfit())) return false;
}
if (hasLas3YTotProfMap() != other.hasLas3YTotProfMap()) return false;
if (hasLas3YTotProfMap()) {
if (!getLas3YTotProfMap()
.equals(other.getLas3YTotProfMap())) return false;
}
if (hasInterestExpense() != other.hasInterestExpense()) return false;
if (hasInterestExpense()) {
if (!getInterestExpense()
.equals(other.getInterestExpense())) return false;
}
if (hasDonationProjectCost() != other.hasDonationProjectCost()) return false;
if (hasDonationProjectCost()) {
if (!getDonationProjectCost()
.equals(other.getDonationProjectCost())) return false;
}
if (hasTotalNetAssets() != other.hasTotalNetAssets()) return false;
if (hasTotalNetAssets()) {
if (!getTotalNetAssets()
.equals(other.getTotalNetAssets())) return false;
}
if (hasTotalCost() != other.hasTotalCost()) return false;
if (hasTotalCost()) {
if (!getTotalCost()
.equals(other.getTotalCost())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasYear()) {
hash = (37 * hash) + YEAR_FIELD_NUMBER;
hash = (53 * hash) + getYear();
}
if (hasDonationIncome()) {
hash = (37 * hash) + DONATIONINCOME_FIELD_NUMBER;
hash = (53 * hash) + getDonationIncome().hashCode();
}
if (hasPublicExpense()) {
hash = (37 * hash) + PUBLICEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getPublicExpense().hashCode();
}
if (hasTotalAssets()) {
hash = (37 * hash) + TOTALASSETS_FIELD_NUMBER;
hash = (53 * hash) + getTotalAssets().hashCode();
}
if (hasNetAssets()) {
hash = (37 * hash) + NETASSETS_FIELD_NUMBER;
hash = (53 * hash) + getNetAssets().hashCode();
}
if (hasTotalIncome()) {
hash = (37 * hash) + TOTALINCOME_FIELD_NUMBER;
hash = (53 * hash) + getTotalIncome().hashCode();
}
if (hasInvestmentIncome()) {
hash = (37 * hash) + INVESTMENTINCOME_FIELD_NUMBER;
hash = (53 * hash) + getInvestmentIncome().hashCode();
}
if (hasGovernmentGrants()) {
hash = (37 * hash) + GOVERNMENTGRANTS_FIELD_NUMBER;
hash = (53 * hash) + getGovernmentGrants().hashCode();
}
if (hasServiceIncome()) {
hash = (37 * hash) + SERVICEINCOME_FIELD_NUMBER;
hash = (53 * hash) + getServiceIncome().hashCode();
}
if (hasTotalExpense()) {
hash = (37 * hash) + TOTALEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getTotalExpense().hashCode();
}
if (hasSalaryExpense()) {
hash = (37 * hash) + SALARYEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getSalaryExpense().hashCode();
}
if (hasAdminExpense()) {
hash = (37 * hash) + ADMINEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getAdminExpense().hashCode();
}
if (hasActivityCost()) {
hash = (37 * hash) + ACTIVITYCOST_FIELD_NUMBER;
hash = (53 * hash) + getActivityCost().hashCode();
}
if (hasManagementExpense()) {
hash = (37 * hash) + MANAGEMENTEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getManagementExpense().hashCode();
}
if (hasFundraisingExpense()) {
hash = (37 * hash) + FUNDRAISINGEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getFundraisingExpense().hashCode();
}
if (hasLastYearFundBalance()) {
hash = (37 * hash) + LASTYEARFUNDBALANCE_FIELD_NUMBER;
hash = (53 * hash) + getLastYearFundBalance().hashCode();
}
if (hasFlowAssets()) {
hash = (37 * hash) + FLOWASSETS_FIELD_NUMBER;
hash = (53 * hash) + getFlowAssets().hashCode();
}
if (hasFlowLiabilities()) {
hash = (37 * hash) + FLOWLIABILITIES_FIELD_NUMBER;
hash = (53 * hash) + getFlowLiabilities().hashCode();
}
if (hasFlowCapital()) {
hash = (37 * hash) + FLOWCAPITAL_FIELD_NUMBER;
hash = (53 * hash) + getFlowCapital().hashCode();
}
if (hasFixedAsset()) {
hash = (37 * hash) + FIXEDASSET_FIELD_NUMBER;
hash = (53 * hash) + getFixedAsset().hashCode();
}
if (hasInventory()) {
hash = (37 * hash) + INVENTORY_FIELD_NUMBER;
hash = (53 * hash) + getInventory().hashCode();
}
if (hasReceivables()) {
hash = (37 * hash) + RECEIVABLES_FIELD_NUMBER;
hash = (53 * hash) + getReceivables().hashCode();
}
if (hasLiabTotal()) {
hash = (37 * hash) + LIABTOTAL_FIELD_NUMBER;
hash = (53 * hash) + getLiabTotal().hashCode();
}
if (hasLas3YTotAmtLiaEquMap()) {
hash = (37 * hash) + LAS3YTOTAMTLIAEQUMAP_FIELD_NUMBER;
hash = (53 * hash) + getLas3YTotAmtLiaEquMap().hashCode();
}
if (hasOperatingIncome()) {
hash = (37 * hash) + OPERATINGINCOME_FIELD_NUMBER;
hash = (53 * hash) + getOperatingIncome().hashCode();
}
if (hasMainBusInc()) {
hash = (37 * hash) + MAINBUSINC_FIELD_NUMBER;
hash = (53 * hash) + getMainBusInc().hashCode();
}
if (hasMainBusProfit()) {
hash = (37 * hash) + MAINBUSPROFIT_FIELD_NUMBER;
hash = (53 * hash) + getMainBusProfit().hashCode();
}
if (hasNetProfit()) {
hash = (37 * hash) + NETPROFIT_FIELD_NUMBER;
hash = (53 * hash) + getNetProfit().hashCode();
}
if (hasLas3YTotProfMap()) {
hash = (37 * hash) + LAS3YTOTPROFMAP_FIELD_NUMBER;
hash = (53 * hash) + getLas3YTotProfMap().hashCode();
}
if (hasInterestExpense()) {
hash = (37 * hash) + INTERESTEXPENSE_FIELD_NUMBER;
hash = (53 * hash) + getInterestExpense().hashCode();
}
if (hasDonationProjectCost()) {
hash = (37 * hash) + DONATIONPROJECTCOST_FIELD_NUMBER;
hash = (53 * hash) + getDonationProjectCost().hashCode();
}
if (hasTotalNetAssets()) {
hash = (37 * hash) + TOTALNETASSETS_FIELD_NUMBER;
hash = (53 * hash) + getTotalNetAssets().hashCode();
}
if (hasTotalCost()) {
hash = (37 * hash) + TOTALCOST_FIELD_NUMBER;
hash = (53 * hash) + getTotalCost().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData 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.yaoyicloud.message.FxyProtos.FinancialData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData 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.yaoyicloud.message.FxyProtos.FinancialData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialData 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.yaoyicloud.message.FxyProtos.FinancialData 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 fxy.FinancialData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return Whether the year field is set.
*/
@java.lang.Override
public boolean hasYear() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return The year.
*/
@java.lang.Override
public int getYear() {
return year_;
}
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @param value The year to set.
* @return This builder for chaining.
*/
public Builder setYear(int value) {
year_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 年份(如2022、2023、2024) ** *
optional int32 year = 1;
* @return This builder for chaining.
*/
public Builder clearYear() {
bitField0_ = (bitField0_ & ~0x00000001);
year_ = 0;
onChanged();
return this;
}
private java.lang.Object donationIncome_ = "";
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return Whether the donationIncome field is set.
*/
public boolean hasDonationIncome() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The donationIncome.
*/
public java.lang.String getDonationIncome() {
java.lang.Object ref = donationIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
donationIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return The bytes for donationIncome.
*/
public com.google.protobuf.ByteString
getDonationIncomeBytes() {
java.lang.Object ref = donationIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
donationIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @param value The donationIncome to set.
* @return This builder for chaining.
*/
public Builder setDonationIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
donationIncome_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @return This builder for chaining.
*/
public Builder clearDonationIncome() {
donationIncome_ = getDefaultInstance().getDonationIncome();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 捐赠收入(单位:元) ** *
optional string donationIncome = 2;
* @param value The bytes for donationIncome to set.
* @return This builder for chaining.
*/
public Builder setDonationIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
donationIncome_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object publicExpense_ = "";
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return Whether the publicExpense field is set.
*/
public boolean hasPublicExpense() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The publicExpense.
*/
public java.lang.String getPublicExpense() {
java.lang.Object ref = publicExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
publicExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return The bytes for publicExpense.
*/
public com.google.protobuf.ByteString
getPublicExpenseBytes() {
java.lang.Object ref = publicExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
publicExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @param value The publicExpense to set.
* @return This builder for chaining.
*/
public Builder setPublicExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
publicExpense_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @return This builder for chaining.
*/
public Builder clearPublicExpense() {
publicExpense_ = getDefaultInstance().getPublicExpense();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 公益事业支出(单位:元) ** *
optional string publicExpense = 3;
* @param value The bytes for publicExpense to set.
* @return This builder for chaining.
*/
public Builder setPublicExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
publicExpense_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object totalAssets_ = "";
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return Whether the totalAssets field is set.
*/
public boolean hasTotalAssets() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The totalAssets.
*/
public java.lang.String getTotalAssets() {
java.lang.Object ref = totalAssets_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
totalAssets_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return The bytes for totalAssets.
*/
public com.google.protobuf.ByteString
getTotalAssetsBytes() {
java.lang.Object ref = totalAssets_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @param value The totalAssets to set.
* @return This builder for chaining.
*/
public Builder setTotalAssets(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
totalAssets_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @return This builder for chaining.
*/
public Builder clearTotalAssets() {
totalAssets_ = getDefaultInstance().getTotalAssets();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* * 总资产(单位:元) 资产合计 ** *
optional string totalAssets = 4;
* @param value The bytes for totalAssets to set.
* @return This builder for chaining.
*/
public Builder setTotalAssetsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
totalAssets_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object netAssets_ = "";
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return Whether the netAssets field is set.
*/
public boolean hasNetAssets() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The netAssets.
*/
public java.lang.String getNetAssets() {
java.lang.Object ref = netAssets_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
netAssets_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return The bytes for netAssets.
*/
public com.google.protobuf.ByteString
getNetAssetsBytes() {
java.lang.Object ref = netAssets_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @param value The netAssets to set.
* @return This builder for chaining.
*/
public Builder setNetAssets(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
netAssets_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @return This builder for chaining.
*/
public Builder clearNetAssets() {
netAssets_ = getDefaultInstance().getNetAssets();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* * 净资产(单位:元) ** *
optional string netAssets = 5;
* @param value The bytes for netAssets to set.
* @return This builder for chaining.
*/
public Builder setNetAssetsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
netAssets_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object totalIncome_ = "";
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return Whether the totalIncome field is set.
*/
public boolean hasTotalIncome() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The totalIncome.
*/
public java.lang.String getTotalIncome() {
java.lang.Object ref = totalIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
totalIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return The bytes for totalIncome.
*/
public com.google.protobuf.ByteString
getTotalIncomeBytes() {
java.lang.Object ref = totalIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @param value The totalIncome to set.
* @return This builder for chaining.
*/
public Builder setTotalIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
totalIncome_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @return This builder for chaining.
*/
public Builder clearTotalIncome() {
totalIncome_ = getDefaultInstance().getTotalIncome();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* * 总收入(单位:元) 收入合计 ** *
optional string totalIncome = 6;
* @param value The bytes for totalIncome to set.
* @return This builder for chaining.
*/
public Builder setTotalIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
totalIncome_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object investmentIncome_ = "";
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return Whether the investmentIncome field is set.
*/
public boolean hasInvestmentIncome() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The investmentIncome.
*/
public java.lang.String getInvestmentIncome() {
java.lang.Object ref = investmentIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
investmentIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return The bytes for investmentIncome.
*/
public com.google.protobuf.ByteString
getInvestmentIncomeBytes() {
java.lang.Object ref = investmentIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
investmentIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @param value The investmentIncome to set.
* @return This builder for chaining.
*/
public Builder setInvestmentIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
investmentIncome_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @return This builder for chaining.
*/
public Builder clearInvestmentIncome() {
investmentIncome_ = getDefaultInstance().getInvestmentIncome();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
* * 投资收益(单位:元) ** *
optional string investmentIncome = 7;
* @param value The bytes for investmentIncome to set.
* @return This builder for chaining.
*/
public Builder setInvestmentIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
investmentIncome_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object governmentGrants_ = "";
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return Whether the governmentGrants field is set.
*/
public boolean hasGovernmentGrants() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The governmentGrants.
*/
public java.lang.String getGovernmentGrants() {
java.lang.Object ref = governmentGrants_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
governmentGrants_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return The bytes for governmentGrants.
*/
public com.google.protobuf.ByteString
getGovernmentGrantsBytes() {
java.lang.Object ref = governmentGrants_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
governmentGrants_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @param value The governmentGrants to set.
* @return This builder for chaining.
*/
public Builder setGovernmentGrants(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
governmentGrants_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @return This builder for chaining.
*/
public Builder clearGovernmentGrants() {
governmentGrants_ = getDefaultInstance().getGovernmentGrants();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 政府补助收入(单位:元) ** *
optional string governmentGrants = 8;
* @param value The bytes for governmentGrants to set.
* @return This builder for chaining.
*/
public Builder setGovernmentGrantsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
governmentGrants_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object serviceIncome_ = "";
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return Whether the serviceIncome field is set.
*/
public boolean hasServiceIncome() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The serviceIncome.
*/
public java.lang.String getServiceIncome() {
java.lang.Object ref = serviceIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
serviceIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return The bytes for serviceIncome.
*/
public com.google.protobuf.ByteString
getServiceIncomeBytes() {
java.lang.Object ref = serviceIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
serviceIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @param value The serviceIncome to set.
* @return This builder for chaining.
*/
public Builder setServiceIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
serviceIncome_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @return This builder for chaining.
*/
public Builder clearServiceIncome() {
serviceIncome_ = getDefaultInstance().getServiceIncome();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 服务收入(单位:元) ** *
optional string serviceIncome = 9;
* @param value The bytes for serviceIncome to set.
* @return This builder for chaining.
*/
public Builder setServiceIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
serviceIncome_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
private java.lang.Object totalExpense_ = "";
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return Whether the totalExpense field is set.
*/
public boolean hasTotalExpense() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The totalExpense.
*/
public java.lang.String getTotalExpense() {
java.lang.Object ref = totalExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
totalExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return The bytes for totalExpense.
*/
public com.google.protobuf.ByteString
getTotalExpenseBytes() {
java.lang.Object ref = totalExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @param value The totalExpense to set.
* @return This builder for chaining.
*/
public Builder setTotalExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
totalExpense_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @return This builder for chaining.
*/
public Builder clearTotalExpense() {
totalExpense_ = getDefaultInstance().getTotalExpense();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
* * 总支出(单位:元) ** *
optional string totalExpense = 10;
* @param value The bytes for totalExpense to set.
* @return This builder for chaining.
*/
public Builder setTotalExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
totalExpense_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
private java.lang.Object salaryExpense_ = "";
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return Whether the salaryExpense field is set.
*/
public boolean hasSalaryExpense() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The salaryExpense.
*/
public java.lang.String getSalaryExpense() {
java.lang.Object ref = salaryExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
salaryExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return The bytes for salaryExpense.
*/
public com.google.protobuf.ByteString
getSalaryExpenseBytes() {
java.lang.Object ref = salaryExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
salaryExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @param value The salaryExpense to set.
* @return This builder for chaining.
*/
public Builder setSalaryExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
salaryExpense_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @return This builder for chaining.
*/
public Builder clearSalaryExpense() {
salaryExpense_ = getDefaultInstance().getSalaryExpense();
bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
return this;
}
/**
* * 工资福利支出(单位:元) ** *
optional string salaryExpense = 11;
* @param value The bytes for salaryExpense to set.
* @return This builder for chaining.
*/
public Builder setSalaryExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
salaryExpense_ = value;
bitField0_ |= 0x00000400;
onChanged();
return this;
}
private java.lang.Object adminExpense_ = "";
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return Whether the adminExpense field is set.
*/
public boolean hasAdminExpense() {
return ((bitField0_ & 0x00000800) != 0);
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The adminExpense.
*/
public java.lang.String getAdminExpense() {
java.lang.Object ref = adminExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
adminExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return The bytes for adminExpense.
*/
public com.google.protobuf.ByteString
getAdminExpenseBytes() {
java.lang.Object ref = adminExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
adminExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @param value The adminExpense to set.
* @return This builder for chaining.
*/
public Builder setAdminExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
adminExpense_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @return This builder for chaining.
*/
public Builder clearAdminExpense() {
adminExpense_ = getDefaultInstance().getAdminExpense();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
return this;
}
/**
* * 行政办公支出(单位:元) ** *
optional string adminExpense = 12;
* @param value The bytes for adminExpense to set.
* @return This builder for chaining.
*/
public Builder setAdminExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
adminExpense_ = value;
bitField0_ |= 0x00000800;
onChanged();
return this;
}
private java.lang.Object activityCost_ = "";
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return Whether the activityCost field is set.
*/
public boolean hasActivityCost() {
return ((bitField0_ & 0x00001000) != 0);
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The activityCost.
*/
public java.lang.String getActivityCost() {
java.lang.Object ref = activityCost_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
activityCost_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return The bytes for activityCost.
*/
public com.google.protobuf.ByteString
getActivityCostBytes() {
java.lang.Object ref = activityCost_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
activityCost_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @param value The activityCost to set.
* @return This builder for chaining.
*/
public Builder setActivityCost(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
activityCost_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @return This builder for chaining.
*/
public Builder clearActivityCost() {
activityCost_ = getDefaultInstance().getActivityCost();
bitField0_ = (bitField0_ & ~0x00001000);
onChanged();
return this;
}
/**
* * 业务活动成本(单位:元) ** *
optional string activityCost = 13;
* @param value The bytes for activityCost to set.
* @return This builder for chaining.
*/
public Builder setActivityCostBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
activityCost_ = value;
bitField0_ |= 0x00001000;
onChanged();
return this;
}
private java.lang.Object managementExpense_ = "";
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return Whether the managementExpense field is set.
*/
public boolean hasManagementExpense() {
return ((bitField0_ & 0x00002000) != 0);
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The managementExpense.
*/
public java.lang.String getManagementExpense() {
java.lang.Object ref = managementExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
managementExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return The bytes for managementExpense.
*/
public com.google.protobuf.ByteString
getManagementExpenseBytes() {
java.lang.Object ref = managementExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
managementExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @param value The managementExpense to set.
* @return This builder for chaining.
*/
public Builder setManagementExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
managementExpense_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @return This builder for chaining.
*/
public Builder clearManagementExpense() {
managementExpense_ = getDefaultInstance().getManagementExpense();
bitField0_ = (bitField0_ & ~0x00002000);
onChanged();
return this;
}
/**
* * 管理费用(单位:元) ** *
optional string managementExpense = 14;
* @param value The bytes for managementExpense to set.
* @return This builder for chaining.
*/
public Builder setManagementExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
managementExpense_ = value;
bitField0_ |= 0x00002000;
onChanged();
return this;
}
private java.lang.Object fundraisingExpense_ = "";
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return Whether the fundraisingExpense field is set.
*/
public boolean hasFundraisingExpense() {
return ((bitField0_ & 0x00004000) != 0);
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The fundraisingExpense.
*/
public java.lang.String getFundraisingExpense() {
java.lang.Object ref = fundraisingExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
fundraisingExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return The bytes for fundraisingExpense.
*/
public com.google.protobuf.ByteString
getFundraisingExpenseBytes() {
java.lang.Object ref = fundraisingExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fundraisingExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @param value The fundraisingExpense to set.
* @return This builder for chaining.
*/
public Builder setFundraisingExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
fundraisingExpense_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @return This builder for chaining.
*/
public Builder clearFundraisingExpense() {
fundraisingExpense_ = getDefaultInstance().getFundraisingExpense();
bitField0_ = (bitField0_ & ~0x00004000);
onChanged();
return this;
}
/**
* * 筹资费用(单位:元) ** *
optional string fundraisingExpense = 15;
* @param value The bytes for fundraisingExpense to set.
* @return This builder for chaining.
*/
public Builder setFundraisingExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
fundraisingExpense_ = value;
bitField0_ |= 0x00004000;
onChanged();
return this;
}
private java.lang.Object lastYearFundBalance_ = "";
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return Whether the lastYearFundBalance field is set.
*/
public boolean hasLastYearFundBalance() {
return ((bitField0_ & 0x00008000) != 0);
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The lastYearFundBalance.
*/
public java.lang.String getLastYearFundBalance() {
java.lang.Object ref = lastYearFundBalance_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
lastYearFundBalance_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return The bytes for lastYearFundBalance.
*/
public com.google.protobuf.ByteString
getLastYearFundBalanceBytes() {
java.lang.Object ref = lastYearFundBalance_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
lastYearFundBalance_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @param value The lastYearFundBalance to set.
* @return This builder for chaining.
*/
public Builder setLastYearFundBalance(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
lastYearFundBalance_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @return This builder for chaining.
*/
public Builder clearLastYearFundBalance() {
lastYearFundBalance_ = getDefaultInstance().getLastYearFundBalance();
bitField0_ = (bitField0_ & ~0x00008000);
onChanged();
return this;
}
/**
* * 上年基金余额(单位:元) ** *
optional string lastYearFundBalance = 16;
* @param value The bytes for lastYearFundBalance to set.
* @return This builder for chaining.
*/
public Builder setLastYearFundBalanceBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
lastYearFundBalance_ = value;
bitField0_ |= 0x00008000;
onChanged();
return this;
}
private java.lang.Object flowAssets_ = "";
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return Whether the flowAssets field is set.
*/
public boolean hasFlowAssets() {
return ((bitField0_ & 0x00010000) != 0);
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The flowAssets.
*/
public java.lang.String getFlowAssets() {
java.lang.Object ref = flowAssets_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
flowAssets_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return The bytes for flowAssets.
*/
public com.google.protobuf.ByteString
getFlowAssetsBytes() {
java.lang.Object ref = flowAssets_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @param value The flowAssets to set.
* @return This builder for chaining.
*/
public Builder setFlowAssets(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
flowAssets_ = value;
bitField0_ |= 0x00010000;
onChanged();
return this;
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @return This builder for chaining.
*/
public Builder clearFlowAssets() {
flowAssets_ = getDefaultInstance().getFlowAssets();
bitField0_ = (bitField0_ & ~0x00010000);
onChanged();
return this;
}
/**
* * 流动资产 ** *
optional string flowAssets = 17;
* @param value The bytes for flowAssets to set.
* @return This builder for chaining.
*/
public Builder setFlowAssetsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
flowAssets_ = value;
bitField0_ |= 0x00010000;
onChanged();
return this;
}
private java.lang.Object flowLiabilities_ = "";
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return Whether the flowLiabilities field is set.
*/
public boolean hasFlowLiabilities() {
return ((bitField0_ & 0x00020000) != 0);
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The flowLiabilities.
*/
public java.lang.String getFlowLiabilities() {
java.lang.Object ref = flowLiabilities_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
flowLiabilities_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return The bytes for flowLiabilities.
*/
public com.google.protobuf.ByteString
getFlowLiabilitiesBytes() {
java.lang.Object ref = flowLiabilities_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowLiabilities_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @param value The flowLiabilities to set.
* @return This builder for chaining.
*/
public Builder setFlowLiabilities(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
flowLiabilities_ = value;
bitField0_ |= 0x00020000;
onChanged();
return this;
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @return This builder for chaining.
*/
public Builder clearFlowLiabilities() {
flowLiabilities_ = getDefaultInstance().getFlowLiabilities();
bitField0_ = (bitField0_ & ~0x00020000);
onChanged();
return this;
}
/**
* * 流动负债 ** *
optional string flowLiabilities = 18;
* @param value The bytes for flowLiabilities to set.
* @return This builder for chaining.
*/
public Builder setFlowLiabilitiesBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
flowLiabilities_ = value;
bitField0_ |= 0x00020000;
onChanged();
return this;
}
private java.lang.Object flowCapital_ = "";
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return Whether the flowCapital field is set.
*/
public boolean hasFlowCapital() {
return ((bitField0_ & 0x00040000) != 0);
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The flowCapital.
*/
public java.lang.String getFlowCapital() {
java.lang.Object ref = flowCapital_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
flowCapital_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return The bytes for flowCapital.
*/
public com.google.protobuf.ByteString
getFlowCapitalBytes() {
java.lang.Object ref = flowCapital_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowCapital_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @param value The flowCapital to set.
* @return This builder for chaining.
*/
public Builder setFlowCapital(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
flowCapital_ = value;
bitField0_ |= 0x00040000;
onChanged();
return this;
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @return This builder for chaining.
*/
public Builder clearFlowCapital() {
flowCapital_ = getDefaultInstance().getFlowCapital();
bitField0_ = (bitField0_ & ~0x00040000);
onChanged();
return this;
}
/**
* * 营运资本 ** *
optional string flowCapital = 19;
* @param value The bytes for flowCapital to set.
* @return This builder for chaining.
*/
public Builder setFlowCapitalBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
flowCapital_ = value;
bitField0_ |= 0x00040000;
onChanged();
return this;
}
private java.lang.Object fixedAsset_ = "";
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return Whether the fixedAsset field is set.
*/
public boolean hasFixedAsset() {
return ((bitField0_ & 0x00080000) != 0);
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The fixedAsset.
*/
public java.lang.String getFixedAsset() {
java.lang.Object ref = fixedAsset_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
fixedAsset_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return The bytes for fixedAsset.
*/
public com.google.protobuf.ByteString
getFixedAssetBytes() {
java.lang.Object ref = fixedAsset_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fixedAsset_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @param value The fixedAsset to set.
* @return This builder for chaining.
*/
public Builder setFixedAsset(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
fixedAsset_ = value;
bitField0_ |= 0x00080000;
onChanged();
return this;
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @return This builder for chaining.
*/
public Builder clearFixedAsset() {
fixedAsset_ = getDefaultInstance().getFixedAsset();
bitField0_ = (bitField0_ & ~0x00080000);
onChanged();
return this;
}
/**
* * 固定资产 ** *
optional string fixedAsset = 20;
* @param value The bytes for fixedAsset to set.
* @return This builder for chaining.
*/
public Builder setFixedAssetBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
fixedAsset_ = value;
bitField0_ |= 0x00080000;
onChanged();
return this;
}
private java.lang.Object inventory_ = "";
/**
* * 存货 ** *
optional string inventory = 21;
* @return Whether the inventory field is set.
*/
public boolean hasInventory() {
return ((bitField0_ & 0x00100000) != 0);
}
/**
* * 存货 ** *
optional string inventory = 21;
* @return The inventory.
*/
public java.lang.String getInventory() {
java.lang.Object ref = inventory_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
inventory_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 存货 ** *
optional string inventory = 21;
* @return The bytes for inventory.
*/
public com.google.protobuf.ByteString
getInventoryBytes() {
java.lang.Object ref = inventory_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
inventory_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 存货 ** *
optional string inventory = 21;
* @param value The inventory to set.
* @return This builder for chaining.
*/
public Builder setInventory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
inventory_ = value;
bitField0_ |= 0x00100000;
onChanged();
return this;
}
/**
* * 存货 ** *
optional string inventory = 21;
* @return This builder for chaining.
*/
public Builder clearInventory() {
inventory_ = getDefaultInstance().getInventory();
bitField0_ = (bitField0_ & ~0x00100000);
onChanged();
return this;
}
/**
* * 存货 ** *
optional string inventory = 21;
* @param value The bytes for inventory to set.
* @return This builder for chaining.
*/
public Builder setInventoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
inventory_ = value;
bitField0_ |= 0x00100000;
onChanged();
return this;
}
private java.lang.Object receivables_ = "";
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return Whether the receivables field is set.
*/
public boolean hasReceivables() {
return ((bitField0_ & 0x00200000) != 0);
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The receivables.
*/
public java.lang.String getReceivables() {
java.lang.Object ref = receivables_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
receivables_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return The bytes for receivables.
*/
public com.google.protobuf.ByteString
getReceivablesBytes() {
java.lang.Object ref = receivables_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
receivables_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @param value The receivables to set.
* @return This builder for chaining.
*/
public Builder setReceivables(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
receivables_ = value;
bitField0_ |= 0x00200000;
onChanged();
return this;
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @return This builder for chaining.
*/
public Builder clearReceivables() {
receivables_ = getDefaultInstance().getReceivables();
bitField0_ = (bitField0_ & ~0x00200000);
onChanged();
return this;
}
/**
* * 应收账款 ** *
optional string receivables = 22;
* @param value The bytes for receivables to set.
* @return This builder for chaining.
*/
public Builder setReceivablesBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
receivables_ = value;
bitField0_ |= 0x00200000;
onChanged();
return this;
}
private java.lang.Object liabTotal_ = "";
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return Whether the liabTotal field is set.
*/
public boolean hasLiabTotal() {
return ((bitField0_ & 0x00400000) != 0);
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The liabTotal.
*/
public java.lang.String getLiabTotal() {
java.lang.Object ref = liabTotal_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
liabTotal_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return The bytes for liabTotal.
*/
public com.google.protobuf.ByteString
getLiabTotalBytes() {
java.lang.Object ref = liabTotal_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
liabTotal_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @param value The liabTotal to set.
* @return This builder for chaining.
*/
public Builder setLiabTotal(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
liabTotal_ = value;
bitField0_ |= 0x00400000;
onChanged();
return this;
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @return This builder for chaining.
*/
public Builder clearLiabTotal() {
liabTotal_ = getDefaultInstance().getLiabTotal();
bitField0_ = (bitField0_ & ~0x00400000);
onChanged();
return this;
}
/**
* * 总负债 ** *
optional string liabTotal = 23;
* @param value The bytes for liabTotal to set.
* @return This builder for chaining.
*/
public Builder setLiabTotalBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
liabTotal_ = value;
bitField0_ |= 0x00400000;
onChanged();
return this;
}
private java.lang.Object las3YTotAmtLiaEquMap_ = "";
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return Whether the las3yTotAmtLiaEquMap field is set.
*/
public boolean hasLas3YTotAmtLiaEquMap() {
return ((bitField0_ & 0x00800000) != 0);
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The las3yTotAmtLiaEquMap.
*/
public java.lang.String getLas3YTotAmtLiaEquMap() {
java.lang.Object ref = las3YTotAmtLiaEquMap_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
las3YTotAmtLiaEquMap_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return The bytes for las3yTotAmtLiaEquMap.
*/
public com.google.protobuf.ByteString
getLas3YTotAmtLiaEquMapBytes() {
java.lang.Object ref = las3YTotAmtLiaEquMap_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
las3YTotAmtLiaEquMap_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @param value The las3yTotAmtLiaEquMap to set.
* @return This builder for chaining.
*/
public Builder setLas3YTotAmtLiaEquMap(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
las3YTotAmtLiaEquMap_ = value;
bitField0_ |= 0x00800000;
onChanged();
return this;
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @return This builder for chaining.
*/
public Builder clearLas3YTotAmtLiaEquMap() {
las3YTotAmtLiaEquMap_ = getDefaultInstance().getLas3YTotAmtLiaEquMap();
bitField0_ = (bitField0_ & ~0x00800000);
onChanged();
return this;
}
/**
* * 所有者权益 ** *
optional string las3yTotAmtLiaEquMap = 24;
* @param value The bytes for las3yTotAmtLiaEquMap to set.
* @return This builder for chaining.
*/
public Builder setLas3YTotAmtLiaEquMapBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
las3YTotAmtLiaEquMap_ = value;
bitField0_ |= 0x00800000;
onChanged();
return this;
}
private java.lang.Object operatingIncome_ = "";
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return Whether the operatingIncome field is set.
*/
public boolean hasOperatingIncome() {
return ((bitField0_ & 0x01000000) != 0);
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The operatingIncome.
*/
public java.lang.String getOperatingIncome() {
java.lang.Object ref = operatingIncome_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
operatingIncome_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return The bytes for operatingIncome.
*/
public com.google.protobuf.ByteString
getOperatingIncomeBytes() {
java.lang.Object ref = operatingIncome_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operatingIncome_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @param value The operatingIncome to set.
* @return This builder for chaining.
*/
public Builder setOperatingIncome(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
operatingIncome_ = value;
bitField0_ |= 0x01000000;
onChanged();
return this;
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @return This builder for chaining.
*/
public Builder clearOperatingIncome() {
operatingIncome_ = getDefaultInstance().getOperatingIncome();
bitField0_ = (bitField0_ & ~0x01000000);
onChanged();
return this;
}
/**
* * 营业收入 ** *
optional string operatingIncome = 25;
* @param value The bytes for operatingIncome to set.
* @return This builder for chaining.
*/
public Builder setOperatingIncomeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
operatingIncome_ = value;
bitField0_ |= 0x01000000;
onChanged();
return this;
}
private java.lang.Object mainBusInc_ = "";
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return Whether the mainBusInc field is set.
*/
public boolean hasMainBusInc() {
return ((bitField0_ & 0x02000000) != 0);
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The mainBusInc.
*/
public java.lang.String getMainBusInc() {
java.lang.Object ref = mainBusInc_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
mainBusInc_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return The bytes for mainBusInc.
*/
public com.google.protobuf.ByteString
getMainBusIncBytes() {
java.lang.Object ref = mainBusInc_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainBusInc_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @param value The mainBusInc to set.
* @return This builder for chaining.
*/
public Builder setMainBusInc(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
mainBusInc_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @return This builder for chaining.
*/
public Builder clearMainBusInc() {
mainBusInc_ = getDefaultInstance().getMainBusInc();
bitField0_ = (bitField0_ & ~0x02000000);
onChanged();
return this;
}
/**
* * 主营业务收入 ** *
optional string mainBusInc = 26;
* @param value The bytes for mainBusInc to set.
* @return This builder for chaining.
*/
public Builder setMainBusIncBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
mainBusInc_ = value;
bitField0_ |= 0x02000000;
onChanged();
return this;
}
private java.lang.Object mainBusProfit_ = "";
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return Whether the mainBusProfit field is set.
*/
public boolean hasMainBusProfit() {
return ((bitField0_ & 0x04000000) != 0);
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The mainBusProfit.
*/
public java.lang.String getMainBusProfit() {
java.lang.Object ref = mainBusProfit_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
mainBusProfit_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return The bytes for mainBusProfit.
*/
public com.google.protobuf.ByteString
getMainBusProfitBytes() {
java.lang.Object ref = mainBusProfit_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mainBusProfit_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @param value The mainBusProfit to set.
* @return This builder for chaining.
*/
public Builder setMainBusProfit(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
mainBusProfit_ = value;
bitField0_ |= 0x04000000;
onChanged();
return this;
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @return This builder for chaining.
*/
public Builder clearMainBusProfit() {
mainBusProfit_ = getDefaultInstance().getMainBusProfit();
bitField0_ = (bitField0_ & ~0x04000000);
onChanged();
return this;
}
/**
* * 营业利润 ** *
optional string mainBusProfit = 27;
* @param value The bytes for mainBusProfit to set.
* @return This builder for chaining.
*/
public Builder setMainBusProfitBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
mainBusProfit_ = value;
bitField0_ |= 0x04000000;
onChanged();
return this;
}
private java.lang.Object netProfit_ = "";
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return Whether the netProfit field is set.
*/
public boolean hasNetProfit() {
return ((bitField0_ & 0x08000000) != 0);
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The netProfit.
*/
public java.lang.String getNetProfit() {
java.lang.Object ref = netProfit_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
netProfit_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return The bytes for netProfit.
*/
public com.google.protobuf.ByteString
getNetProfitBytes() {
java.lang.Object ref = netProfit_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
netProfit_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @param value The netProfit to set.
* @return This builder for chaining.
*/
public Builder setNetProfit(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
netProfit_ = value;
bitField0_ |= 0x08000000;
onChanged();
return this;
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @return This builder for chaining.
*/
public Builder clearNetProfit() {
netProfit_ = getDefaultInstance().getNetProfit();
bitField0_ = (bitField0_ & ~0x08000000);
onChanged();
return this;
}
/**
* * 净利润 ** *
optional string netProfit = 28;
* @param value The bytes for netProfit to set.
* @return This builder for chaining.
*/
public Builder setNetProfitBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
netProfit_ = value;
bitField0_ |= 0x08000000;
onChanged();
return this;
}
private java.lang.Object las3YTotProfMap_ = "";
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return Whether the las3yTotProfMap field is set.
*/
public boolean hasLas3YTotProfMap() {
return ((bitField0_ & 0x10000000) != 0);
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The las3yTotProfMap.
*/
public java.lang.String getLas3YTotProfMap() {
java.lang.Object ref = las3YTotProfMap_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
las3YTotProfMap_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return The bytes for las3yTotProfMap.
*/
public com.google.protobuf.ByteString
getLas3YTotProfMapBytes() {
java.lang.Object ref = las3YTotProfMap_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
las3YTotProfMap_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @param value The las3yTotProfMap to set.
* @return This builder for chaining.
*/
public Builder setLas3YTotProfMap(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
las3YTotProfMap_ = value;
bitField0_ |= 0x10000000;
onChanged();
return this;
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @return This builder for chaining.
*/
public Builder clearLas3YTotProfMap() {
las3YTotProfMap_ = getDefaultInstance().getLas3YTotProfMap();
bitField0_ = (bitField0_ & ~0x10000000);
onChanged();
return this;
}
/**
* * 利润总额 ** *
optional string las3yTotProfMap = 29;
* @param value The bytes for las3yTotProfMap to set.
* @return This builder for chaining.
*/
public Builder setLas3YTotProfMapBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
las3YTotProfMap_ = value;
bitField0_ |= 0x10000000;
onChanged();
return this;
}
private java.lang.Object interestExpense_ = "";
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return Whether the interestExpense field is set.
*/
public boolean hasInterestExpense() {
return ((bitField0_ & 0x20000000) != 0);
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The interestExpense.
*/
public java.lang.String getInterestExpense() {
java.lang.Object ref = interestExpense_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
interestExpense_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return The bytes for interestExpense.
*/
public com.google.protobuf.ByteString
getInterestExpenseBytes() {
java.lang.Object ref = interestExpense_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
interestExpense_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @param value The interestExpense to set.
* @return This builder for chaining.
*/
public Builder setInterestExpense(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
interestExpense_ = value;
bitField0_ |= 0x20000000;
onChanged();
return this;
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @return This builder for chaining.
*/
public Builder clearInterestExpense() {
interestExpense_ = getDefaultInstance().getInterestExpense();
bitField0_ = (bitField0_ & ~0x20000000);
onChanged();
return this;
}
/**
* * 利息支出 ** *
optional string interestExpense = 30;
* @param value The bytes for interestExpense to set.
* @return This builder for chaining.
*/
public Builder setInterestExpenseBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
interestExpense_ = value;
bitField0_ |= 0x20000000;
onChanged();
return this;
}
private java.lang.Object donationProjectCost_ = "";
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return Whether the donationProjectCost field is set.
*/
public boolean hasDonationProjectCost() {
return ((bitField0_ & 0x40000000) != 0);
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The donationProjectCost.
*/
public java.lang.String getDonationProjectCost() {
java.lang.Object ref = donationProjectCost_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
donationProjectCost_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return The bytes for donationProjectCost.
*/
public com.google.protobuf.ByteString
getDonationProjectCostBytes() {
java.lang.Object ref = donationProjectCost_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
donationProjectCost_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @param value The donationProjectCost to set.
* @return This builder for chaining.
*/
public Builder setDonationProjectCost(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
donationProjectCost_ = value;
bitField0_ |= 0x40000000;
onChanged();
return this;
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @return This builder for chaining.
*/
public Builder clearDonationProjectCost() {
donationProjectCost_ = getDefaultInstance().getDonationProjectCost();
bitField0_ = (bitField0_ & ~0x40000000);
onChanged();
return this;
}
/**
* *捐赠项目成本 ** *
optional string donationProjectCost = 31;
* @param value The bytes for donationProjectCost to set.
* @return This builder for chaining.
*/
public Builder setDonationProjectCostBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
donationProjectCost_ = value;
bitField0_ |= 0x40000000;
onChanged();
return this;
}
private java.lang.Object totalNetAssets_ = "";
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return Whether the totalNetAssets field is set.
*/
public boolean hasTotalNetAssets() {
return ((bitField0_ & 0x80000000) != 0);
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The totalNetAssets.
*/
public java.lang.String getTotalNetAssets() {
java.lang.Object ref = totalNetAssets_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
totalNetAssets_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return The bytes for totalNetAssets.
*/
public com.google.protobuf.ByteString
getTotalNetAssetsBytes() {
java.lang.Object ref = totalNetAssets_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalNetAssets_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @param value The totalNetAssets to set.
* @return This builder for chaining.
*/
public Builder setTotalNetAssets(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
totalNetAssets_ = value;
bitField0_ |= 0x80000000;
onChanged();
return this;
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @return This builder for chaining.
*/
public Builder clearTotalNetAssets() {
totalNetAssets_ = getDefaultInstance().getTotalNetAssets();
bitField0_ = (bitField0_ & ~0x80000000);
onChanged();
return this;
}
/**
* *净资产合计 ** *
optional string totalNetAssets = 32;
* @param value The bytes for totalNetAssets to set.
* @return This builder for chaining.
*/
public Builder setTotalNetAssetsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
totalNetAssets_ = value;
bitField0_ |= 0x80000000;
onChanged();
return this;
}
private java.lang.Object totalCost_ = "";
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return Whether the totalCost field is set.
*/
public boolean hasTotalCost() {
return ((bitField1_ & 0x00000001) != 0);
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The totalCost.
*/
public java.lang.String getTotalCost() {
java.lang.Object ref = totalCost_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
totalCost_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return The bytes for totalCost.
*/
public com.google.protobuf.ByteString
getTotalCostBytes() {
java.lang.Object ref = totalCost_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
totalCost_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @param value The totalCost to set.
* @return This builder for chaining.
*/
public Builder setTotalCost(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
totalCost_ = value;
bitField1_ |= 0x00000001;
onChanged();
return this;
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @return This builder for chaining.
*/
public Builder clearTotalCost() {
totalCost_ = getDefaultInstance().getTotalCost();
bitField1_ = (bitField1_ & ~0x00000001);
onChanged();
return this;
}
/**
* *费用合计 ** *
optional string totalCost = 33;
* @param value The bytes for totalCost to set.
* @return This builder for chaining.
*/
public Builder setTotalCostBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
totalCost_ = value;
bitField1_ |= 0x00000001;
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:fxy.FinancialData)
}
// @@protoc_insertion_point(class_scope:fxy.FinancialData)
private static final com.yaoyicloud.message.FxyProtos.FinancialData DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.FinancialData();
}
public static com.yaoyicloud.message.FxyProtos.FinancialData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return Whether the category field is set.
*/
boolean hasCategory();
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The category.
*/
java.lang.String getCategory();
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The bytes for category.
*/
com.google.protobuf.ByteString
getCategoryBytes();
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return Whether the indicatorName field is set.
*/
boolean hasIndicatorName();
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The indicatorName.
*/
java.lang.String getIndicatorName();
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The bytes for indicatorName.
*/
com.google.protobuf.ByteString
getIndicatorNameBytes();
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return Whether the formula field is set.
*/
boolean hasFormula();
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The formula.
*/
java.lang.String getFormula();
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The bytes for formula.
*/
com.google.protobuf.ByteString
getFormulaBytes();
/**
* *按年取值 ** *
repeated string values = 4;
* @return A list containing the values.
*/
java.util.List*按年取值 ** *
repeated string values = 4;
* @return The count of values.
*/
int getValuesCount();
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the element to return.
* @return The values at the given index.
*/
java.lang.String getValues(int index);
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the value to return.
* @return The bytes of the values at the given index.
*/
com.google.protobuf.ByteString
getValuesBytes(int index);
}
/**
* Protobuf type {@code fxy.FinancialIndicator}
*/
public static final class FinancialIndicator extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.FinancialIndicator)
FinancialIndicatorOrBuilder {
private static final long serialVersionUID = 0L;
// Use FinancialIndicator.newBuilder() to construct.
private FinancialIndicator(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FinancialIndicator() {
category_ = "";
indicatorName_ = "";
formula_ = "";
values_ =
com.google.protobuf.LazyStringArrayList.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FinancialIndicator();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialIndicator_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialIndicator_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.FinancialIndicator.class, com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder.class);
}
private int bitField0_;
public static final int CATEGORY_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object category_ = "";
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return Whether the category field is set.
*/
@java.lang.Override
public boolean hasCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The category.
*/
@java.lang.Override
public java.lang.String getCategory() {
java.lang.Object ref = category_;
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();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
}
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The bytes for category.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INDICATORNAME_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object indicatorName_ = "";
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return Whether the indicatorName field is set.
*/
@java.lang.Override
public boolean hasIndicatorName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The indicatorName.
*/
@java.lang.Override
public java.lang.String getIndicatorName() {
java.lang.Object ref = indicatorName_;
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();
if (bs.isValidUtf8()) {
indicatorName_ = s;
}
return s;
}
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The bytes for indicatorName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getIndicatorNameBytes() {
java.lang.Object ref = indicatorName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
indicatorName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FORMULA_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object formula_ = "";
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return Whether the formula field is set.
*/
@java.lang.Override
public boolean hasFormula() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The formula.
*/
@java.lang.Override
public java.lang.String getFormula() {
java.lang.Object ref = formula_;
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();
if (bs.isValidUtf8()) {
formula_ = s;
}
return s;
}
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The bytes for formula.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFormulaBytes() {
java.lang.Object ref = formula_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
formula_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int VALUES_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList values_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* *按年取值 ** *
repeated string values = 4;
* @return A list containing the values.
*/
public com.google.protobuf.ProtocolStringList
getValuesList() {
return values_;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @return The count of values.
*/
public int getValuesCount() {
return values_.size();
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the element to return.
* @return The values at the given index.
*/
public java.lang.String getValues(int index) {
return values_.get(index);
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the value to return.
* @return The bytes of the values at the given index.
*/
public com.google.protobuf.ByteString
getValuesBytes(int index) {
return values_.getByteString(index);
}
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 (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, category_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, indicatorName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, formula_);
}
for (int i = 0; i < values_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, values_.getRaw(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, category_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, indicatorName_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, formula_);
}
{
int dataSize = 0;
for (int i = 0; i < values_.size(); i++) {
dataSize += computeStringSizeNoTag(values_.getRaw(i));
}
size += dataSize;
size += 1 * getValuesList().size();
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.FinancialIndicator)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.FinancialIndicator other = (com.yaoyicloud.message.FxyProtos.FinancialIndicator) obj;
if (hasCategory() != other.hasCategory()) return false;
if (hasCategory()) {
if (!getCategory()
.equals(other.getCategory())) return false;
}
if (hasIndicatorName() != other.hasIndicatorName()) return false;
if (hasIndicatorName()) {
if (!getIndicatorName()
.equals(other.getIndicatorName())) return false;
}
if (hasFormula() != other.hasFormula()) return false;
if (hasFormula()) {
if (!getFormula()
.equals(other.getFormula())) return false;
}
if (!getValuesList()
.equals(other.getValuesList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasCategory()) {
hash = (37 * hash) + CATEGORY_FIELD_NUMBER;
hash = (53 * hash) + getCategory().hashCode();
}
if (hasIndicatorName()) {
hash = (37 * hash) + INDICATORNAME_FIELD_NUMBER;
hash = (53 * hash) + getIndicatorName().hashCode();
}
if (hasFormula()) {
hash = (37 * hash) + FORMULA_FIELD_NUMBER;
hash = (53 * hash) + getFormula().hashCode();
}
if (getValuesCount() > 0) {
hash = (37 * hash) + VALUES_FIELD_NUMBER;
hash = (53 * hash) + getValuesList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator 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.yaoyicloud.message.FxyProtos.FinancialIndicator parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator 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.yaoyicloud.message.FxyProtos.FinancialIndicator parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator 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.yaoyicloud.message.FxyProtos.FinancialIndicator 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 fxy.FinancialIndicator}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return Whether the category field is set.
*/
public boolean hasCategory() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The category.
*/
public java.lang.String getCategory() {
java.lang.Object ref = category_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
category_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return The bytes for category.
*/
public com.google.protobuf.ByteString
getCategoryBytes() {
java.lang.Object ref = category_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
category_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @param value The category to set.
* @return This builder for chaining.
*/
public Builder setCategory(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @return This builder for chaining.
*/
public Builder clearCategory() {
category_ = getDefaultInstance().getCategory();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* * 分类(如"运营能力"、"发展能力") ** *
optional string category = 1;
* @param value The bytes for category to set.
* @return This builder for chaining.
*/
public Builder setCategoryBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
category_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object indicatorName_ = "";
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return Whether the indicatorName field is set.
*/
public boolean hasIndicatorName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The indicatorName.
*/
public java.lang.String getIndicatorName() {
java.lang.Object ref = indicatorName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
indicatorName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return The bytes for indicatorName.
*/
public com.google.protobuf.ByteString
getIndicatorNameBytes() {
java.lang.Object ref = indicatorName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
indicatorName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @param value The indicatorName to set.
* @return This builder for chaining.
*/
public Builder setIndicatorName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
indicatorName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @return This builder for chaining.
*/
public Builder clearIndicatorName() {
indicatorName_ = getDefaultInstance().getIndicatorName();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* * 指标名称(如"公益支出比例")财务指标 ** *
optional string indicatorName = 2;
* @param value The bytes for indicatorName to set.
* @return This builder for chaining.
*/
public Builder setIndicatorNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
indicatorName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object formula_ = "";
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return Whether the formula field is set.
*/
public boolean hasFormula() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The formula.
*/
public java.lang.String getFormula() {
java.lang.Object ref = formula_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
formula_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return The bytes for formula.
*/
public com.google.protobuf.ByteString
getFormulaBytes() {
java.lang.Object ref = formula_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
formula_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @param value The formula to set.
* @return This builder for chaining.
*/
public Builder setFormula(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
formula_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @return This builder for chaining.
*/
public Builder clearFormula() {
formula_ = getDefaultInstance().getFormula();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 计算公式(如"公益支出/上年基金余额") ** *
optional string formula = 3;
* @param value The bytes for formula to set.
* @return This builder for chaining.
*/
public Builder setFormulaBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
formula_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList values_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureValuesIsMutable() {
if (!values_.isModifiable()) {
values_ = new com.google.protobuf.LazyStringArrayList(values_);
}
bitField0_ |= 0x00000008;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @return A list containing the values.
*/
public com.google.protobuf.ProtocolStringList
getValuesList() {
values_.makeImmutable();
return values_;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @return The count of values.
*/
public int getValuesCount() {
return values_.size();
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the element to return.
* @return The values at the given index.
*/
public java.lang.String getValues(int index) {
return values_.get(index);
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index of the value to return.
* @return The bytes of the values at the given index.
*/
public com.google.protobuf.ByteString
getValuesBytes(int index) {
return values_.getByteString(index);
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param index The index to set the value at.
* @param value The values to set.
* @return This builder for chaining.
*/
public Builder setValues(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureValuesIsMutable();
values_.set(index, value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param value The values to add.
* @return This builder for chaining.
*/
public Builder addValues(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureValuesIsMutable();
values_.add(value);
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param values The values to add.
* @return This builder for chaining.
*/
public Builder addAllValues(
java.lang.Iterable*按年取值 ** *
repeated string values = 4;
* @return This builder for chaining.
*/
public Builder clearValues() {
values_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string values = 4;
* @param value The bytes of the values to add.
* @return This builder for chaining.
*/
public Builder addValuesBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
ensureValuesIsMutable();
values_.add(value);
bitField0_ |= 0x00000008;
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:fxy.FinancialIndicator)
}
// @@protoc_insertion_point(class_scope:fxy.FinancialIndicator)
private static final com.yaoyicloud.message.FxyProtos.FinancialIndicator DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.FinancialIndicator();
}
public static com.yaoyicloud.message.FxyProtos.FinancialIndicator getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
java.util.List* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
com.yaoyicloud.message.FxyProtos.FinancialData getFinancialDataSeq(int index);
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
int getFinancialDataSeqCount();
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder>
getFinancialDataSeqOrBuilderList();
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder getFinancialDataSeqOrBuilder(
int index);
/**
* *按年取值 ** *
repeated string years = 4;
* @return A list containing the years.
*/
java.util.List*按年取值 ** *
repeated string years = 4;
* @return The count of years.
*/
int getYearsCount();
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the element to return.
* @return The years at the given index.
*/
java.lang.String getYears(int index);
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the value to return.
* @return The bytes of the years at the given index.
*/
com.google.protobuf.ByteString
getYearsBytes(int index);
/**
* * 备注 ** *
optional string remark = 5;
* @return Whether the remark field is set.
*/
boolean hasRemark();
/**
* * 备注 ** *
optional string remark = 5;
* @return The remark.
*/
java.lang.String getRemark();
/**
* * 备注 ** *
optional string remark = 5;
* @return The bytes for remark.
*/
com.google.protobuf.ByteString
getRemarkBytes();
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
java.util.List* 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
com.yaoyicloud.message.FxyProtos.FinancialIndicator getIndicators(int index);
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
int getIndicatorsCount();
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder>
getIndicatorsOrBuilderList();
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder getIndicatorsOrBuilder(
int index);
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
java.util.Listrepeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
com.yaoyicloud.message.FxyProtos.CheckItemDetail getFinancialCheckDetails(int index);
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
int getFinancialCheckDetailsCount();
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getFinancialCheckDetailsOrBuilderList();
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getFinancialCheckDetailsOrBuilder(
int index);
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return Whether the financialSummary field is set.
*/
boolean hasFinancialSummary();
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return The financialSummary.
*/
com.yaoyicloud.message.FxyProtos.CheckSummary getFinancialSummary();
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getFinancialSummaryOrBuilder();
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
java.util.List* 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
com.yaoyicloud.message.FxyProtos.Attachment getFinancialFiles(int index);
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
int getFinancialFilesCount();
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getFinancialFilesOrBuilderList();
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getFinancialFilesOrBuilder(
int index);
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return Whether the operatingRevenue field is set.
*/
boolean hasOperatingRevenue();
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The operatingRevenue.
*/
java.lang.String getOperatingRevenue();
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The bytes for operatingRevenue.
*/
com.google.protobuf.ByteString
getOperatingRevenueBytes();
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return Whether the neProfit field is set.
*/
boolean hasNeProfit();
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The neProfit.
*/
java.lang.String getNeProfit();
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The bytes for neProfit.
*/
com.google.protobuf.ByteString
getNeProfitBytes();
}
/**
* Protobuf type {@code fxy.FinancialInfo}
*/
public static final class FinancialInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.FinancialInfo)
FinancialInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use FinancialInfo.newBuilder() to construct.
private FinancialInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FinancialInfo() {
financialDataSeq_ = java.util.Collections.emptyList();
years_ =
com.google.protobuf.LazyStringArrayList.emptyList();
remark_ = "";
indicators_ = java.util.Collections.emptyList();
financialCheckDetails_ = java.util.Collections.emptyList();
financialFiles_ = java.util.Collections.emptyList();
operatingRevenue_ = "";
neProfit_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FinancialInfo();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_FinancialInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.FinancialInfo.class, com.yaoyicloud.message.FxyProtos.FinancialInfo.Builder.class);
}
private int bitField0_;
public static final int FINANCIALDATASEQ_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
@java.lang.Override
public java.util.List* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder>
getFinancialDataSeqOrBuilderList() {
return financialDataSeq_;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
@java.lang.Override
public int getFinancialDataSeqCount() {
return financialDataSeq_.size();
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FinancialData getFinancialDataSeq(int index) {
return financialDataSeq_.get(index);
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder getFinancialDataSeqOrBuilder(
int index) {
return financialDataSeq_.get(index);
}
public static final int YEARS_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList years_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* *按年取值 ** *
repeated string years = 4;
* @return A list containing the years.
*/
public com.google.protobuf.ProtocolStringList
getYearsList() {
return years_;
}
/**
* *按年取值 ** *
repeated string years = 4;
* @return The count of years.
*/
public int getYearsCount() {
return years_.size();
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the element to return.
* @return The years at the given index.
*/
public java.lang.String getYears(int index) {
return years_.get(index);
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the value to return.
* @return The bytes of the years at the given index.
*/
public com.google.protobuf.ByteString
getYearsBytes(int index) {
return years_.getByteString(index);
}
public static final int REMARK_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object remark_ = "";
/**
* * 备注 ** *
optional string remark = 5;
* @return Whether the remark field is set.
*/
@java.lang.Override
public boolean hasRemark() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 备注 ** *
optional string remark = 5;
* @return The remark.
*/
@java.lang.Override
public java.lang.String getRemark() {
java.lang.Object ref = remark_;
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();
if (bs.isValidUtf8()) {
remark_ = s;
}
return s;
}
}
/**
* * 备注 ** *
optional string remark = 5;
* @return The bytes for remark.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRemarkBytes() {
java.lang.Object ref = remark_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
remark_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INDICATORS_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private java.util.List* 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
@java.lang.Override
public java.util.List* 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder>
getIndicatorsOrBuilderList() {
return indicators_;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
@java.lang.Override
public int getIndicatorsCount() {
return indicators_.size();
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FinancialIndicator getIndicators(int index) {
return indicators_.get(index);
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder getIndicatorsOrBuilder(
int index) {
return indicators_.get(index);
}
public static final int FINANCIALCHECKDETAILS_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private java.util.Listrepeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
@java.lang.Override
public java.util.Listrepeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getFinancialCheckDetailsOrBuilderList() {
return financialCheckDetails_;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
@java.lang.Override
public int getFinancialCheckDetailsCount() {
return financialCheckDetails_.size();
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemDetail getFinancialCheckDetails(int index) {
return financialCheckDetails_.get(index);
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getFinancialCheckDetailsOrBuilder(
int index) {
return financialCheckDetails_.get(index);
}
public static final int FINANCIALSUMMARY_FIELD_NUMBER = 11;
private com.yaoyicloud.message.FxyProtos.CheckSummary financialSummary_;
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return Whether the financialSummary field is set.
*/
@java.lang.Override
public boolean hasFinancialSummary() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return The financialSummary.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummary getFinancialSummary() {
return financialSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : financialSummary_;
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getFinancialSummaryOrBuilder() {
return financialSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : financialSummary_;
}
public static final int FINANCIALFILES_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private java.util.List* 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
@java.lang.Override
public java.util.List* 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getFinancialFilesOrBuilderList() {
return financialFiles_;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
@java.lang.Override
public int getFinancialFilesCount() {
return financialFiles_.size();
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getFinancialFiles(int index) {
return financialFiles_.get(index);
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getFinancialFilesOrBuilder(
int index) {
return financialFiles_.get(index);
}
public static final int OPERATINGREVENUE_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object operatingRevenue_ = "";
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return Whether the operatingRevenue field is set.
*/
@java.lang.Override
public boolean hasOperatingRevenue() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The operatingRevenue.
*/
@java.lang.Override
public java.lang.String getOperatingRevenue() {
java.lang.Object ref = operatingRevenue_;
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();
if (bs.isValidUtf8()) {
operatingRevenue_ = s;
}
return s;
}
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The bytes for operatingRevenue.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOperatingRevenueBytes() {
java.lang.Object ref = operatingRevenue_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operatingRevenue_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NEPROFIT_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private volatile java.lang.Object neProfit_ = "";
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return Whether the neProfit field is set.
*/
@java.lang.Override
public boolean hasNeProfit() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The neProfit.
*/
@java.lang.Override
public java.lang.String getNeProfit() {
java.lang.Object ref = neProfit_;
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();
if (bs.isValidUtf8()) {
neProfit_ = s;
}
return s;
}
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The bytes for neProfit.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNeProfitBytes() {
java.lang.Object ref = neProfit_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
neProfit_ = 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 {
for (int i = 0; i < financialDataSeq_.size(); i++) {
output.writeMessage(1, financialDataSeq_.get(i));
}
for (int i = 0; i < years_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, years_.getRaw(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, remark_);
}
for (int i = 0; i < indicators_.size(); i++) {
output.writeMessage(9, indicators_.get(i));
}
for (int i = 0; i < financialCheckDetails_.size(); i++) {
output.writeMessage(10, financialCheckDetails_.get(i));
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(11, getFinancialSummary());
}
for (int i = 0; i < financialFiles_.size(); i++) {
output.writeMessage(12, financialFiles_.get(i));
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, operatingRevenue_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, neProfit_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < financialDataSeq_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, financialDataSeq_.get(i));
}
{
int dataSize = 0;
for (int i = 0; i < years_.size(); i++) {
dataSize += computeStringSizeNoTag(years_.getRaw(i));
}
size += dataSize;
size += 1 * getYearsList().size();
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, remark_);
}
for (int i = 0; i < indicators_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(9, indicators_.get(i));
}
for (int i = 0; i < financialCheckDetails_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, financialCheckDetails_.get(i));
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(11, getFinancialSummary());
}
for (int i = 0; i < financialFiles_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, financialFiles_.get(i));
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, operatingRevenue_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, neProfit_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.FinancialInfo)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.FinancialInfo other = (com.yaoyicloud.message.FxyProtos.FinancialInfo) obj;
if (!getFinancialDataSeqList()
.equals(other.getFinancialDataSeqList())) return false;
if (!getYearsList()
.equals(other.getYearsList())) return false;
if (hasRemark() != other.hasRemark()) return false;
if (hasRemark()) {
if (!getRemark()
.equals(other.getRemark())) return false;
}
if (!getIndicatorsList()
.equals(other.getIndicatorsList())) return false;
if (!getFinancialCheckDetailsList()
.equals(other.getFinancialCheckDetailsList())) return false;
if (hasFinancialSummary() != other.hasFinancialSummary()) return false;
if (hasFinancialSummary()) {
if (!getFinancialSummary()
.equals(other.getFinancialSummary())) return false;
}
if (!getFinancialFilesList()
.equals(other.getFinancialFilesList())) return false;
if (hasOperatingRevenue() != other.hasOperatingRevenue()) return false;
if (hasOperatingRevenue()) {
if (!getOperatingRevenue()
.equals(other.getOperatingRevenue())) return false;
}
if (hasNeProfit() != other.hasNeProfit()) return false;
if (hasNeProfit()) {
if (!getNeProfit()
.equals(other.getNeProfit())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getFinancialDataSeqCount() > 0) {
hash = (37 * hash) + FINANCIALDATASEQ_FIELD_NUMBER;
hash = (53 * hash) + getFinancialDataSeqList().hashCode();
}
if (getYearsCount() > 0) {
hash = (37 * hash) + YEARS_FIELD_NUMBER;
hash = (53 * hash) + getYearsList().hashCode();
}
if (hasRemark()) {
hash = (37 * hash) + REMARK_FIELD_NUMBER;
hash = (53 * hash) + getRemark().hashCode();
}
if (getIndicatorsCount() > 0) {
hash = (37 * hash) + INDICATORS_FIELD_NUMBER;
hash = (53 * hash) + getIndicatorsList().hashCode();
}
if (getFinancialCheckDetailsCount() > 0) {
hash = (37 * hash) + FINANCIALCHECKDETAILS_FIELD_NUMBER;
hash = (53 * hash) + getFinancialCheckDetailsList().hashCode();
}
if (hasFinancialSummary()) {
hash = (37 * hash) + FINANCIALSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getFinancialSummary().hashCode();
}
if (getFinancialFilesCount() > 0) {
hash = (37 * hash) + FINANCIALFILES_FIELD_NUMBER;
hash = (53 * hash) + getFinancialFilesList().hashCode();
}
if (hasOperatingRevenue()) {
hash = (37 * hash) + OPERATINGREVENUE_FIELD_NUMBER;
hash = (53 * hash) + getOperatingRevenue().hashCode();
}
if (hasNeProfit()) {
hash = (37 * hash) + NEPROFIT_FIELD_NUMBER;
hash = (53 * hash) + getNeProfit().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo 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.yaoyicloud.message.FxyProtos.FinancialInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo 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.yaoyicloud.message.FxyProtos.FinancialInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo 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.yaoyicloud.message.FxyProtos.FinancialInfo 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 fxy.FinancialInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public java.util.List* 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public int getFinancialDataSeqCount() {
if (financialDataSeqBuilder_ == null) {
return financialDataSeq_.size();
} else {
return financialDataSeqBuilder_.getCount();
}
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public com.yaoyicloud.message.FxyProtos.FinancialData getFinancialDataSeq(int index) {
if (financialDataSeqBuilder_ == null) {
return financialDataSeq_.get(index);
} else {
return financialDataSeqBuilder_.getMessage(index);
}
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder setFinancialDataSeq(
int index, com.yaoyicloud.message.FxyProtos.FinancialData value) {
if (financialDataSeqBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialDataSeqIsMutable();
financialDataSeq_.set(index, value);
onChanged();
} else {
financialDataSeqBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder setFinancialDataSeq(
int index, com.yaoyicloud.message.FxyProtos.FinancialData.Builder builderForValue) {
if (financialDataSeqBuilder_ == null) {
ensureFinancialDataSeqIsMutable();
financialDataSeq_.set(index, builderForValue.build());
onChanged();
} else {
financialDataSeqBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder addFinancialDataSeq(com.yaoyicloud.message.FxyProtos.FinancialData value) {
if (financialDataSeqBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialDataSeqIsMutable();
financialDataSeq_.add(value);
onChanged();
} else {
financialDataSeqBuilder_.addMessage(value);
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder addFinancialDataSeq(
int index, com.yaoyicloud.message.FxyProtos.FinancialData value) {
if (financialDataSeqBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialDataSeqIsMutable();
financialDataSeq_.add(index, value);
onChanged();
} else {
financialDataSeqBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder addFinancialDataSeq(
com.yaoyicloud.message.FxyProtos.FinancialData.Builder builderForValue) {
if (financialDataSeqBuilder_ == null) {
ensureFinancialDataSeqIsMutable();
financialDataSeq_.add(builderForValue.build());
onChanged();
} else {
financialDataSeqBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder addFinancialDataSeq(
int index, com.yaoyicloud.message.FxyProtos.FinancialData.Builder builderForValue) {
if (financialDataSeqBuilder_ == null) {
ensureFinancialDataSeqIsMutable();
financialDataSeq_.add(index, builderForValue.build());
onChanged();
} else {
financialDataSeqBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder addAllFinancialDataSeq(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.FinancialData> values) {
if (financialDataSeqBuilder_ == null) {
ensureFinancialDataSeqIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, financialDataSeq_);
onChanged();
} else {
financialDataSeqBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder clearFinancialDataSeq() {
if (financialDataSeqBuilder_ == null) {
financialDataSeq_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
financialDataSeqBuilder_.clear();
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public Builder removeFinancialDataSeq(int index) {
if (financialDataSeqBuilder_ == null) {
ensureFinancialDataSeqIsMutable();
financialDataSeq_.remove(index);
onChanged();
} else {
financialDataSeqBuilder_.remove(index);
}
return this;
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public com.yaoyicloud.message.FxyProtos.FinancialData.Builder getFinancialDataSeqBuilder(
int index) {
return getFinancialDataSeqFieldBuilder().getBuilder(index);
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder getFinancialDataSeqOrBuilder(
int index) {
if (financialDataSeqBuilder_ == null) {
return financialDataSeq_.get(index); } else {
return financialDataSeqBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialDataOrBuilder>
getFinancialDataSeqOrBuilderList() {
if (financialDataSeqBuilder_ != null) {
return financialDataSeqBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(financialDataSeq_);
}
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public com.yaoyicloud.message.FxyProtos.FinancialData.Builder addFinancialDataSeqBuilder() {
return getFinancialDataSeqFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.FinancialData.getDefaultInstance());
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public com.yaoyicloud.message.FxyProtos.FinancialData.Builder addFinancialDataSeqBuilder(
int index) {
return getFinancialDataSeqFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.FinancialData.getDefaultInstance());
}
/**
* * 重要财务数据(4.1) ** *
repeated .fxy.FinancialData financialDataSeq = 1;
*/
public java.util.List*按年取值 ** *
repeated string years = 4;
* @return A list containing the years.
*/
public com.google.protobuf.ProtocolStringList
getYearsList() {
years_.makeImmutable();
return years_;
}
/**
* *按年取值 ** *
repeated string years = 4;
* @return The count of years.
*/
public int getYearsCount() {
return years_.size();
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the element to return.
* @return The years at the given index.
*/
public java.lang.String getYears(int index) {
return years_.get(index);
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index of the value to return.
* @return The bytes of the years at the given index.
*/
public com.google.protobuf.ByteString
getYearsBytes(int index) {
return years_.getByteString(index);
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param index The index to set the value at.
* @param value The years to set.
* @return This builder for chaining.
*/
public Builder setYears(
int index, java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureYearsIsMutable();
years_.set(index, value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param value The years to add.
* @return This builder for chaining.
*/
public Builder addYears(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
ensureYearsIsMutable();
years_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param values The years to add.
* @return This builder for chaining.
*/
public Builder addAllYears(
java.lang.Iterable*按年取值 ** *
repeated string years = 4;
* @return This builder for chaining.
*/
public Builder clearYears() {
years_ =
com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);;
onChanged();
return this;
}
/**
* *按年取值 ** *
repeated string years = 4;
* @param value The bytes of the years to add.
* @return This builder for chaining.
*/
public Builder addYearsBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
ensureYearsIsMutable();
years_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object remark_ = "";
/**
* * 备注 ** *
optional string remark = 5;
* @return Whether the remark field is set.
*/
public boolean hasRemark() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* * 备注 ** *
optional string remark = 5;
* @return The remark.
*/
public java.lang.String getRemark() {
java.lang.Object ref = remark_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
remark_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 备注 ** *
optional string remark = 5;
* @return The bytes for remark.
*/
public com.google.protobuf.ByteString
getRemarkBytes() {
java.lang.Object ref = remark_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
remark_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 备注 ** *
optional string remark = 5;
* @param value The remark to set.
* @return This builder for chaining.
*/
public Builder setRemark(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
remark_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* * 备注 ** *
optional string remark = 5;
* @return This builder for chaining.
*/
public Builder clearRemark() {
remark_ = getDefaultInstance().getRemark();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* * 备注 ** *
optional string remark = 5;
* @param value The bytes for remark to set.
* @return This builder for chaining.
*/
public Builder setRemarkBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
remark_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.util.List* 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public java.util.List* 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public int getIndicatorsCount() {
if (indicatorsBuilder_ == null) {
return indicators_.size();
} else {
return indicatorsBuilder_.getCount();
}
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public com.yaoyicloud.message.FxyProtos.FinancialIndicator getIndicators(int index) {
if (indicatorsBuilder_ == null) {
return indicators_.get(index);
} else {
return indicatorsBuilder_.getMessage(index);
}
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder setIndicators(
int index, com.yaoyicloud.message.FxyProtos.FinancialIndicator value) {
if (indicatorsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureIndicatorsIsMutable();
indicators_.set(index, value);
onChanged();
} else {
indicatorsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder setIndicators(
int index, com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder builderForValue) {
if (indicatorsBuilder_ == null) {
ensureIndicatorsIsMutable();
indicators_.set(index, builderForValue.build());
onChanged();
} else {
indicatorsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder addIndicators(com.yaoyicloud.message.FxyProtos.FinancialIndicator value) {
if (indicatorsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureIndicatorsIsMutable();
indicators_.add(value);
onChanged();
} else {
indicatorsBuilder_.addMessage(value);
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder addIndicators(
int index, com.yaoyicloud.message.FxyProtos.FinancialIndicator value) {
if (indicatorsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureIndicatorsIsMutable();
indicators_.add(index, value);
onChanged();
} else {
indicatorsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder addIndicators(
com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder builderForValue) {
if (indicatorsBuilder_ == null) {
ensureIndicatorsIsMutable();
indicators_.add(builderForValue.build());
onChanged();
} else {
indicatorsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder addIndicators(
int index, com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder builderForValue) {
if (indicatorsBuilder_ == null) {
ensureIndicatorsIsMutable();
indicators_.add(index, builderForValue.build());
onChanged();
} else {
indicatorsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder addAllIndicators(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.FinancialIndicator> values) {
if (indicatorsBuilder_ == null) {
ensureIndicatorsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, indicators_);
onChanged();
} else {
indicatorsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder clearIndicators() {
if (indicatorsBuilder_ == null) {
indicators_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
} else {
indicatorsBuilder_.clear();
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public Builder removeIndicators(int index) {
if (indicatorsBuilder_ == null) {
ensureIndicatorsIsMutable();
indicators_.remove(index);
onChanged();
} else {
indicatorsBuilder_.remove(index);
}
return this;
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder getIndicatorsBuilder(
int index) {
return getIndicatorsFieldBuilder().getBuilder(index);
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder getIndicatorsOrBuilder(
int index) {
if (indicatorsBuilder_ == null) {
return indicators_.get(index); } else {
return indicatorsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.FinancialIndicatorOrBuilder>
getIndicatorsOrBuilderList() {
if (indicatorsBuilder_ != null) {
return indicatorsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(indicators_);
}
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder addIndicatorsBuilder() {
return getIndicatorsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.FinancialIndicator.getDefaultInstance());
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public com.yaoyicloud.message.FxyProtos.FinancialIndicator.Builder addIndicatorsBuilder(
int index) {
return getIndicatorsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.FinancialIndicator.getDefaultInstance());
}
/**
* * 财务指标(4.2) ** *
repeated .fxy.FinancialIndicator indicators = 9;
*/
public java.util.Listrepeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public java.util.Listrepeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public int getFinancialCheckDetailsCount() {
if (financialCheckDetailsBuilder_ == null) {
return financialCheckDetails_.size();
} else {
return financialCheckDetailsBuilder_.getCount();
}
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail getFinancialCheckDetails(int index) {
if (financialCheckDetailsBuilder_ == null) {
return financialCheckDetails_.get(index);
} else {
return financialCheckDetailsBuilder_.getMessage(index);
}
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder setFinancialCheckDetails(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (financialCheckDetailsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.set(index, value);
onChanged();
} else {
financialCheckDetailsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder setFinancialCheckDetails(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (financialCheckDetailsBuilder_ == null) {
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.set(index, builderForValue.build());
onChanged();
} else {
financialCheckDetailsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder addFinancialCheckDetails(com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (financialCheckDetailsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.add(value);
onChanged();
} else {
financialCheckDetailsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder addFinancialCheckDetails(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail value) {
if (financialCheckDetailsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.add(index, value);
onChanged();
} else {
financialCheckDetailsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder addFinancialCheckDetails(
com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (financialCheckDetailsBuilder_ == null) {
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.add(builderForValue.build());
onChanged();
} else {
financialCheckDetailsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder addFinancialCheckDetails(
int index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder builderForValue) {
if (financialCheckDetailsBuilder_ == null) {
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.add(index, builderForValue.build());
onChanged();
} else {
financialCheckDetailsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder addAllFinancialCheckDetails(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.CheckItemDetail> values) {
if (financialCheckDetailsBuilder_ == null) {
ensureFinancialCheckDetailsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, financialCheckDetails_);
onChanged();
} else {
financialCheckDetailsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder clearFinancialCheckDetails() {
if (financialCheckDetailsBuilder_ == null) {
financialCheckDetails_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
} else {
financialCheckDetailsBuilder_.clear();
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public Builder removeFinancialCheckDetails(int index) {
if (financialCheckDetailsBuilder_ == null) {
ensureFinancialCheckDetailsIsMutable();
financialCheckDetails_.remove(index);
onChanged();
} else {
financialCheckDetailsBuilder_.remove(index);
}
return this;
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder getFinancialCheckDetailsBuilder(
int index) {
return getFinancialCheckDetailsFieldBuilder().getBuilder(index);
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder getFinancialCheckDetailsOrBuilder(
int index) {
if (financialCheckDetailsBuilder_ == null) {
return financialCheckDetails_.get(index); } else {
return financialCheckDetailsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.CheckItemDetailOrBuilder>
getFinancialCheckDetailsOrBuilderList() {
if (financialCheckDetailsBuilder_ != null) {
return financialCheckDetailsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(financialCheckDetails_);
}
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder addFinancialCheckDetailsBuilder() {
return getFinancialCheckDetailsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.CheckItemDetail.getDefaultInstance());
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public com.yaoyicloud.message.FxyProtos.CheckItemDetail.Builder addFinancialCheckDetailsBuilder(
int index) {
return getFinancialCheckDetailsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.CheckItemDetail.getDefaultInstance());
}
/**
* repeated .fxy.CheckItemDetail financialCheckDetails = 10;
*/
public java.util.List* 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return Whether the financialSummary field is set.
*/
public boolean hasFinancialSummary() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
* @return The financialSummary.
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary getFinancialSummary() {
if (financialSummaryBuilder_ == null) {
return financialSummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : financialSummary_;
} else {
return financialSummaryBuilder_.getMessage();
}
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public Builder setFinancialSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (financialSummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
financialSummary_ = value;
} else {
financialSummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public Builder setFinancialSummary(
com.yaoyicloud.message.FxyProtos.CheckSummary.Builder builderForValue) {
if (financialSummaryBuilder_ == null) {
financialSummary_ = builderForValue.build();
} else {
financialSummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public Builder mergeFinancialSummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (financialSummaryBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
financialSummary_ != null &&
financialSummary_ != com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance()) {
getFinancialSummaryBuilder().mergeFrom(value);
} else {
financialSummary_ = value;
}
} else {
financialSummaryBuilder_.mergeFrom(value);
}
if (financialSummary_ != null) {
bitField0_ |= 0x00000020;
onChanged();
}
return this;
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public Builder clearFinancialSummary() {
bitField0_ = (bitField0_ & ~0x00000020);
financialSummary_ = null;
if (financialSummaryBuilder_ != null) {
financialSummaryBuilder_.dispose();
financialSummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary.Builder getFinancialSummaryBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getFinancialSummaryFieldBuilder().getBuilder();
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getFinancialSummaryOrBuilder() {
if (financialSummaryBuilder_ != null) {
return financialSummaryBuilder_.getMessageOrBuilder();
} else {
return financialSummary_ == null ?
com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : financialSummary_;
}
}
/**
* * 财务信息评分及建议(4.3) ** *
optional .fxy.CheckSummary financialSummary = 11;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>
getFinancialSummaryFieldBuilder() {
if (financialSummaryBuilder_ == null) {
financialSummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>(
getFinancialSummary(),
getParentForChildren(),
isClean());
financialSummary_ = null;
}
return financialSummaryBuilder_;
}
private java.util.List* 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public java.util.List* 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public int getFinancialFilesCount() {
if (financialFilesBuilder_ == null) {
return financialFiles_.size();
} else {
return financialFilesBuilder_.getCount();
}
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public com.yaoyicloud.message.FxyProtos.Attachment getFinancialFiles(int index) {
if (financialFilesBuilder_ == null) {
return financialFiles_.get(index);
} else {
return financialFilesBuilder_.getMessage(index);
}
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder setFinancialFiles(
int index, com.yaoyicloud.message.FxyProtos.Attachment value) {
if (financialFilesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialFilesIsMutable();
financialFiles_.set(index, value);
onChanged();
} else {
financialFilesBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder setFinancialFiles(
int index, com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (financialFilesBuilder_ == null) {
ensureFinancialFilesIsMutable();
financialFiles_.set(index, builderForValue.build());
onChanged();
} else {
financialFilesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder addFinancialFiles(com.yaoyicloud.message.FxyProtos.Attachment value) {
if (financialFilesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialFilesIsMutable();
financialFiles_.add(value);
onChanged();
} else {
financialFilesBuilder_.addMessage(value);
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder addFinancialFiles(
int index, com.yaoyicloud.message.FxyProtos.Attachment value) {
if (financialFilesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureFinancialFilesIsMutable();
financialFiles_.add(index, value);
onChanged();
} else {
financialFilesBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder addFinancialFiles(
com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (financialFilesBuilder_ == null) {
ensureFinancialFilesIsMutable();
financialFiles_.add(builderForValue.build());
onChanged();
} else {
financialFilesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder addFinancialFiles(
int index, com.yaoyicloud.message.FxyProtos.Attachment.Builder builderForValue) {
if (financialFilesBuilder_ == null) {
ensureFinancialFilesIsMutable();
financialFiles_.add(index, builderForValue.build());
onChanged();
} else {
financialFilesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder addAllFinancialFiles(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.Attachment> values) {
if (financialFilesBuilder_ == null) {
ensureFinancialFilesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, financialFiles_);
onChanged();
} else {
financialFilesBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder clearFinancialFiles() {
if (financialFilesBuilder_ == null) {
financialFiles_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
} else {
financialFilesBuilder_.clear();
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public Builder removeFinancialFiles(int index) {
if (financialFilesBuilder_ == null) {
ensureFinancialFilesIsMutable();
financialFiles_.remove(index);
onChanged();
} else {
financialFilesBuilder_.remove(index);
}
return this;
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder getFinancialFilesBuilder(
int index) {
return getFinancialFilesFieldBuilder().getBuilder(index);
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getFinancialFilesOrBuilder(
int index) {
if (financialFilesBuilder_ == null) {
return financialFiles_.get(index); } else {
return financialFilesBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getFinancialFilesOrBuilderList() {
if (financialFilesBuilder_ != null) {
return financialFilesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(financialFiles_);
}
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder addFinancialFilesBuilder() {
return getFinancialFilesFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.Attachment.getDefaultInstance());
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public com.yaoyicloud.message.FxyProtos.Attachment.Builder addFinancialFilesBuilder(
int index) {
return getFinancialFilesFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.Attachment.getDefaultInstance());
}
/**
* * 没有财务解析时的临时方案 ** *
repeated .fxy.Attachment financialFiles = 12;
*/
public java.util.List* 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return Whether the operatingRevenue field is set.
*/
public boolean hasOperatingRevenue() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The operatingRevenue.
*/
public java.lang.String getOperatingRevenue() {
java.lang.Object ref = operatingRevenue_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
operatingRevenue_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return The bytes for operatingRevenue.
*/
public com.google.protobuf.ByteString
getOperatingRevenueBytes() {
java.lang.Object ref = operatingRevenue_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
operatingRevenue_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @param value The operatingRevenue to set.
* @return This builder for chaining.
*/
public Builder setOperatingRevenue(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
operatingRevenue_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @return This builder for chaining.
*/
public Builder clearOperatingRevenue() {
operatingRevenue_ = getDefaultInstance().getOperatingRevenue();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
* * 平台报告新加字段 ** *
optional string operatingRevenue = 13;
* @param value The bytes for operatingRevenue to set.
* @return This builder for chaining.
*/
public Builder setOperatingRevenueBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
operatingRevenue_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object neProfit_ = "";
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return Whether the neProfit field is set.
*/
public boolean hasNeProfit() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The neProfit.
*/
public java.lang.String getNeProfit() {
java.lang.Object ref = neProfit_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
neProfit_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return The bytes for neProfit.
*/
public com.google.protobuf.ByteString
getNeProfitBytes() {
java.lang.Object ref = neProfit_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
neProfit_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @param value The neProfit to set.
* @return This builder for chaining.
*/
public Builder setNeProfit(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
neProfit_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @return This builder for chaining.
*/
public Builder clearNeProfit() {
neProfit_ = getDefaultInstance().getNeProfit();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
* * 最近一年净利润 ** *
optional string neProfit = 14;
* @param value The bytes for neProfit to set.
* @return This builder for chaining.
*/
public Builder setNeProfitBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
neProfit_ = value;
bitField0_ |= 0x00000100;
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:fxy.FinancialInfo)
}
// @@protoc_insertion_point(class_scope:fxy.FinancialInfo)
private static final com.yaoyicloud.message.FxyProtos.FinancialInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.FinancialInfo();
}
public static com.yaoyicloud.message.FxyProtos.FinancialInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parseroptional int32 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int32 id = 1;
* @return The id.
*/
int getId();
/**
* optional string question = 2;
* @return Whether the question field is set.
*/
boolean hasQuestion();
/**
* optional string question = 2;
* @return The question.
*/
java.lang.String getQuestion();
/**
* optional string question = 2;
* @return The bytes for question.
*/
com.google.protobuf.ByteString
getQuestionBytes();
/**
* optional string answer = 3;
* @return Whether the answer field is set.
*/
boolean hasAnswer();
/**
* optional string answer = 3;
* @return The answer.
*/
java.lang.String getAnswer();
/**
* optional string answer = 3;
* @return The bytes for answer.
*/
com.google.protobuf.ByteString
getAnswerBytes();
}
/**
* Protobuf type {@code fxy.QuestionnaireItem}
*/
public static final class QuestionnaireItem extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.QuestionnaireItem)
QuestionnaireItemOrBuilder {
private static final long serialVersionUID = 0L;
// Use QuestionnaireItem.newBuilder() to construct.
private QuestionnaireItem(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private QuestionnaireItem() {
question_ = "";
answer_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new QuestionnaireItem();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_QuestionnaireItem_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_QuestionnaireItem_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.QuestionnaireItem.class, com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder.class);
}
private int bitField0_;
public static final int ID_FIELD_NUMBER = 1;
private int id_ = 0;
/**
* optional int32 id = 1;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional int32 id = 1;
* @return The id.
*/
@java.lang.Override
public int getId() {
return id_;
}
public static final int QUESTION_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object question_ = "";
/**
* optional string question = 2;
* @return Whether the question field is set.
*/
@java.lang.Override
public boolean hasQuestion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string question = 2;
* @return The question.
*/
@java.lang.Override
public java.lang.String getQuestion() {
java.lang.Object ref = question_;
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();
if (bs.isValidUtf8()) {
question_ = s;
}
return s;
}
}
/**
* optional string question = 2;
* @return The bytes for question.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getQuestionBytes() {
java.lang.Object ref = question_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
question_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ANSWER_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object answer_ = "";
/**
* optional string answer = 3;
* @return Whether the answer field is set.
*/
@java.lang.Override
public boolean hasAnswer() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string answer = 3;
* @return The answer.
*/
@java.lang.Override
public java.lang.String getAnswer() {
java.lang.Object ref = answer_;
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();
if (bs.isValidUtf8()) {
answer_ = s;
}
return s;
}
}
/**
* optional string answer = 3;
* @return The bytes for answer.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAnswerBytes() {
java.lang.Object ref = answer_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
answer_ = 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 (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(1, id_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, question_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, answer_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, id_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, question_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, answer_);
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.QuestionnaireItem)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.QuestionnaireItem other = (com.yaoyicloud.message.FxyProtos.QuestionnaireItem) obj;
if (hasId() != other.hasId()) return false;
if (hasId()) {
if (getId()
!= other.getId()) return false;
}
if (hasQuestion() != other.hasQuestion()) return false;
if (hasQuestion()) {
if (!getQuestion()
.equals(other.getQuestion())) return false;
}
if (hasAnswer() != other.hasAnswer()) return false;
if (hasAnswer()) {
if (!getAnswer()
.equals(other.getAnswer())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasId()) {
hash = (37 * hash) + ID_FIELD_NUMBER;
hash = (53 * hash) + getId();
}
if (hasQuestion()) {
hash = (37 * hash) + QUESTION_FIELD_NUMBER;
hash = (53 * hash) + getQuestion().hashCode();
}
if (hasAnswer()) {
hash = (37 * hash) + ANSWER_FIELD_NUMBER;
hash = (53 * hash) + getAnswer().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem 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.yaoyicloud.message.FxyProtos.QuestionnaireItem parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem 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.yaoyicloud.message.FxyProtos.QuestionnaireItem parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem 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.yaoyicloud.message.FxyProtos.QuestionnaireItem 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 fxy.QuestionnaireItem}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builderoptional int32 id = 1;
* @return Whether the id field is set.
*/
@java.lang.Override
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional int32 id = 1;
* @return The id.
*/
@java.lang.Override
public int getId() {
return id_;
}
/**
* optional int32 id = 1;
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(int value) {
id_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* optional int32 id = 1;
* @return This builder for chaining.
*/
public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
id_ = 0;
onChanged();
return this;
}
private java.lang.Object question_ = "";
/**
* optional string question = 2;
* @return Whether the question field is set.
*/
public boolean hasQuestion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string question = 2;
* @return The question.
*/
public java.lang.String getQuestion() {
java.lang.Object ref = question_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
question_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string question = 2;
* @return The bytes for question.
*/
public com.google.protobuf.ByteString
getQuestionBytes() {
java.lang.Object ref = question_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
question_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string question = 2;
* @param value The question to set.
* @return This builder for chaining.
*/
public Builder setQuestion(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
question_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* optional string question = 2;
* @return This builder for chaining.
*/
public Builder clearQuestion() {
question_ = getDefaultInstance().getQuestion();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* optional string question = 2;
* @param value The bytes for question to set.
* @return This builder for chaining.
*/
public Builder setQuestionBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
question_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object answer_ = "";
/**
* optional string answer = 3;
* @return Whether the answer field is set.
*/
public boolean hasAnswer() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string answer = 3;
* @return The answer.
*/
public java.lang.String getAnswer() {
java.lang.Object ref = answer_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
answer_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string answer = 3;
* @return The bytes for answer.
*/
public com.google.protobuf.ByteString
getAnswerBytes() {
java.lang.Object ref = answer_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
answer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string answer = 3;
* @param value The answer to set.
* @return This builder for chaining.
*/
public Builder setAnswer(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
answer_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* optional string answer = 3;
* @return This builder for chaining.
*/
public Builder clearAnswer() {
answer_ = getDefaultInstance().getAnswer();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* optional string answer = 3;
* @param value The bytes for answer to set.
* @return This builder for chaining.
*/
public Builder setAnswerBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
answer_ = value;
bitField0_ |= 0x00000004;
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:fxy.QuestionnaireItem)
}
// @@protoc_insertion_point(class_scope:fxy.QuestionnaireItem)
private static final com.yaoyicloud.message.FxyProtos.QuestionnaireItem DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.QuestionnaireItem();
}
public static com.yaoyicloud.message.FxyProtos.QuestionnaireItem getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parser* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
java.util.List* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
com.yaoyicloud.message.FxyProtos.QuestionnaireItem getQuestionnaireItems(int index);
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
int getQuestionnaireItemsCount();
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder>
getQuestionnaireItemsOrBuilderList();
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder getQuestionnaireItemsOrBuilder(
int index);
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return Whether the antiBriberySummary field is set.
*/
boolean hasAntiBriberySummary();
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return The antiBriberySummary.
*/
com.yaoyicloud.message.FxyProtos.CheckSummary getAntiBriberySummary();
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getAntiBriberySummaryOrBuilder();
}
/**
* Protobuf type {@code fxy.AntiBribery}
*/
public static final class AntiBribery extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:fxy.AntiBribery)
AntiBriberyOrBuilder {
private static final long serialVersionUID = 0L;
// Use AntiBribery.newBuilder() to construct.
private AntiBribery(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AntiBribery() {
questionnaireItems_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AntiBribery();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AntiBribery_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AntiBribery_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.yaoyicloud.message.FxyProtos.AntiBribery.class, com.yaoyicloud.message.FxyProtos.AntiBribery.Builder.class);
}
private int bitField0_;
public static final int QUESTIONNAIREITEMS_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
@java.lang.Override
public java.util.List* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder>
getQuestionnaireItemsOrBuilderList() {
return questionnaireItems_;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
@java.lang.Override
public int getQuestionnaireItemsCount() {
return questionnaireItems_.size();
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.QuestionnaireItem getQuestionnaireItems(int index) {
return questionnaireItems_.get(index);
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder getQuestionnaireItemsOrBuilder(
int index) {
return questionnaireItems_.get(index);
}
public static final int ANTIBRIBERYSUMMARY_FIELD_NUMBER = 2;
private com.yaoyicloud.message.FxyProtos.CheckSummary antiBriberySummary_;
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return Whether the antiBriberySummary field is set.
*/
@java.lang.Override
public boolean hasAntiBriberySummary() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return The antiBriberySummary.
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummary getAntiBriberySummary() {
return antiBriberySummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : antiBriberySummary_;
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getAntiBriberySummaryOrBuilder() {
return antiBriberySummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : antiBriberySummary_;
}
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 {
for (int i = 0; i < questionnaireItems_.size(); i++) {
output.writeMessage(1, questionnaireItems_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(2, getAntiBriberySummary());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < questionnaireItems_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, questionnaireItems_.get(i));
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getAntiBriberySummary());
}
size += getUnknownFields().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.yaoyicloud.message.FxyProtos.AntiBribery)) {
return super.equals(obj);
}
com.yaoyicloud.message.FxyProtos.AntiBribery other = (com.yaoyicloud.message.FxyProtos.AntiBribery) obj;
if (!getQuestionnaireItemsList()
.equals(other.getQuestionnaireItemsList())) return false;
if (hasAntiBriberySummary() != other.hasAntiBriberySummary()) return false;
if (hasAntiBriberySummary()) {
if (!getAntiBriberySummary()
.equals(other.getAntiBriberySummary())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getQuestionnaireItemsCount() > 0) {
hash = (37 * hash) + QUESTIONNAIREITEMS_FIELD_NUMBER;
hash = (53 * hash) + getQuestionnaireItemsList().hashCode();
}
if (hasAntiBriberySummary()) {
hash = (37 * hash) + ANTIBRIBERYSUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getAntiBriberySummary().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery 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.yaoyicloud.message.FxyProtos.AntiBribery parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery 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.yaoyicloud.message.FxyProtos.AntiBribery parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery 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.yaoyicloud.message.FxyProtos.AntiBribery 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 fxy.AntiBribery}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public java.util.List* 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public int getQuestionnaireItemsCount() {
if (questionnaireItemsBuilder_ == null) {
return questionnaireItems_.size();
} else {
return questionnaireItemsBuilder_.getCount();
}
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public com.yaoyicloud.message.FxyProtos.QuestionnaireItem getQuestionnaireItems(int index) {
if (questionnaireItemsBuilder_ == null) {
return questionnaireItems_.get(index);
} else {
return questionnaireItemsBuilder_.getMessage(index);
}
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder setQuestionnaireItems(
int index, com.yaoyicloud.message.FxyProtos.QuestionnaireItem value) {
if (questionnaireItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.set(index, value);
onChanged();
} else {
questionnaireItemsBuilder_.setMessage(index, value);
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder setQuestionnaireItems(
int index, com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder builderForValue) {
if (questionnaireItemsBuilder_ == null) {
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.set(index, builderForValue.build());
onChanged();
} else {
questionnaireItemsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder addQuestionnaireItems(com.yaoyicloud.message.FxyProtos.QuestionnaireItem value) {
if (questionnaireItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.add(value);
onChanged();
} else {
questionnaireItemsBuilder_.addMessage(value);
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder addQuestionnaireItems(
int index, com.yaoyicloud.message.FxyProtos.QuestionnaireItem value) {
if (questionnaireItemsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.add(index, value);
onChanged();
} else {
questionnaireItemsBuilder_.addMessage(index, value);
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder addQuestionnaireItems(
com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder builderForValue) {
if (questionnaireItemsBuilder_ == null) {
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.add(builderForValue.build());
onChanged();
} else {
questionnaireItemsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder addQuestionnaireItems(
int index, com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder builderForValue) {
if (questionnaireItemsBuilder_ == null) {
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.add(index, builderForValue.build());
onChanged();
} else {
questionnaireItemsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder addAllQuestionnaireItems(
java.lang.Iterable extends com.yaoyicloud.message.FxyProtos.QuestionnaireItem> values) {
if (questionnaireItemsBuilder_ == null) {
ensureQuestionnaireItemsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, questionnaireItems_);
onChanged();
} else {
questionnaireItemsBuilder_.addAllMessages(values);
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder clearQuestionnaireItems() {
if (questionnaireItemsBuilder_ == null) {
questionnaireItems_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
questionnaireItemsBuilder_.clear();
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public Builder removeQuestionnaireItems(int index) {
if (questionnaireItemsBuilder_ == null) {
ensureQuestionnaireItemsIsMutable();
questionnaireItems_.remove(index);
onChanged();
} else {
questionnaireItemsBuilder_.remove(index);
}
return this;
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder getQuestionnaireItemsBuilder(
int index) {
return getQuestionnaireItemsFieldBuilder().getBuilder(index);
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder getQuestionnaireItemsOrBuilder(
int index) {
if (questionnaireItemsBuilder_ == null) {
return questionnaireItems_.get(index); } else {
return questionnaireItemsBuilder_.getMessageOrBuilder(index);
}
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public java.util.List extends com.yaoyicloud.message.FxyProtos.QuestionnaireItemOrBuilder>
getQuestionnaireItemsOrBuilderList() {
if (questionnaireItemsBuilder_ != null) {
return questionnaireItemsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(questionnaireItems_);
}
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder addQuestionnaireItemsBuilder() {
return getQuestionnaireItemsFieldBuilder().addBuilder(
com.yaoyicloud.message.FxyProtos.QuestionnaireItem.getDefaultInstance());
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public com.yaoyicloud.message.FxyProtos.QuestionnaireItem.Builder addQuestionnaireItemsBuilder(
int index) {
return getQuestionnaireItemsFieldBuilder().addBuilder(
index, com.yaoyicloud.message.FxyProtos.QuestionnaireItem.getDefaultInstance());
}
/**
* * 反贿赂反腐败诚信保证问卷 ** *
repeated .fxy.QuestionnaireItem questionnaireItems = 1;
*/
public java.util.List* 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return Whether the antiBriberySummary field is set.
*/
public boolean hasAntiBriberySummary() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
* @return The antiBriberySummary.
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary getAntiBriberySummary() {
if (antiBriberySummaryBuilder_ == null) {
return antiBriberySummary_ == null ? com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : antiBriberySummary_;
} else {
return antiBriberySummaryBuilder_.getMessage();
}
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public Builder setAntiBriberySummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (antiBriberySummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
antiBriberySummary_ = value;
} else {
antiBriberySummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public Builder setAntiBriberySummary(
com.yaoyicloud.message.FxyProtos.CheckSummary.Builder builderForValue) {
if (antiBriberySummaryBuilder_ == null) {
antiBriberySummary_ = builderForValue.build();
} else {
antiBriberySummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public Builder mergeAntiBriberySummary(com.yaoyicloud.message.FxyProtos.CheckSummary value) {
if (antiBriberySummaryBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
antiBriberySummary_ != null &&
antiBriberySummary_ != com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance()) {
getAntiBriberySummaryBuilder().mergeFrom(value);
} else {
antiBriberySummary_ = value;
}
} else {
antiBriberySummaryBuilder_.mergeFrom(value);
}
if (antiBriberySummary_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public Builder clearAntiBriberySummary() {
bitField0_ = (bitField0_ & ~0x00000002);
antiBriberySummary_ = null;
if (antiBriberySummaryBuilder_ != null) {
antiBriberySummaryBuilder_.dispose();
antiBriberySummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummary.Builder getAntiBriberySummaryBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getAntiBriberySummaryFieldBuilder().getBuilder();
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
public com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder getAntiBriberySummaryOrBuilder() {
if (antiBriberySummaryBuilder_ != null) {
return antiBriberySummaryBuilder_.getMessageOrBuilder();
} else {
return antiBriberySummary_ == null ?
com.yaoyicloud.message.FxyProtos.CheckSummary.getDefaultInstance() : antiBriberySummary_;
}
}
/**
* * 反贿赂反腐败诚信保证评分及建议 ** *
optional .fxy.CheckSummary antiBriberySummary = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>
getAntiBriberySummaryFieldBuilder() {
if (antiBriberySummaryBuilder_ == null) {
antiBriberySummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.yaoyicloud.message.FxyProtos.CheckSummary, com.yaoyicloud.message.FxyProtos.CheckSummary.Builder, com.yaoyicloud.message.FxyProtos.CheckSummaryOrBuilder>(
getAntiBriberySummary(),
getParentForChildren(),
isClean());
antiBriberySummary_ = null;
}
return antiBriberySummaryBuilder_;
}
@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:fxy.AntiBribery)
}
// @@protoc_insertion_point(class_scope:fxy.AntiBribery)
private static final com.yaoyicloud.message.FxyProtos.AntiBribery DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.yaoyicloud.message.FxyProtos.AntiBribery();
}
public static com.yaoyicloud.message.FxyProtos.AntiBribery getDefaultInstance() {
return DEFAULT_INSTANCE;
}
@java.lang.Deprecated public static final com.google.protobuf.Parseroptional string selfDeclLink = 1;
* @return Whether the selfDeclLink field is set.
*/
boolean hasSelfDeclLink();
/**
* optional string selfDeclLink = 1;
* @return The selfDeclLink.
*/
java.lang.String getSelfDeclLink();
/**
* optional string selfDeclLink = 1;
* @return The bytes for selfDeclLink.
*/
com.google.protobuf.ByteString
getSelfDeclLinkBytes();
/**
* repeated string fillDeclLinks = 2;
* @return A list containing the fillDeclLinks.
*/
java.util.Listrepeated string fillDeclLinks = 2;
* @return The count of fillDeclLinks.
*/
int getFillDeclLinksCount();
/**
* repeated string fillDeclLinks = 2;
* @param index The index of the element to return.
* @return The fillDeclLinks at the given index.
*/
java.lang.String getFillDeclLinks(int index);
/**
* repeated string fillDeclLinks = 2;
* @param index The index of the value to return.
* @return The bytes of the fillDeclLinks at the given index.
*/
com.google.protobuf.ByteString
getFillDeclLinksBytes(int index);
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
java.util.List* 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
com.yaoyicloud.message.FxyProtos.Attachment getBusinessLicenseImages(int index);
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
int getBusinessLicenseImagesCount();
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getBusinessLicenseImagesOrBuilderList();
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getBusinessLicenseImagesOrBuilder(
int index);
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
java.util.List* 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
com.yaoyicloud.message.FxyProtos.Attachment getBankCertificateImages(int index);
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
int getBankCertificateImagesCount();
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getBankCertificateImagesOrBuilderList();
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getBankCertificateImagesOrBuilder(
int index);
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
java.util.List* ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
com.yaoyicloud.message.FxyProtos.Attachment getIsoCertificationImages(int index);
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
int getIsoCertificationImagesCount();
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getIsoCertificationImagesOrBuilderList();
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getIsoCertificationImagesOrBuilder(
int index);
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
java.util.List* 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
com.yaoyicloud.message.FxyProtos.Attachment getOtherCertifications(int index);
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
int getOtherCertificationsCount();
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getOtherCertificationsOrBuilderList();
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getOtherCertificationsOrBuilder(
int index);
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
java.util.List* 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
com.yaoyicloud.message.FxyProtos.Attachment getSecurityLevelCertifications(int index);
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
int getSecurityLevelCertificationsCount();
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getSecurityLevelCertificationsOrBuilderList();
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getSecurityLevelCertificationsOrBuilder(
int index);
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
java.util.List* 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
com.yaoyicloud.message.FxyProtos.Attachment getOrganizationalStructureImages(int index);
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
int getOrganizationalStructureImagesCount();
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getOrganizationalStructureImagesOrBuilderList();
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getOrganizationalStructureImagesOrBuilder(
int index);
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
java.util.List* 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
com.yaoyicloud.message.FxyProtos.Attachment getFinancialInfoLinks(int index);
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
int getFinancialInfoLinksCount();
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getFinancialInfoLinksOrBuilderList();
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getFinancialInfoLinksOrBuilder(
int index);
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
java.util.List* 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
com.yaoyicloud.message.FxyProtos.Attachment getTaxDeclarationImages(int index);
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
int getTaxDeclarationImagesCount();
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getTaxDeclarationImagesOrBuilderList();
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getTaxDeclarationImagesOrBuilder(
int index);
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
java.util.List* 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
com.yaoyicloud.message.FxyProtos.Attachment getTaxPaymentCertificateImages(int index);
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
int getTaxPaymentCertificateImagesCount();
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getTaxPaymentCertificateImagesOrBuilderList();
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getTaxPaymentCertificateImagesOrBuilder(
int index);
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
java.util.List* 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
com.yaoyicloud.message.FxyProtos.Attachment getSocialSecurityDetailsLinks(int index);
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
int getSocialSecurityDetailsLinksCount();
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getSocialSecurityDetailsLinksOrBuilderList();
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getSocialSecurityDetailsLinksOrBuilder(
int index);
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
java.util.List* 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
com.yaoyicloud.message.FxyProtos.Attachment getNsxydjwj(int index);
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
int getNsxydjwjCount();
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getNsxydjwjOrBuilderList();
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getNsxydjwjOrBuilder(
int index);
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
java.util.List* 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
com.yaoyicloud.message.FxyProtos.Attachment getInterestConflicts(int index);
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
int getInterestConflictsCount();
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getInterestConflictsOrBuilderList();
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getInterestConflictsOrBuilder(
int index);
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
java.util.List* 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
com.yaoyicloud.message.FxyProtos.Attachment getDisanfangcangzhaos(int index);
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
int getDisanfangcangzhaosCount();
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getDisanfangcangzhaosOrBuilderList();
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getDisanfangcangzhaosOrBuilder(
int index);
/**
* * 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
java.util.List* 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
com.yaoyicloud.message.FxyProtos.Attachment getOverallGuaranteeStatements(int index);
/**
* * 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
int getOverallGuaranteeStatementsCount();
/**
* * 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getOverallGuaranteeStatementsOrBuilderList();
/**
* * 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getOverallGuaranteeStatementsOrBuilder(
int index);
}
/**
* * 包含所有可能的附件 ** * Protobuf type {@code fxy.AttachmentSection} */ public static final class AttachmentSection extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:fxy.AttachmentSection) AttachmentSectionOrBuilder { private static final long serialVersionUID = 0L; // Use AttachmentSection.newBuilder() to construct. private AttachmentSection(com.google.protobuf.GeneratedMessageV3.Builder> builder) { super(builder); } private AttachmentSection() { selfDeclLink_ = ""; fillDeclLinks_ = com.google.protobuf.LazyStringArrayList.emptyList(); businessLicenseImages_ = java.util.Collections.emptyList(); bankCertificateImages_ = java.util.Collections.emptyList(); isoCertificationImages_ = java.util.Collections.emptyList(); otherCertifications_ = java.util.Collections.emptyList(); securityLevelCertifications_ = java.util.Collections.emptyList(); organizationalStructureImages_ = java.util.Collections.emptyList(); financialInfoLinks_ = java.util.Collections.emptyList(); taxDeclarationImages_ = java.util.Collections.emptyList(); taxPaymentCertificateImages_ = java.util.Collections.emptyList(); socialSecurityDetailsLinks_ = java.util.Collections.emptyList(); nsxydjwj_ = java.util.Collections.emptyList(); interestConflicts_ = java.util.Collections.emptyList(); disanfangcangzhaos_ = java.util.Collections.emptyList(); overallGuaranteeStatements_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new AttachmentSection(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AttachmentSection_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.yaoyicloud.message.FxyProtos.internal_static_fxy_AttachmentSection_fieldAccessorTable .ensureFieldAccessorsInitialized( com.yaoyicloud.message.FxyProtos.AttachmentSection.class, com.yaoyicloud.message.FxyProtos.AttachmentSection.Builder.class); } private int bitField0_; public static final int SELFDECLLINK_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object selfDeclLink_ = ""; /** *
optional string selfDeclLink = 1;
* @return Whether the selfDeclLink field is set.
*/
@java.lang.Override
public boolean hasSelfDeclLink() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string selfDeclLink = 1;
* @return The selfDeclLink.
*/
@java.lang.Override
public java.lang.String getSelfDeclLink() {
java.lang.Object ref = selfDeclLink_;
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();
if (bs.isValidUtf8()) {
selfDeclLink_ = s;
}
return s;
}
}
/**
* optional string selfDeclLink = 1;
* @return The bytes for selfDeclLink.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelfDeclLinkBytes() {
java.lang.Object ref = selfDeclLink_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selfDeclLink_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FILLDECLLINKS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList fillDeclLinks_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
* repeated string fillDeclLinks = 2;
* @return A list containing the fillDeclLinks.
*/
public com.google.protobuf.ProtocolStringList
getFillDeclLinksList() {
return fillDeclLinks_;
}
/**
* repeated string fillDeclLinks = 2;
* @return The count of fillDeclLinks.
*/
public int getFillDeclLinksCount() {
return fillDeclLinks_.size();
}
/**
* repeated string fillDeclLinks = 2;
* @param index The index of the element to return.
* @return The fillDeclLinks at the given index.
*/
public java.lang.String getFillDeclLinks(int index) {
return fillDeclLinks_.get(index);
}
/**
* repeated string fillDeclLinks = 2;
* @param index The index of the value to return.
* @return The bytes of the fillDeclLinks at the given index.
*/
public com.google.protobuf.ByteString
getFillDeclLinksBytes(int index) {
return fillDeclLinks_.getByteString(index);
}
public static final int BUSINESSLICENSEIMAGES_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private java.util.List* 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
@java.lang.Override
public java.util.List* 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getBusinessLicenseImagesOrBuilderList() {
return businessLicenseImages_;
}
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
@java.lang.Override
public int getBusinessLicenseImagesCount() {
return businessLicenseImages_.size();
}
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getBusinessLicenseImages(int index) {
return businessLicenseImages_.get(index);
}
/**
* * 营业执照图片路径 ** *
repeated .fxy.Attachment businessLicenseImages = 3;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getBusinessLicenseImagesOrBuilder(
int index) {
return businessLicenseImages_.get(index);
}
public static final int BANKCERTIFICATEIMAGES_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private java.util.List* 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
@java.lang.Override
public java.util.List* 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getBankCertificateImagesOrBuilderList() {
return bankCertificateImages_;
}
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
@java.lang.Override
public int getBankCertificateImagesCount() {
return bankCertificateImages_.size();
}
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getBankCertificateImages(int index) {
return bankCertificateImages_.get(index);
}
/**
* * 银行开户证明图片路径 ** *
repeated .fxy.Attachment bankCertificateImages = 4;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getBankCertificateImagesOrBuilder(
int index) {
return bankCertificateImages_.get(index);
}
public static final int ISOCERTIFICATIONIMAGES_FIELD_NUMBER = 5;
@SuppressWarnings("serial")
private java.util.List* ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
@java.lang.Override
public java.util.List* ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getIsoCertificationImagesOrBuilderList() {
return isoCertificationImages_;
}
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
@java.lang.Override
public int getIsoCertificationImagesCount() {
return isoCertificationImages_.size();
}
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getIsoCertificationImages(int index) {
return isoCertificationImages_.get(index);
}
/**
* * ISO认证证书图片路径 ** *
repeated .fxy.Attachment isoCertificationImages = 5;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getIsoCertificationImagesOrBuilder(
int index) {
return isoCertificationImages_.get(index);
}
public static final int OTHERCERTIFICATIONS_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private java.util.List* 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
@java.lang.Override
public java.util.List* 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getOtherCertificationsOrBuilderList() {
return otherCertifications_;
}
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
@java.lang.Override
public int getOtherCertificationsCount() {
return otherCertifications_.size();
}
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getOtherCertifications(int index) {
return otherCertifications_.get(index);
}
/**
* * 其他资质文件路径 ** *
repeated .fxy.Attachment otherCertifications = 6;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getOtherCertificationsOrBuilder(
int index) {
return otherCertifications_.get(index);
}
public static final int SECURITYLEVELCERTIFICATIONS_FIELD_NUMBER = 7;
@SuppressWarnings("serial")
private java.util.List* 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
@java.lang.Override
public java.util.List* 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getSecurityLevelCertificationsOrBuilderList() {
return securityLevelCertifications_;
}
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
@java.lang.Override
public int getSecurityLevelCertificationsCount() {
return securityLevelCertifications_.size();
}
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getSecurityLevelCertifications(int index) {
return securityLevelCertifications_.get(index);
}
/**
* * 信息安全等级保护证明路径 ** *
repeated .fxy.Attachment securityLevelCertifications = 7;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getSecurityLevelCertificationsOrBuilder(
int index) {
return securityLevelCertifications_.get(index);
}
public static final int ORGANIZATIONALSTRUCTUREIMAGES_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private java.util.List* 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
@java.lang.Override
public java.util.List* 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getOrganizationalStructureImagesOrBuilderList() {
return organizationalStructureImages_;
}
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
@java.lang.Override
public int getOrganizationalStructureImagesCount() {
return organizationalStructureImages_.size();
}
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getOrganizationalStructureImages(int index) {
return organizationalStructureImages_.get(index);
}
/**
* * 组织架构图路径 ** *
repeated .fxy.Attachment organizationalStructureImages = 8;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getOrganizationalStructureImagesOrBuilder(
int index) {
return organizationalStructureImages_.get(index);
}
public static final int FINANCIALINFOLINKS_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private java.util.List* 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
@java.lang.Override
public java.util.List* 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getFinancialInfoLinksOrBuilderList() {
return financialInfoLinks_;
}
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
@java.lang.Override
public int getFinancialInfoLinksCount() {
return financialInfoLinks_.size();
}
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getFinancialInfoLinks(int index) {
return financialInfoLinks_.get(index);
}
/**
* * 财务信息在线链接 ** *
repeated .fxy.Attachment financialInfoLinks = 9;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getFinancialInfoLinksOrBuilder(
int index) {
return financialInfoLinks_.get(index);
}
public static final int TAXDECLARATIONIMAGES_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private java.util.List* 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
@java.lang.Override
public java.util.List* 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getTaxDeclarationImagesOrBuilderList() {
return taxDeclarationImages_;
}
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
@java.lang.Override
public int getTaxDeclarationImagesCount() {
return taxDeclarationImages_.size();
}
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getTaxDeclarationImages(int index) {
return taxDeclarationImages_.get(index);
}
/**
* * 增值税申报表路径 ** *
repeated .fxy.Attachment taxDeclarationImages = 10;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getTaxDeclarationImagesOrBuilder(
int index) {
return taxDeclarationImages_.get(index);
}
public static final int TAXPAYMENTCERTIFICATEIMAGES_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private java.util.List* 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
@java.lang.Override
public java.util.List* 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getTaxPaymentCertificateImagesOrBuilderList() {
return taxPaymentCertificateImages_;
}
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
@java.lang.Override
public int getTaxPaymentCertificateImagesCount() {
return taxPaymentCertificateImages_.size();
}
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getTaxPaymentCertificateImages(int index) {
return taxPaymentCertificateImages_.get(index);
}
/**
* * 完税凭证图片路径 ** *
repeated .fxy.Attachment taxPaymentCertificateImages = 11;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getTaxPaymentCertificateImagesOrBuilder(
int index) {
return taxPaymentCertificateImages_.get(index);
}
public static final int SOCIALSECURITYDETAILSLINKS_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private java.util.List* 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
@java.lang.Override
public java.util.List* 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getSocialSecurityDetailsLinksOrBuilderList() {
return socialSecurityDetailsLinks_;
}
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
@java.lang.Override
public int getSocialSecurityDetailsLinksCount() {
return socialSecurityDetailsLinks_.size();
}
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getSocialSecurityDetailsLinks(int index) {
return socialSecurityDetailsLinks_.get(index);
}
/**
* * 社保缴纳证明路径 ** *
repeated .fxy.Attachment socialSecurityDetailsLinks = 12;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getSocialSecurityDetailsLinksOrBuilder(
int index) {
return socialSecurityDetailsLinks_.get(index);
}
public static final int NSXYDJWJ_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private java.util.List* 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
@java.lang.Override
public java.util.List* 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getNsxydjwjOrBuilderList() {
return nsxydjwj_;
}
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
@java.lang.Override
public int getNsxydjwjCount() {
return nsxydjwj_.size();
}
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getNsxydjwj(int index) {
return nsxydjwj_.get(index);
}
/**
* * 纳税信用等级相关支持性文件 ** *
repeated .fxy.Attachment nsxydjwj = 13;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getNsxydjwjOrBuilder(
int index) {
return nsxydjwj_.get(index);
}
public static final int INTERESTCONFLICTS_FIELD_NUMBER = 14;
@SuppressWarnings("serial")
private java.util.List* 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
@java.lang.Override
public java.util.List* 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getInterestConflictsOrBuilderList() {
return interestConflicts_;
}
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
@java.lang.Override
public int getInterestConflictsCount() {
return interestConflicts_.size();
}
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getInterestConflicts(int index) {
return interestConflicts_.get(index);
}
/**
* * 利益冲突 ** *
repeated .fxy.Attachment interestConflicts = 14;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getInterestConflictsOrBuilder(
int index) {
return interestConflicts_.get(index);
}
public static final int DISANFANGCANGZHAOS_FIELD_NUMBER = 15;
@SuppressWarnings("serial")
private java.util.List* 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
@java.lang.Override
public java.util.List* 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
@java.lang.Override
public java.util.List extends com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder>
getDisanfangcangzhaosOrBuilderList() {
return disanfangcangzhaos_;
}
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
@java.lang.Override
public int getDisanfangcangzhaosCount() {
return disanfangcangzhaos_.size();
}
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.Attachment getDisanfangcangzhaos(int index) {
return disanfangcangzhaos_.get(index);
}
/**
* * 第三方参照 ** *
repeated .fxy.Attachment disanfangcangzhaos = 15;
*/
@java.lang.Override
public com.yaoyicloud.message.FxyProtos.AttachmentOrBuilder getDisanfangcangzhaosOrBuilder(
int index) {
return disanfangcangzhaos_.get(index);
}
public static final int OVERALLGUARANTEESTATEMENTS_FIELD_NUMBER = 16;
@SuppressWarnings("serial")
private java.util.List* 总体保证声明 ** *
repeated .fxy.Attachment overallGuaranteeStatements = 16;
*/
@java.lang.Override
public java.util.List