public static interface Messages.ErrorCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getAppCode()
optional int32 appCode = 3; |
int |
getCode()
required int32 code = 1; |
java.lang.String |
getDetail()
optional string detail = 4; |
com.google.protobuf.ByteString |
getDetailBytes()
optional string detail = 4; |
java.lang.String |
getPids(int index)
repeated string pids = 5; |
com.google.protobuf.ByteString |
getPidsBytes(int index)
repeated string pids = 5; |
int |
getPidsCount()
repeated string pids = 5; |
java.util.List<java.lang.String> |
getPidsList()
repeated string pids = 5; |
java.lang.String |
getReason()
required string reason = 2; |
com.google.protobuf.ByteString |
getReasonBytes()
required string reason = 2; |
boolean |
hasAppCode()
optional int32 appCode = 3; |
boolean |
hasCode()
required int32 code = 1; |
boolean |
hasDetail()
optional string detail = 4; |
boolean |
hasReason()
required string reason = 2; |
boolean hasCode()
required int32 code = 1;
int getCode()
required int32 code = 1;
boolean hasReason()
required string reason = 2;
java.lang.String getReason()
required string reason = 2;
com.google.protobuf.ByteString getReasonBytes()
required string reason = 2;
boolean hasAppCode()
optional int32 appCode = 3;
int getAppCode()
optional int32 appCode = 3;
boolean hasDetail()
optional string detail = 4;
java.lang.String getDetail()
optional string detail = 4;
com.google.protobuf.ByteString getDetailBytes()
optional string detail = 4;
java.util.List<java.lang.String> getPidsList()
repeated string pids = 5;
int getPidsCount()
repeated string pids = 5;
java.lang.String getPids(int index)
repeated string pids = 5;
com.google.protobuf.ByteString getPidsBytes(int index)
repeated string pids = 5;
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.