WPullSnsTaskListTask.java 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: WPullSnsTaskListTask.proto
  3. package Im.Scrm.Ww.Proto;
  4. public final class WPullSnsTaskListTask {
  5. private WPullSnsTaskListTask() {}
  6. public static void registerAllExtensions(
  7. com.google.protobuf.ExtensionRegistryLite registry) {
  8. }
  9. public static void registerAllExtensions(
  10. com.google.protobuf.ExtensionRegistry registry) {
  11. registerAllExtensions(
  12. (com.google.protobuf.ExtensionRegistryLite) registry);
  13. }
  14. public interface PullSnsTaskListTaskMessageOrBuilder extends
  15. // @@protoc_insertion_point(interface_extends:Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage)
  16. com.google.protobuf.MessageOrBuilder {
  17. /**
  18. * <pre>
  19. * </pre>
  20. *
  21. * <code>int64 WxId = 1;</code>
  22. * @return The wxId.
  23. */
  24. long getWxId();
  25. /**
  26. * <pre>
  27. * 只有未发表 或 全部
  28. * </pre>
  29. *
  30. * <code>bool ShowAll = 2;</code>
  31. * @return The showAll.
  32. */
  33. boolean getShowAll();
  34. /**
  35. * <code>int64 TaskId = 3;</code>
  36. * @return The taskId.
  37. */
  38. long getTaskId();
  39. }
  40. /**
  41. * Protobuf type {@code Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage}
  42. */
  43. public static final class PullSnsTaskListTaskMessage extends
  44. com.google.protobuf.GeneratedMessageV3 implements
  45. // @@protoc_insertion_point(message_implements:Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage)
  46. PullSnsTaskListTaskMessageOrBuilder {
  47. private static final long serialVersionUID = 0L;
  48. // Use PullSnsTaskListTaskMessage.newBuilder() to construct.
  49. private PullSnsTaskListTaskMessage(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
  50. super(builder);
  51. }
  52. private PullSnsTaskListTaskMessage() {
  53. }
  54. @java.lang.Override
  55. @SuppressWarnings({"unused"})
  56. protected java.lang.Object newInstance(
  57. UnusedPrivateParameter unused) {
  58. return new PullSnsTaskListTaskMessage();
  59. }
  60. @java.lang.Override
  61. public final com.google.protobuf.UnknownFieldSet
  62. getUnknownFields() {
  63. return this.unknownFields;
  64. }
  65. private PullSnsTaskListTaskMessage(
  66. com.google.protobuf.CodedInputStream input,
  67. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  68. throws com.google.protobuf.InvalidProtocolBufferException {
  69. this();
  70. if (extensionRegistry == null) {
  71. throw new java.lang.NullPointerException();
  72. }
  73. com.google.protobuf.UnknownFieldSet.Builder unknownFields =
  74. com.google.protobuf.UnknownFieldSet.newBuilder();
  75. try {
  76. boolean done = false;
  77. while (!done) {
  78. int tag = input.readTag();
  79. switch (tag) {
  80. case 0:
  81. done = true;
  82. break;
  83. case 8: {
  84. wxId_ = input.readInt64();
  85. break;
  86. }
  87. case 16: {
  88. showAll_ = input.readBool();
  89. break;
  90. }
  91. case 24: {
  92. taskId_ = input.readInt64();
  93. break;
  94. }
  95. default: {
  96. if (!parseUnknownField(
  97. input, unknownFields, extensionRegistry, tag)) {
  98. done = true;
  99. }
  100. break;
  101. }
  102. }
  103. }
  104. } catch (com.google.protobuf.InvalidProtocolBufferException e) {
  105. throw e.setUnfinishedMessage(this);
  106. } catch (java.io.IOException e) {
  107. throw new com.google.protobuf.InvalidProtocolBufferException(
  108. e).setUnfinishedMessage(this);
  109. } finally {
  110. this.unknownFields = unknownFields.build();
  111. makeExtensionsImmutable();
  112. }
  113. }
  114. public static final com.google.protobuf.Descriptors.Descriptor
  115. getDescriptor() {
  116. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor;
  117. }
  118. @java.lang.Override
  119. protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
  120. internalGetFieldAccessorTable() {
  121. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_fieldAccessorTable
  122. .ensureFieldAccessorsInitialized(
  123. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.class, Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.Builder.class);
  124. }
  125. public static final int WXID_FIELD_NUMBER = 1;
  126. private long wxId_;
  127. /**
  128. * <pre>
  129. * </pre>
  130. *
  131. * <code>int64 WxId = 1;</code>
  132. * @return The wxId.
  133. */
  134. public long getWxId() {
  135. return wxId_;
  136. }
  137. public static final int SHOWALL_FIELD_NUMBER = 2;
  138. private boolean showAll_;
  139. /**
  140. * <pre>
  141. * 只有未发表 或 全部
  142. * </pre>
  143. *
  144. * <code>bool ShowAll = 2;</code>
  145. * @return The showAll.
  146. */
  147. public boolean getShowAll() {
  148. return showAll_;
  149. }
  150. public static final int TASKID_FIELD_NUMBER = 3;
  151. private long taskId_;
  152. /**
  153. * <code>int64 TaskId = 3;</code>
  154. * @return The taskId.
  155. */
  156. public long getTaskId() {
  157. return taskId_;
  158. }
  159. private byte memoizedIsInitialized = -1;
  160. @java.lang.Override
  161. public final boolean isInitialized() {
  162. byte isInitialized = memoizedIsInitialized;
  163. if (isInitialized == 1) return true;
  164. if (isInitialized == 0) return false;
  165. memoizedIsInitialized = 1;
  166. return true;
  167. }
  168. @java.lang.Override
  169. public void writeTo(com.google.protobuf.CodedOutputStream output)
  170. throws java.io.IOException {
  171. if (wxId_ != 0L) {
  172. output.writeInt64(1, wxId_);
  173. }
  174. if (showAll_ != false) {
  175. output.writeBool(2, showAll_);
  176. }
  177. if (taskId_ != 0L) {
  178. output.writeInt64(3, taskId_);
  179. }
  180. unknownFields.writeTo(output);
  181. }
  182. @java.lang.Override
  183. public int getSerializedSize() {
  184. int size = memoizedSize;
  185. if (size != -1) return size;
  186. size = 0;
  187. if (wxId_ != 0L) {
  188. size += com.google.protobuf.CodedOutputStream
  189. .computeInt64Size(1, wxId_);
  190. }
  191. if (showAll_ != false) {
  192. size += com.google.protobuf.CodedOutputStream
  193. .computeBoolSize(2, showAll_);
  194. }
  195. if (taskId_ != 0L) {
  196. size += com.google.protobuf.CodedOutputStream
  197. .computeInt64Size(3, taskId_);
  198. }
  199. size += unknownFields.getSerializedSize();
  200. memoizedSize = size;
  201. return size;
  202. }
  203. @java.lang.Override
  204. public boolean equals(final java.lang.Object obj) {
  205. if (obj == this) {
  206. return true;
  207. }
  208. if (!(obj instanceof Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage)) {
  209. return super.equals(obj);
  210. }
  211. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage other = (Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage) obj;
  212. if (getWxId()
  213. != other.getWxId()) return false;
  214. if (getShowAll()
  215. != other.getShowAll()) return false;
  216. if (getTaskId()
  217. != other.getTaskId()) return false;
  218. if (!unknownFields.equals(other.unknownFields)) return false;
  219. return true;
  220. }
  221. @java.lang.Override
  222. public int hashCode() {
  223. if (memoizedHashCode != 0) {
  224. return memoizedHashCode;
  225. }
  226. int hash = 41;
  227. hash = (19 * hash) + getDescriptor().hashCode();
  228. hash = (37 * hash) + WXID_FIELD_NUMBER;
  229. hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
  230. getWxId());
  231. hash = (37 * hash) + SHOWALL_FIELD_NUMBER;
  232. hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
  233. getShowAll());
  234. hash = (37 * hash) + TASKID_FIELD_NUMBER;
  235. hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
  236. getTaskId());
  237. hash = (29 * hash) + unknownFields.hashCode();
  238. memoizedHashCode = hash;
  239. return hash;
  240. }
  241. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  242. java.nio.ByteBuffer data)
  243. throws com.google.protobuf.InvalidProtocolBufferException {
  244. return PARSER.parseFrom(data);
  245. }
  246. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  247. java.nio.ByteBuffer data,
  248. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  249. throws com.google.protobuf.InvalidProtocolBufferException {
  250. return PARSER.parseFrom(data, extensionRegistry);
  251. }
  252. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  253. com.google.protobuf.ByteString data)
  254. throws com.google.protobuf.InvalidProtocolBufferException {
  255. return PARSER.parseFrom(data);
  256. }
  257. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  258. com.google.protobuf.ByteString data,
  259. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  260. throws com.google.protobuf.InvalidProtocolBufferException {
  261. return PARSER.parseFrom(data, extensionRegistry);
  262. }
  263. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(byte[] data)
  264. throws com.google.protobuf.InvalidProtocolBufferException {
  265. return PARSER.parseFrom(data);
  266. }
  267. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  268. byte[] data,
  269. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  270. throws com.google.protobuf.InvalidProtocolBufferException {
  271. return PARSER.parseFrom(data, extensionRegistry);
  272. }
  273. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(java.io.InputStream input)
  274. throws java.io.IOException {
  275. return com.google.protobuf.GeneratedMessageV3
  276. .parseWithIOException(PARSER, input);
  277. }
  278. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  279. java.io.InputStream input,
  280. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  281. throws java.io.IOException {
  282. return com.google.protobuf.GeneratedMessageV3
  283. .parseWithIOException(PARSER, input, extensionRegistry);
  284. }
  285. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseDelimitedFrom(java.io.InputStream input)
  286. throws java.io.IOException {
  287. return com.google.protobuf.GeneratedMessageV3
  288. .parseDelimitedWithIOException(PARSER, input);
  289. }
  290. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseDelimitedFrom(
  291. java.io.InputStream input,
  292. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  293. throws java.io.IOException {
  294. return com.google.protobuf.GeneratedMessageV3
  295. .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  296. }
  297. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  298. com.google.protobuf.CodedInputStream input)
  299. throws java.io.IOException {
  300. return com.google.protobuf.GeneratedMessageV3
  301. .parseWithIOException(PARSER, input);
  302. }
  303. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parseFrom(
  304. com.google.protobuf.CodedInputStream input,
  305. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  306. throws java.io.IOException {
  307. return com.google.protobuf.GeneratedMessageV3
  308. .parseWithIOException(PARSER, input, extensionRegistry);
  309. }
  310. @java.lang.Override
  311. public Builder newBuilderForType() { return newBuilder(); }
  312. public static Builder newBuilder() {
  313. return DEFAULT_INSTANCE.toBuilder();
  314. }
  315. public static Builder newBuilder(Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage prototype) {
  316. return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  317. }
  318. @java.lang.Override
  319. public Builder toBuilder() {
  320. return this == DEFAULT_INSTANCE
  321. ? new Builder() : new Builder().mergeFrom(this);
  322. }
  323. @java.lang.Override
  324. protected Builder newBuilderForType(
  325. com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
  326. Builder builder = new Builder(parent);
  327. return builder;
  328. }
  329. /**
  330. * Protobuf type {@code Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage}
  331. */
  332. public static final class Builder extends
  333. com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
  334. // @@protoc_insertion_point(builder_implements:Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage)
  335. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessageOrBuilder {
  336. public static final com.google.protobuf.Descriptors.Descriptor
  337. getDescriptor() {
  338. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor;
  339. }
  340. @java.lang.Override
  341. protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
  342. internalGetFieldAccessorTable() {
  343. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_fieldAccessorTable
  344. .ensureFieldAccessorsInitialized(
  345. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.class, Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.Builder.class);
  346. }
  347. // Construct using Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.newBuilder()
  348. private Builder() {
  349. maybeForceBuilderInitialization();
  350. }
  351. private Builder(
  352. com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
  353. super(parent);
  354. maybeForceBuilderInitialization();
  355. }
  356. private void maybeForceBuilderInitialization() {
  357. if (com.google.protobuf.GeneratedMessageV3
  358. .alwaysUseFieldBuilders) {
  359. }
  360. }
  361. @java.lang.Override
  362. public Builder clear() {
  363. super.clear();
  364. wxId_ = 0L;
  365. showAll_ = false;
  366. taskId_ = 0L;
  367. return this;
  368. }
  369. @java.lang.Override
  370. public com.google.protobuf.Descriptors.Descriptor
  371. getDescriptorForType() {
  372. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor;
  373. }
  374. @java.lang.Override
  375. public Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage getDefaultInstanceForType() {
  376. return Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.getDefaultInstance();
  377. }
  378. @java.lang.Override
  379. public Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage build() {
  380. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage result = buildPartial();
  381. if (!result.isInitialized()) {
  382. throw newUninitializedMessageException(result);
  383. }
  384. return result;
  385. }
  386. @java.lang.Override
  387. public Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage buildPartial() {
  388. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage result = new Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage(this);
  389. result.wxId_ = wxId_;
  390. result.showAll_ = showAll_;
  391. result.taskId_ = taskId_;
  392. onBuilt();
  393. return result;
  394. }
  395. @java.lang.Override
  396. public Builder clone() {
  397. return super.clone();
  398. }
  399. @java.lang.Override
  400. public Builder setField(
  401. com.google.protobuf.Descriptors.FieldDescriptor field,
  402. java.lang.Object value) {
  403. return super.setField(field, value);
  404. }
  405. @java.lang.Override
  406. public Builder clearField(
  407. com.google.protobuf.Descriptors.FieldDescriptor field) {
  408. return super.clearField(field);
  409. }
  410. @java.lang.Override
  411. public Builder clearOneof(
  412. com.google.protobuf.Descriptors.OneofDescriptor oneof) {
  413. return super.clearOneof(oneof);
  414. }
  415. @java.lang.Override
  416. public Builder setRepeatedField(
  417. com.google.protobuf.Descriptors.FieldDescriptor field,
  418. int index, java.lang.Object value) {
  419. return super.setRepeatedField(field, index, value);
  420. }
  421. @java.lang.Override
  422. public Builder addRepeatedField(
  423. com.google.protobuf.Descriptors.FieldDescriptor field,
  424. java.lang.Object value) {
  425. return super.addRepeatedField(field, value);
  426. }
  427. @java.lang.Override
  428. public Builder mergeFrom(com.google.protobuf.Message other) {
  429. if (other instanceof Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage) {
  430. return mergeFrom((Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage)other);
  431. } else {
  432. super.mergeFrom(other);
  433. return this;
  434. }
  435. }
  436. public Builder mergeFrom(Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage other) {
  437. if (other == Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage.getDefaultInstance()) return this;
  438. if (other.getWxId() != 0L) {
  439. setWxId(other.getWxId());
  440. }
  441. if (other.getShowAll() != false) {
  442. setShowAll(other.getShowAll());
  443. }
  444. if (other.getTaskId() != 0L) {
  445. setTaskId(other.getTaskId());
  446. }
  447. this.mergeUnknownFields(other.unknownFields);
  448. onChanged();
  449. return this;
  450. }
  451. @java.lang.Override
  452. public final boolean isInitialized() {
  453. return true;
  454. }
  455. @java.lang.Override
  456. public Builder mergeFrom(
  457. com.google.protobuf.CodedInputStream input,
  458. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  459. throws java.io.IOException {
  460. Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage parsedMessage = null;
  461. try {
  462. parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
  463. } catch (com.google.protobuf.InvalidProtocolBufferException e) {
  464. parsedMessage = (Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage) e.getUnfinishedMessage();
  465. throw e.unwrapIOException();
  466. } finally {
  467. if (parsedMessage != null) {
  468. mergeFrom(parsedMessage);
  469. }
  470. }
  471. return this;
  472. }
  473. private long wxId_ ;
  474. /**
  475. * <pre>
  476. * </pre>
  477. *
  478. * <code>int64 WxId = 1;</code>
  479. * @return The wxId.
  480. */
  481. public long getWxId() {
  482. return wxId_;
  483. }
  484. /**
  485. * <pre>
  486. * </pre>
  487. *
  488. * <code>int64 WxId = 1;</code>
  489. * @param value The wxId to set.
  490. * @return This builder for chaining.
  491. */
  492. public Builder setWxId(long value) {
  493. wxId_ = value;
  494. onChanged();
  495. return this;
  496. }
  497. /**
  498. * <pre>
  499. * </pre>
  500. *
  501. * <code>int64 WxId = 1;</code>
  502. * @return This builder for chaining.
  503. */
  504. public Builder clearWxId() {
  505. wxId_ = 0L;
  506. onChanged();
  507. return this;
  508. }
  509. private boolean showAll_ ;
  510. /**
  511. * <pre>
  512. * 只有未发表 或 全部
  513. * </pre>
  514. *
  515. * <code>bool ShowAll = 2;</code>
  516. * @return The showAll.
  517. */
  518. public boolean getShowAll() {
  519. return showAll_;
  520. }
  521. /**
  522. * <pre>
  523. * 只有未发表 或 全部
  524. * </pre>
  525. *
  526. * <code>bool ShowAll = 2;</code>
  527. * @param value The showAll to set.
  528. * @return This builder for chaining.
  529. */
  530. public Builder setShowAll(boolean value) {
  531. showAll_ = value;
  532. onChanged();
  533. return this;
  534. }
  535. /**
  536. * <pre>
  537. * 只有未发表 或 全部
  538. * </pre>
  539. *
  540. * <code>bool ShowAll = 2;</code>
  541. * @return This builder for chaining.
  542. */
  543. public Builder clearShowAll() {
  544. showAll_ = false;
  545. onChanged();
  546. return this;
  547. }
  548. private long taskId_ ;
  549. /**
  550. * <code>int64 TaskId = 3;</code>
  551. * @return The taskId.
  552. */
  553. public long getTaskId() {
  554. return taskId_;
  555. }
  556. /**
  557. * <code>int64 TaskId = 3;</code>
  558. * @param value The taskId to set.
  559. * @return This builder for chaining.
  560. */
  561. public Builder setTaskId(long value) {
  562. taskId_ = value;
  563. onChanged();
  564. return this;
  565. }
  566. /**
  567. * <code>int64 TaskId = 3;</code>
  568. * @return This builder for chaining.
  569. */
  570. public Builder clearTaskId() {
  571. taskId_ = 0L;
  572. onChanged();
  573. return this;
  574. }
  575. @java.lang.Override
  576. public final Builder setUnknownFields(
  577. final com.google.protobuf.UnknownFieldSet unknownFields) {
  578. return super.setUnknownFields(unknownFields);
  579. }
  580. @java.lang.Override
  581. public final Builder mergeUnknownFields(
  582. final com.google.protobuf.UnknownFieldSet unknownFields) {
  583. return super.mergeUnknownFields(unknownFields);
  584. }
  585. // @@protoc_insertion_point(builder_scope:Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage)
  586. }
  587. // @@protoc_insertion_point(class_scope:Im.Scrm.Ww.Proto.PullSnsTaskListTaskMessage)
  588. private static final Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage DEFAULT_INSTANCE;
  589. static {
  590. DEFAULT_INSTANCE = new Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage();
  591. }
  592. public static Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage getDefaultInstance() {
  593. return DEFAULT_INSTANCE;
  594. }
  595. private static final com.google.protobuf.Parser<PullSnsTaskListTaskMessage>
  596. PARSER = new com.google.protobuf.AbstractParser<PullSnsTaskListTaskMessage>() {
  597. @java.lang.Override
  598. public PullSnsTaskListTaskMessage parsePartialFrom(
  599. com.google.protobuf.CodedInputStream input,
  600. com.google.protobuf.ExtensionRegistryLite extensionRegistry)
  601. throws com.google.protobuf.InvalidProtocolBufferException {
  602. return new PullSnsTaskListTaskMessage(input, extensionRegistry);
  603. }
  604. };
  605. public static com.google.protobuf.Parser<PullSnsTaskListTaskMessage> parser() {
  606. return PARSER;
  607. }
  608. @java.lang.Override
  609. public com.google.protobuf.Parser<PullSnsTaskListTaskMessage> getParserForType() {
  610. return PARSER;
  611. }
  612. @java.lang.Override
  613. public Im.Scrm.Ww.Proto.WPullSnsTaskListTask.PullSnsTaskListTaskMessage getDefaultInstanceForType() {
  614. return DEFAULT_INSTANCE;
  615. }
  616. }
  617. private static final com.google.protobuf.Descriptors.Descriptor
  618. internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor;
  619. private static final
  620. com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
  621. internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_fieldAccessorTable;
  622. public static com.google.protobuf.Descriptors.FileDescriptor
  623. getDescriptor() {
  624. return descriptor;
  625. }
  626. private static com.google.protobuf.Descriptors.FileDescriptor
  627. descriptor;
  628. static {
  629. java.lang.String[] descriptorData = {
  630. "\n\032WPullSnsTaskListTask.proto\022\020Im.Scrm.Ww" +
  631. ".Proto\"K\n\032PullSnsTaskListTaskMessage\022\014\n\004" +
  632. "WxId\030\001 \001(\003\022\017\n\007ShowAll\030\002 \001(\010\022\016\n\006TaskId\030\003 " +
  633. "\001(\003b\006proto3"
  634. };
  635. descriptor = com.google.protobuf.Descriptors.FileDescriptor
  636. .internalBuildGeneratedFileFrom(descriptorData,
  637. new com.google.protobuf.Descriptors.FileDescriptor[] {
  638. });
  639. internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor =
  640. getDescriptor().getMessageTypes().get(0);
  641. internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_fieldAccessorTable = new
  642. com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
  643. internal_static_Im_Scrm_Ww_Proto_PullSnsTaskListTaskMessage_descriptor,
  644. new java.lang.String[] { "WxId", "ShowAll", "TaskId", });
  645. }
  646. // @@protoc_insertion_point(outer_class_scope)
  647. }