Package emu.grasscutter.net.proto
Interface GetNextResourceInfoRspOuterClass.GetNextResourceInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNextResourceInfoRspOuterClass.GetNextResourceInfoRsp,GetNextResourceInfoRspOuterClass.GetNextResourceInfoRsp.Builder
- Enclosing class:
- GetNextResourceInfoRspOuterClass
public static interface GetNextResourceInfoRspOuterClass.GetNextResourceInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring next_resource_url = 15;com.google.protobuf.ByteStringstring next_resource_url = 15;.ResVersionConfig next_res_version_config = 6;.ResVersionConfig next_res_version_config = 6;intint32 retcode = 8;boolean.ResVersionConfig next_res_version_config = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNextResVersionConfig
boolean hasNextResVersionConfig().ResVersionConfig next_res_version_config = 6;- Returns:
- Whether the nextResVersionConfig field is set.
-
getNextResVersionConfig
ResVersionConfigOuterClass.ResVersionConfig getNextResVersionConfig().ResVersionConfig next_res_version_config = 6;- Returns:
- The nextResVersionConfig.
-
getNextResVersionConfigOrBuilder
ResVersionConfigOuterClass.ResVersionConfigOrBuilder getNextResVersionConfigOrBuilder().ResVersionConfig next_res_version_config = 6; -
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-
getNextResourceUrl
String getNextResourceUrl()string next_resource_url = 15;- Returns:
- The nextResourceUrl.
-
getNextResourceUrlBytes
com.google.protobuf.ByteString getNextResourceUrlBytes()string next_resource_url = 15;- Returns:
- The bytes for nextResourceUrl.
-