接口 WebRedPackInfoOuterClass.WebRedPackInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface WebRedPackInfoOuterClass.WebRedPackInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明.SimpleUserInfo author = 2;.SimpleUserInfo author = 2;longuint64 balance = 3;.WebRedPackCoverType coverType = 10;int.WebRedPackCoverType coverType = 10;longuint64 currentTime = 5;string grabToken = 6;com.google.protobuf.ByteStringstring grabToken = 6;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;longuint64 luckiestDelayMillis = 9;booleanbool needSendRequest = 7;longuint64 openTime = 4;longuint64 requestDelayMillis = 8;boolean.SimpleUserInfo author = 2;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getId
String getId()string id = 1;- 返回:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- 返回:
- The bytes for id.
-
hasAuthor
boolean hasAuthor().SimpleUserInfo author = 2;- 返回:
- Whether the author field is set.
-
getAuthor
SimpleUserInfoOuterClass.SimpleUserInfo getAuthor().SimpleUserInfo author = 2;- 返回:
- The author.
-
getAuthorOrBuilder
SimpleUserInfoOuterClass.SimpleUserInfoOrBuilder getAuthorOrBuilder().SimpleUserInfo author = 2; -
getBalance
long getBalance()uint64 balance = 3;- 返回:
- The balance.
-
getOpenTime
long getOpenTime()uint64 openTime = 4;- 返回:
- The openTime.
-
getCurrentTime
long getCurrentTime()uint64 currentTime = 5;- 返回:
- The currentTime.
-
getGrabToken
String getGrabToken()string grabToken = 6;- 返回:
- The grabToken.
-
getGrabTokenBytes
com.google.protobuf.ByteString getGrabTokenBytes()string grabToken = 6;- 返回:
- The bytes for grabToken.
-
getNeedSendRequest
boolean getNeedSendRequest()bool needSendRequest = 7;- 返回:
- The needSendRequest.
-
getRequestDelayMillis
long getRequestDelayMillis()uint64 requestDelayMillis = 8;- 返回:
- The requestDelayMillis.
-
getLuckiestDelayMillis
long getLuckiestDelayMillis()uint64 luckiestDelayMillis = 9;- 返回:
- The luckiestDelayMillis.
-
getCoverTypeValue
int getCoverTypeValue().WebRedPackCoverType coverType = 10;- 返回:
- The enum numeric value on the wire for coverType.
-
getCoverType
WebRedPackCoverTypeOuterClass.WebRedPackCoverType getCoverType().WebRedPackCoverType coverType = 10;- 返回:
- The coverType.
-