// Generated by the protocol buffer compiler. DO NOT EDIT! // source: site/api_device_boundList.proto package com.akaxin.proto.site; public final class ApiDeviceBoundListProto { private ApiDeviceBoundListProto() {} 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 ApiDeviceBoundListRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:site.ApiDeviceBoundListRequest) com.google.protobuf.MessageOrBuilder { /** *
     *用户ID
     * 
* * string site_user_id = 1; */ java.lang.String getSiteUserId(); /** *
     *用户ID
     * 
* * string site_user_id = 1; */ com.google.protobuf.ByteString getSiteUserIdBytes(); } /** * Protobuf type {@code site.ApiDeviceBoundListRequest} */ public static final class ApiDeviceBoundListRequest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:site.ApiDeviceBoundListRequest) ApiDeviceBoundListRequestOrBuilder { private static final long serialVersionUID = 0L; // Use ApiDeviceBoundListRequest.newBuilder() to construct. private ApiDeviceBoundListRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ApiDeviceBoundListRequest() { siteUserId_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ApiDeviceBoundListRequest( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); siteUserId_ = s; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.class, com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.Builder.class); } public static final int SITE_USER_ID_FIELD_NUMBER = 1; private volatile java.lang.Object siteUserId_; /** *
     *用户ID
     * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; 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(); siteUserId_ = s; return s; } } /** *
     *用户ID
     * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getSiteUserIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, siteUserId_); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getSiteUserIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, siteUserId_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest)) { return super.equals(obj); } com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest other = (com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest) obj; boolean result = true; result = result && getSiteUserId() .equals(other.getSiteUserId()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SITE_USER_ID_FIELD_NUMBER; hash = (53 * hash) + getSiteUserId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest 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.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest 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.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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 site.ApiDeviceBoundListRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:site.ApiDeviceBoundListRequest) com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListRequest_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.class, com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.Builder.class); } // Construct using com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); siteUserId_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListRequest_descriptor; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest getDefaultInstanceForType() { return com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.getDefaultInstance(); } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest build() { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest buildPartial() { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest result = new com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest(this); result.siteUserId_ = siteUserId_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest) { return mergeFrom((com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest other) { if (other == com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest.getDefaultInstance()) return this; if (!other.getSiteUserId().isEmpty()) { siteUserId_ = other.siteUserId_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object siteUserId_ = ""; /** *
       *用户ID
       * 
* * string site_user_id = 1; */ public java.lang.String getSiteUserId() { java.lang.Object ref = siteUserId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); siteUserId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       *用户ID
       * 
* * string site_user_id = 1; */ public com.google.protobuf.ByteString getSiteUserIdBytes() { java.lang.Object ref = siteUserId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); siteUserId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       *用户ID
       * 
