public static interface SetProtocol.ExistsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getResult()
optional bool result = 2;
if exist throws a exception, the result wouldn't be set
|
CommonProtocol.Status |
getStatus()
required .org.dst.common.protobuf.Status status = 1; |
boolean |
hasResult()
optional bool result = 2;
if exist throws a exception, the result wouldn't be set
|
boolean |
hasStatus()
required .org.dst.common.protobuf.Status status = 1; |
boolean hasStatus()
required .org.dst.common.protobuf.Status status = 1;CommonProtocol.Status getStatus()
required .org.dst.common.protobuf.Status status = 1;boolean hasResult()
optional bool result = 2;
if exist throws a exception, the result wouldn't be set
boolean getResult()
optional bool result = 2;
if exist throws a exception, the result wouldn't be set
Copyright © 2019. All rights reserved.