程序包 onebot
类 OnebotApi.SetGroupSpecialTitleReq
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<OnebotApi.SetGroupSpecialTitleReq,OnebotApi.SetGroupSpecialTitleReq.Builder>
onebot.OnebotApi.SetGroupSpecialTitleReq
- 所有已实现的接口:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,OnebotApi.SetGroupSpecialTitleReqOrBuilder
- 封闭类:
- OnebotApi
public static final class OnebotApi.SetGroupSpecialTitleReq extends com.google.protobuf.GeneratedMessageLite<OnebotApi.SetGroupSpecialTitleReq,OnebotApi.SetGroupSpecialTitleReq.Builder> implements OnebotApi.SetGroupSpecialTitleReqOrBuilder
Protobuf type
onebot.SetGroupSpecialTitleReq-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classOnebotApi.SetGroupSpecialTitleReq.BuilderProtobuf typeonebot.SetGroupSpecialTitleReq从类继承的嵌套类/接口 com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm -
字段概要
字段 修饰符和类型 字段 说明 static intDURATION_FIELD_NUMBERstatic intGROUP_ID_FIELD_NUMBERstatic intSPECIAL_TITLE_FIELD_NUMBERstatic intUSER_ID_FIELD_NUMBER -
方法概要
修饰符和类型 方法 说明 protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)static OnebotApi.SetGroupSpecialTitleReqgetDefaultInstance()longgetDuration()int64 duration = 4;longgetGroupId()int64 group_id = 1;java.lang.StringgetSpecialTitle()string special_title = 3;com.google.protobuf.ByteStringgetSpecialTitleBytes()string special_title = 3;longgetUserId()int64 user_id = 2;static OnebotApi.SetGroupSpecialTitleReq.BuildernewBuilder()static OnebotApi.SetGroupSpecialTitleReq.BuildernewBuilder(OnebotApi.SetGroupSpecialTitleReq prototype)static OnebotApi.SetGroupSpecialTitleReqparseDelimitedFrom(java.io.InputStream input)static OnebotApi.SetGroupSpecialTitleReqparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OnebotApi.SetGroupSpecialTitleReqparseFrom(byte[] data)static OnebotApi.SetGroupSpecialTitleReqparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OnebotApi.SetGroupSpecialTitleReqparseFrom(com.google.protobuf.ByteString data)static OnebotApi.SetGroupSpecialTitleReqparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OnebotApi.SetGroupSpecialTitleReqparseFrom(com.google.protobuf.CodedInputStream input)static OnebotApi.SetGroupSpecialTitleReqparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OnebotApi.SetGroupSpecialTitleReqparseFrom(java.io.InputStream input)static OnebotApi.SetGroupSpecialTitleReqparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OnebotApi.SetGroupSpecialTitleReqparseFrom(java.nio.ByteBuffer data)static OnebotApi.SetGroupSpecialTitleReqparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<OnebotApi.SetGroupSpecialTitleReq>parser()从类继承的方法 com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
字段详细资料
-
GROUP_ID_FIELD_NUMBER
public static final int GROUP_ID_FIELD_NUMBER- 另请参阅:
- 常量字段值
-
USER_ID_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER- 另请参阅:
- 常量字段值
-
SPECIAL_TITLE_FIELD_NUMBER
public static final int SPECIAL_TITLE_FIELD_NUMBER- 另请参阅:
- 常量字段值
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getGroupId
public long getGroupId()int64 group_id = 1; -
getUserId
public long getUserId()int64 user_id = 2; -
getSpecialTitle
public java.lang.String getSpecialTitle()string special_title = 3; -
getSpecialTitleBytes
public com.google.protobuf.ByteString getSpecialTitleBytes()string special_title = 3; -
getDuration
public long getDuration()int64 duration = 4; -
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(java.io.InputStream input) throws java.io.IOException- 抛出:
java.io.IOException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static OnebotApi.SetGroupSpecialTitleReq parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException- 抛出:
java.io.IOException
-
parseDelimitedFrom
public static OnebotApi.SetGroupSpecialTitleReq parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- 抛出:
java.io.IOException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException- 抛出:
java.io.IOException
-
parseFrom
public static OnebotApi.SetGroupSpecialTitleReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- 抛出:
java.io.IOException
-
newBuilder
-
newBuilder
public static OnebotApi.SetGroupSpecialTitleReq.Builder newBuilder(OnebotApi.SetGroupSpecialTitleReq prototype) -
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- 指定者:
dynamicMethod在类中com.google.protobuf.GeneratedMessageLite<OnebotApi.SetGroupSpecialTitleReq,OnebotApi.SetGroupSpecialTitleReq.Builder>
-
getDefaultInstance
-
parser
-