* * string site_user_id = 1; */ public Builder setSiteUserId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } siteUserId_ = value; onChanged(); return this; } /** *
       *用户ID
       * 
* * string site_user_id = 1; */ public Builder clearSiteUserId() { siteUserId_ = getDefaultInstance().getSiteUserId(); onChanged(); return this; } /** *
       *用户ID
       * 
* * string site_user_id = 1; */ public Builder setSiteUserIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); siteUserId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:site.ApiDeviceBoundListRequest) } // @@protoc_insertion_point(class_scope:site.ApiDeviceBoundListRequest) private static final com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest(); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ApiDeviceBoundListRequest parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ApiDeviceBoundListRequest(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListRequest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ApiDeviceBoundListResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:site.ApiDeviceBoundListResponse) com.google.protobuf.MessageOrBuilder { /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ java.util.List getListList(); /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile getList(int index); /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ int getListCount(); /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ java.util.List getListOrBuilderList(); /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder getListOrBuilder( int index); } /** * Protobuf type {@code site.ApiDeviceBoundListResponse} */ public static final class ApiDeviceBoundListResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:site.ApiDeviceBoundListResponse) ApiDeviceBoundListResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ApiDeviceBoundListResponse.newBuilder() to construct. private ApiDeviceBoundListResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ApiDeviceBoundListResponse() { list_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ApiDeviceBoundListResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { list_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } list_.add( input.readMessage(com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.parser(), extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { list_ = java.util.Collections.unmodifiableList(list_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.class, com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.Builder.class); } public static final int LIST_FIELD_NUMBER = 1; private java.util.List list_; /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public java.util.List getListList() { return list_; } /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public java.util.List getListOrBuilderList() { return list_; } /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public int getListCount() { return list_.size(); } /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile getList(int index) { return list_.get(index); } /** *
     *绑定的设备信息
     * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder getListOrBuilder( int index) { return list_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < list_.size(); i++) { output.writeMessage(1, list_.get(i)); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < list_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, list_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse)) { return super.equals(obj); } com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse other = (com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse) obj; boolean result = true; result = result && getListList() .equals(other.getListList()); result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getListCount() > 0) { hash = (37 * hash) + LIST_FIELD_NUMBER; hash = (53 * hash) + getListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse 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.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse 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.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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 site.ApiDeviceBoundListResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:site.ApiDeviceBoundListResponse) com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.class, com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.Builder.class); } // Construct using com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getListFieldBuilder(); } } public Builder clear() { super.clear(); if (listBuilder_ == null) { list_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { listBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.akaxin.proto.site.ApiDeviceBoundListProto.internal_static_site_ApiDeviceBoundListResponse_descriptor; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse getDefaultInstanceForType() { return com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.getDefaultInstance(); } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse build() { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse buildPartial() { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse result = new com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse(this); int from_bitField0_ = bitField0_; if (listBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { list_ = java.util.Collections.unmodifiableList(list_); bitField0_ = (bitField0_ & ~0x00000001); } result.list_ = list_; } else { result.list_ = listBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse) { return mergeFrom((com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse other) { if (other == com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse.getDefaultInstance()) return this; if (listBuilder_ == null) { if (!other.list_.isEmpty()) { if (list_.isEmpty()) { list_ = other.list_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureListIsMutable(); list_.addAll(other.list_); } onChanged(); } } else { if (!other.list_.isEmpty()) { if (listBuilder_.isEmpty()) { listBuilder_.dispose(); listBuilder_ = null; list_ = other.list_; bitField0_ = (bitField0_ & ~0x00000001); listBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getListFieldBuilder() : null; } else { listBuilder_.addAllMessages(other.list_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List list_ = java.util.Collections.emptyList(); private void ensureListIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { list_ = new java.util.ArrayList(list_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder> listBuilder_; /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public java.util.List getListList() { if (listBuilder_ == null) { return java.util.Collections.unmodifiableList(list_); } else { return listBuilder_.getMessageList(); } } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public int getListCount() { if (listBuilder_ == null) { return list_.size(); } else { return listBuilder_.getCount(); } } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile getList(int index) { if (listBuilder_ == null) { return list_.get(index); } else { return listBuilder_.getMessage(index); } } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder setList( int index, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.set(index, value); onChanged(); } else { listBuilder_.setMessage(index, value); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder setList( int index, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.set(index, builderForValue.build()); onChanged(); } else { listBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder addList(com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.add(value); onChanged(); } else { listBuilder_.addMessage(value); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder addList( int index, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile value) { if (listBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListIsMutable(); list_.add(index, value); onChanged(); } else { listBuilder_.addMessage(index, value); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder addList( com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.add(builderForValue.build()); onChanged(); } else { listBuilder_.addMessage(builderForValue.build()); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder addList( int index, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder builderForValue) { if (listBuilder_ == null) { ensureListIsMutable(); list_.add(index, builderForValue.build()); onChanged(); } else { listBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder addAllList( java.lang.Iterable values) { if (listBuilder_ == null) { ensureListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, list_); onChanged(); } else { listBuilder_.addAllMessages(values); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder clearList() { if (listBuilder_ == null) { list_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { listBuilder_.clear(); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public Builder removeList(int index) { if (listBuilder_ == null) { ensureListIsMutable(); list_.remove(index); onChanged(); } else { listBuilder_.remove(index); } return this; } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder getListBuilder( int index) { return getListFieldBuilder().getBuilder(index); } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder getListOrBuilder( int index) { if (listBuilder_ == null) { return list_.get(index); } else { return listBuilder_.getMessageOrBuilder(index); } } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public java.util.List getListOrBuilderList() { if (listBuilder_ != null) { return listBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(list_); } } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder addListBuilder() { return getListFieldBuilder().addBuilder( com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.getDefaultInstance()); } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder addListBuilder( int index) { return getListFieldBuilder().addBuilder( index, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.getDefaultInstance()); } /** *
       *绑定的设备信息
       * 
* * repeated .core.SimpleDeviceProfile list = 1; */ public java.util.List getListBuilderList() { return getListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder> getListFieldBuilder() { if (listBuilder_ == null) { listBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfile.Builder, com.akaxin.proto.core.DeviceProto.SimpleDeviceProfileOrBuilder>( list_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); list_ = null; } return listBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:site.ApiDeviceBoundListResponse) } // @@protoc_insertion_point(class_scope:site.ApiDeviceBoundListResponse) private static final com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse(); } public static com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ApiDeviceBoundListResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ApiDeviceBoundListResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.akaxin.proto.site.ApiDeviceBoundListProto.ApiDeviceBoundListResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_site_ApiDeviceBoundListRequest_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_site_ApiDeviceBoundListRequest_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_site_ApiDeviceBoundListResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_site_ApiDeviceBoundListResponse_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\037site/api_device_boundList.proto\022\004site\032" + "\021core/device.proto\"1\n\031ApiDeviceBoundList" + "Request\022\024\n\014site_user_id\030\001 \001(\t\"E\n\032ApiDevi" + "ceBoundListResponse\022\'\n\004list\030\001 \003(\0132\031.core" + ".SimpleDeviceProfile2k\n\031ApiDeviceBoundLi" + "stService\022N\n\tboundList\022\037.site.ApiDeviceB" + "oundListRequest\032 .site.ApiDeviceBoundLis" + "tResponseB0\n\025com.akaxin.proto.siteB\027ApiD" + "eviceBoundListProtob\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.Descriptors.FileDescriptor root) { descriptor = root; return null; } }; com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.akaxin.proto.core.DeviceProto.getDescriptor(), }, assigner); internal_static_site_ApiDeviceBoundListRequest_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_site_ApiDeviceBoundListRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_site_ApiDeviceBoundListRequest_descriptor, new java.lang.String[] { "SiteUserId", }); internal_static_site_ApiDeviceBoundListResponse_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_site_ApiDeviceBoundListResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_site_ApiDeviceBoundListResponse_descriptor, new java.lang.String[] { "List", }); com.akaxin.proto.core.DeviceProto.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }