大赛管理功能
This commit is contained in:
parent
49aff5b340
commit
25396dc11c
|
@ -1 +1 @@
|
|||
Subproject commit 0775145d03e0297189d0536f53aeb3071148ee9f
|
||||
Subproject commit 69853c81948d119de93f6e808aeea213b590988f
|
|
@ -19,60 +19,60 @@ public final class ModifyInfo {
|
|||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int64 creatorId = 1;</code>
|
||||
* <code>int64 creator_id = 1;</code>
|
||||
* @return The creatorId.
|
||||
*/
|
||||
long getCreatorId();
|
||||
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
java.lang.String getCreateTime();
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The bytes for createTime.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCreateTimeBytes();
|
||||
|
||||
/**
|
||||
* <code>int64 updaterId = 3;</code>
|
||||
* <code>int64 updater_id = 3;</code>
|
||||
* @return The updaterId.
|
||||
*/
|
||||
long getUpdaterId();
|
||||
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The updateTime.
|
||||
*/
|
||||
java.lang.String getUpdateTime();
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The bytes for updateTime.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getUpdateTimeBytes();
|
||||
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The creatorName.
|
||||
*/
|
||||
java.lang.String getCreatorName();
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The bytes for creatorName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCreatorNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The updaterName.
|
||||
*/
|
||||
java.lang.String getUpdaterName();
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The bytes for updaterName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
|
@ -121,10 +121,10 @@ public final class ModifyInfo {
|
|||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.class, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder.class);
|
||||
}
|
||||
|
||||
public static final int CREATORID_FIELD_NUMBER = 1;
|
||||
public static final int CREATOR_ID_FIELD_NUMBER = 1;
|
||||
private long creatorId_ = 0L;
|
||||
/**
|
||||
* <code>int64 creatorId = 1;</code>
|
||||
* <code>int64 creator_id = 1;</code>
|
||||
* @return The creatorId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -132,11 +132,11 @@ public final class ModifyInfo {
|
|||
return creatorId_;
|
||||
}
|
||||
|
||||
public static final int CREATETIME_FIELD_NUMBER = 2;
|
||||
public static final int CREATE_TIME_FIELD_NUMBER = 2;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object createTime_ = "";
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -153,7 +153,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The bytes for createTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -171,10 +171,10 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int UPDATERID_FIELD_NUMBER = 3;
|
||||
public static final int UPDATER_ID_FIELD_NUMBER = 3;
|
||||
private long updaterId_ = 0L;
|
||||
/**
|
||||
* <code>int64 updaterId = 3;</code>
|
||||
* <code>int64 updater_id = 3;</code>
|
||||
* @return The updaterId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -182,11 +182,11 @@ public final class ModifyInfo {
|
|||
return updaterId_;
|
||||
}
|
||||
|
||||
public static final int UPDATETIME_FIELD_NUMBER = 4;
|
||||
public static final int UPDATE_TIME_FIELD_NUMBER = 4;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object updateTime_ = "";
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The updateTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -203,7 +203,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The bytes for updateTime.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -221,11 +221,11 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int CREATORNAME_FIELD_NUMBER = 5;
|
||||
public static final int CREATOR_NAME_FIELD_NUMBER = 5;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object creatorName_ = "";
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The creatorName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -242,7 +242,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The bytes for creatorName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -260,11 +260,11 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int UPDATERNAME_FIELD_NUMBER = 6;
|
||||
public static final int UPDATER_NAME_FIELD_NUMBER = 6;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object updaterName_ = "";
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The updaterName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -281,7 +281,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The bytes for updaterName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -398,19 +398,19 @@ public final class ModifyInfo {
|
|||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + CREATORID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + CREATOR_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getCreatorId());
|
||||
hash = (37 * hash) + CREATETIME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + CREATE_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCreateTime().hashCode();
|
||||
hash = (37 * hash) + UPDATERID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + UPDATER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getUpdaterId());
|
||||
hash = (37 * hash) + UPDATETIME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + UPDATE_TIME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUpdateTime().hashCode();
|
||||
hash = (37 * hash) + CREATORNAME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + CREATOR_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getCreatorName().hashCode();
|
||||
hash = (37 * hash) + UPDATERNAME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + UPDATER_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUpdaterName().hashCode();
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
memoizedHashCode = hash;
|
||||
|
@ -719,7 +719,7 @@ public final class ModifyInfo {
|
|||
|
||||
private long creatorId_ ;
|
||||
/**
|
||||
* <code>int64 creatorId = 1;</code>
|
||||
* <code>int64 creator_id = 1;</code>
|
||||
* @return The creatorId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -727,7 +727,7 @@ public final class ModifyInfo {
|
|||
return creatorId_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 creatorId = 1;</code>
|
||||
* <code>int64 creator_id = 1;</code>
|
||||
* @param value The creatorId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -739,7 +739,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int64 creatorId = 1;</code>
|
||||
* <code>int64 creator_id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCreatorId() {
|
||||
|
@ -751,7 +751,7 @@ public final class ModifyInfo {
|
|||
|
||||
private java.lang.Object createTime_ = "";
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The createTime.
|
||||
*/
|
||||
public java.lang.String getCreateTime() {
|
||||
|
@ -767,7 +767,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return The bytes for createTime.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -784,7 +784,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @param value The createTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -797,7 +797,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCreateTime() {
|
||||
|
@ -807,7 +807,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string createTime = 2;</code>
|
||||
* <code>string create_time = 2;</code>
|
||||
* @param value The bytes for createTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -823,7 +823,7 @@ public final class ModifyInfo {
|
|||
|
||||
private long updaterId_ ;
|
||||
/**
|
||||
* <code>int64 updaterId = 3;</code>
|
||||
* <code>int64 updater_id = 3;</code>
|
||||
* @return The updaterId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -831,7 +831,7 @@ public final class ModifyInfo {
|
|||
return updaterId_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 updaterId = 3;</code>
|
||||
* <code>int64 updater_id = 3;</code>
|
||||
* @param value The updaterId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -843,7 +843,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int64 updaterId = 3;</code>
|
||||
* <code>int64 updater_id = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUpdaterId() {
|
||||
|
@ -855,7 +855,7 @@ public final class ModifyInfo {
|
|||
|
||||
private java.lang.Object updateTime_ = "";
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The updateTime.
|
||||
*/
|
||||
public java.lang.String getUpdateTime() {
|
||||
|
@ -871,7 +871,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return The bytes for updateTime.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -888,7 +888,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @param value The updateTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -901,7 +901,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUpdateTime() {
|
||||
|
@ -911,7 +911,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string updateTime = 4;</code>
|
||||
* <code>string update_time = 4;</code>
|
||||
* @param value The bytes for updateTime to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -927,7 +927,7 @@ public final class ModifyInfo {
|
|||
|
||||
private java.lang.Object creatorName_ = "";
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The creatorName.
|
||||
*/
|
||||
public java.lang.String getCreatorName() {
|
||||
|
@ -943,7 +943,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return The bytes for creatorName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -960,7 +960,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @param value The creatorName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -973,7 +973,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCreatorName() {
|
||||
|
@ -983,7 +983,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string creatorName = 5;</code>
|
||||
* <code>string creator_name = 5;</code>
|
||||
* @param value The bytes for creatorName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -999,7 +999,7 @@ public final class ModifyInfo {
|
|||
|
||||
private java.lang.Object updaterName_ = "";
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The updaterName.
|
||||
*/
|
||||
public java.lang.String getUpdaterName() {
|
||||
|
@ -1015,7 +1015,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return The bytes for updaterName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -1032,7 +1032,7 @@ public final class ModifyInfo {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @param value The updaterName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -1045,7 +1045,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUpdaterName() {
|
||||
|
@ -1055,7 +1055,7 @@ public final class ModifyInfo {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string updaterName = 6;</code>
|
||||
* <code>string updater_name = 6;</code>
|
||||
* @param value The bytes for updaterName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -1146,12 +1146,12 @@ public final class ModifyInfo {
|
|||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021modify_info.proto\022\006common\"\206\001\n\014ModifyIn" +
|
||||
"foVO\022\021\n\tcreatorId\030\001 \001(\003\022\022\n\ncreateTime\030\002 " +
|
||||
"\001(\t\022\021\n\tupdaterId\030\003 \001(\003\022\022\n\nupdateTime\030\004 \001" +
|
||||
"(\t\022\023\n\013creatorName\030\005 \001(\t\022\023\n\013updaterName\030\006" +
|
||||
" \001(\tB\035\n\033club.joylink.rtss.vo.commonb\006pro" +
|
||||
"to3"
|
||||
"\n\021modify_info.proto\022\006common\"\214\001\n\014ModifyIn" +
|
||||
"foVO\022\022\n\ncreator_id\030\001 \001(\003\022\023\n\013create_time\030" +
|
||||
"\002 \001(\t\022\022\n\nupdater_id\030\003 \001(\003\022\023\n\013update_time" +
|
||||
"\030\004 \001(\t\022\024\n\014creator_name\030\005 \001(\t\022\024\n\014updater_" +
|
||||
"name\030\006 \001(\tB\035\n\033club.joylink.rtss.vo.commo" +
|
||||
"nb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -49,23 +49,23 @@ public final class RaceModule {
|
|||
getDescBytes();
|
||||
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
long getPaperId();
|
||||
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return Whether the taskSetting field is set.
|
||||
*/
|
||||
boolean hasTaskSetting();
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return The taskSetting.
|
||||
*/
|
||||
club.joylink.rtss.vo.race.RaceModule.TaskSetting getTaskSetting();
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.race.RaceModule.TaskSettingOrBuilder getTaskSettingOrBuilder();
|
||||
|
||||
|
@ -80,17 +80,17 @@ public final class RaceModule {
|
|||
int getDuration();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -220,10 +220,10 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int PAPERID_FIELD_NUMBER = 5;
|
||||
public static final int PAPER_ID_FIELD_NUMBER = 5;
|
||||
private long paperId_ = 0L;
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -231,10 +231,10 @@ public final class RaceModule {
|
|||
return paperId_;
|
||||
}
|
||||
|
||||
public static final int TASKSETTING_FIELD_NUMBER = 6;
|
||||
public static final int TASK_SETTING_FIELD_NUMBER = 6;
|
||||
private club.joylink.rtss.vo.race.RaceModule.TaskSetting taskSetting_;
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return Whether the taskSetting field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -242,7 +242,7 @@ public final class RaceModule {
|
|||
return taskSetting_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return The taskSetting.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -250,7 +250,7 @@ public final class RaceModule {
|
|||
return taskSetting_ == null ? club.joylink.rtss.vo.race.RaceModule.TaskSetting.getDefaultInstance() : taskSetting_;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.race.RaceModule.TaskSettingOrBuilder getTaskSettingOrBuilder() {
|
||||
|
@ -272,10 +272,10 @@ public final class RaceModule {
|
|||
return duration_;
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 8;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 8;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -283,7 +283,7 @@ public final class RaceModule {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -291,7 +291,7 @@ public final class RaceModule {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -421,17 +421,17 @@ public final class RaceModule {
|
|||
hash = (53 * hash) + getCode().hashCode();
|
||||
hash = (37 * hash) + DESC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDesc().hashCode();
|
||||
hash = (37 * hash) + PAPERID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PAPER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getPaperId());
|
||||
if (hasTaskSetting()) {
|
||||
hash = (37 * hash) + TASKSETTING_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TASK_SETTING_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTaskSetting().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + DURATION_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDuration();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -937,7 +937,7 @@ public final class RaceModule {
|
|||
|
||||
private long paperId_ ;
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -945,7 +945,7 @@ public final class RaceModule {
|
|||
return paperId_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @param value The paperId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -957,7 +957,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPaperId() {
|
||||
|
@ -971,14 +971,14 @@ public final class RaceModule {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.race.RaceModule.TaskSetting, club.joylink.rtss.vo.race.RaceModule.TaskSetting.Builder, club.joylink.rtss.vo.race.RaceModule.TaskSettingOrBuilder> taskSettingBuilder_;
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return Whether the taskSetting field is set.
|
||||
*/
|
||||
public boolean hasTaskSetting() {
|
||||
return ((bitField0_ & 0x00000010) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
* @return The taskSetting.
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceModule.TaskSetting getTaskSetting() {
|
||||
|
@ -989,7 +989,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public Builder setTaskSetting(club.joylink.rtss.vo.race.RaceModule.TaskSetting value) {
|
||||
if (taskSettingBuilder_ == null) {
|
||||
|
@ -1005,7 +1005,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public Builder setTaskSetting(
|
||||
club.joylink.rtss.vo.race.RaceModule.TaskSetting.Builder builderForValue) {
|
||||
|
@ -1019,7 +1019,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public Builder mergeTaskSetting(club.joylink.rtss.vo.race.RaceModule.TaskSetting value) {
|
||||
if (taskSettingBuilder_ == null) {
|
||||
|
@ -1038,7 +1038,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public Builder clearTaskSetting() {
|
||||
bitField0_ = (bitField0_ & ~0x00000010);
|
||||
|
@ -1051,7 +1051,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceModule.TaskSetting.Builder getTaskSettingBuilder() {
|
||||
bitField0_ |= 0x00000010;
|
||||
|
@ -1059,7 +1059,7 @@ public final class RaceModule {
|
|||
return getTaskSettingFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceModule.TaskSettingOrBuilder getTaskSettingOrBuilder() {
|
||||
if (taskSettingBuilder_ != null) {
|
||||
|
@ -1070,7 +1070,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.race.TaskSetting taskSetting = 6;</code>
|
||||
* <code>.race.TaskSetting task_setting = 6;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.race.RaceModule.TaskSetting, club.joylink.rtss.vo.race.RaceModule.TaskSetting.Builder, club.joylink.rtss.vo.race.RaceModule.TaskSettingOrBuilder>
|
||||
|
@ -1134,14 +1134,14 @@ public final class RaceModule {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000040) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -1152,7 +1152,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1168,7 +1168,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -1182,7 +1182,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1201,7 +1201,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000040);
|
||||
|
@ -1214,7 +1214,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000040;
|
||||
|
@ -1222,7 +1222,7 @@ public final class RaceModule {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -1233,7 +1233,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -1347,18 +1347,18 @@ public final class RaceModule {
|
|||
getDescBytes();
|
||||
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
long getPaperId();
|
||||
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The paperName.
|
||||
*/
|
||||
java.lang.String getPaperName();
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The bytes for paperName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
|
@ -1375,17 +1375,17 @@ public final class RaceModule {
|
|||
int getDuration();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -1516,10 +1516,10 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int PAPERID_FIELD_NUMBER = 5;
|
||||
public static final int PAPER_ID_FIELD_NUMBER = 5;
|
||||
private long paperId_ = 0L;
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1527,11 +1527,11 @@ public final class RaceModule {
|
|||
return paperId_;
|
||||
}
|
||||
|
||||
public static final int PAPERNAME_FIELD_NUMBER = 6;
|
||||
public static final int PAPER_NAME_FIELD_NUMBER = 6;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object paperName_ = "";
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The paperName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1548,7 +1548,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The bytes for paperName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1581,10 +1581,10 @@ public final class RaceModule {
|
|||
return duration_;
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 8;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 8;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1592,7 +1592,7 @@ public final class RaceModule {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1600,7 +1600,7 @@ public final class RaceModule {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -1726,15 +1726,15 @@ public final class RaceModule {
|
|||
hash = (53 * hash) + getCode().hashCode();
|
||||
hash = (37 * hash) + DESC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDesc().hashCode();
|
||||
hash = (37 * hash) + PAPERID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PAPER_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getPaperId());
|
||||
hash = (37 * hash) + PAPERNAME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PAPER_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPaperName().hashCode();
|
||||
hash = (37 * hash) + DURATION_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDuration();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -2234,7 +2234,7 @@ public final class RaceModule {
|
|||
|
||||
private long paperId_ ;
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return The paperId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2242,7 +2242,7 @@ public final class RaceModule {
|
|||
return paperId_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @param value The paperId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2254,7 +2254,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int64 paperId = 5;</code>
|
||||
* <code>int64 paper_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPaperId() {
|
||||
|
@ -2266,7 +2266,7 @@ public final class RaceModule {
|
|||
|
||||
private java.lang.Object paperName_ = "";
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The paperName.
|
||||
*/
|
||||
public java.lang.String getPaperName() {
|
||||
|
@ -2282,7 +2282,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return The bytes for paperName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -2299,7 +2299,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @param value The paperName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2312,7 +2312,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPaperName() {
|
||||
|
@ -2322,7 +2322,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string paperName = 6;</code>
|
||||
* <code>string paper_name = 6;</code>
|
||||
* @param value The bytes for paperName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2384,14 +2384,14 @@ public final class RaceModule {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000040) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -2402,7 +2402,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -2418,7 +2418,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -2432,7 +2432,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -2451,7 +2451,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000040);
|
||||
|
@ -2464,7 +2464,7 @@ public final class RaceModule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000040;
|
||||
|
@ -2472,7 +2472,7 @@ public final class RaceModule {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -2483,7 +2483,7 @@ public final class RaceModule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 8;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 8;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -3492,7 +3492,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return A list containing the taskIds.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getTaskIdsList();
|
||||
|
@ -3501,7 +3501,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return The count of taskIds.
|
||||
*/
|
||||
int getTaskIdsCount();
|
||||
|
@ -3510,7 +3510,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The taskIds at the given index.
|
||||
*/
|
||||
|
@ -3622,7 +3622,7 @@ public final class RaceModule {
|
|||
club.joylink.rtss.vo.race.RaceModule.TaskSetting.Group.class, club.joylink.rtss.vo.race.RaceModule.TaskSetting.Group.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TASKIDS_FIELD_NUMBER = 1;
|
||||
public static final int TASK_IDS_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private com.google.protobuf.Internal.LongList taskIds_;
|
||||
/**
|
||||
|
@ -3630,7 +3630,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return A list containing the taskIds.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -3643,7 +3643,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return The count of taskIds.
|
||||
*/
|
||||
public int getTaskIdsCount() {
|
||||
|
@ -3654,7 +3654,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The taskIds at the given index.
|
||||
*/
|
||||
|
@ -3862,7 +3862,7 @@ public final class RaceModule {
|
|||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getTaskIdsCount() > 0) {
|
||||
hash = (37 * hash) + TASKIDS_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TASK_IDS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTaskIdsList().hashCode();
|
||||
}
|
||||
if (getGroupCount() > 0) {
|
||||
|
@ -4213,7 +4213,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return A list containing the taskIds.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
|
@ -4226,7 +4226,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return The count of taskIds.
|
||||
*/
|
||||
public int getTaskIdsCount() {
|
||||
|
@ -4237,7 +4237,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The taskIds at the given index.
|
||||
*/
|
||||
|
@ -4249,7 +4249,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The taskIds to set.
|
||||
* @return This builder for chaining.
|
||||
|
@ -4267,7 +4267,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param value The taskIds to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4283,7 +4283,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @param values The taskIds to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4300,7 +4300,7 @@ public final class RaceModule {
|
|||
*此分组中包含的任务的ID(子分组中的任务ID不算)
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated int64 taskIds = 1;</code>
|
||||
* <code>repeated int64 task_ids = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTaskIds() {
|
||||
|
@ -5594,22 +5594,22 @@ public final class RaceModule {
|
|||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021race_module.proto\022\004race\032\030common/modify" +
|
||||
"_info.proto\"\253\001\n\014RaceModuleVO\022\n\n\002id\030\001 \001(\003" +
|
||||
"\022\014\n\004code\030\003 \001(\t\022\014\n\004desc\030\004 \001(\t\022\017\n\007paperId\030" +
|
||||
"\005 \001(\003\022&\n\013taskSetting\030\006 \001(\0132\021.race.TaskSe" +
|
||||
"tting\022\020\n\010duration\030\007 \001(\005\022(\n\nmodifyInfo\030\010 " +
|
||||
"\001(\0132\024.common.ModifyInfoVO\"\232\001\n\020RaceModule" +
|
||||
"ListVO\022\n\n\002id\030\001 \001(\003\022\014\n\004code\030\003 \001(\t\022\014\n\004desc" +
|
||||
"\030\004 \001(\t\022\017\n\007paperId\030\005 \001(\003\022\021\n\tpaperName\030\006 \001" +
|
||||
"(\t\022\020\n\010duration\030\007 \001(\005\022(\n\nmodifyInfo\030\010 \001(\013" +
|
||||
"2\024.common.ModifyInfoVO\"T\n\022RaceModuleCrea" +
|
||||
"teVO\022\014\n\004code\030\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\020\n\010pape" +
|
||||
"r_id\030\003 \001(\003\022\020\n\010duration\030\004 \001(\005\"\205\001\n\013TaskSet" +
|
||||
"ting\022&\n\005group\030\002 \003(\0132\027.race.TaskSetting.G" +
|
||||
"roup\032N\n\005Group\022\017\n\007taskIds\030\001 \003(\003\022&\n\005group\030" +
|
||||
"\002 \003(\0132\027.race.TaskSetting.Group\022\014\n\004name\030\003" +
|
||||
" \001(\tB\033\n\031club.joylink.rtss.vo.raceb\006proto" +
|
||||
"3"
|
||||
"_info.proto\"\256\001\n\014RaceModuleVO\022\n\n\002id\030\001 \001(\003" +
|
||||
"\022\014\n\004code\030\003 \001(\t\022\014\n\004desc\030\004 \001(\t\022\020\n\010paper_id" +
|
||||
"\030\005 \001(\003\022\'\n\014task_setting\030\006 \001(\0132\021.race.Task" +
|
||||
"Setting\022\020\n\010duration\030\007 \001(\005\022)\n\013modify_info" +
|
||||
"\030\010 \001(\0132\024.common.ModifyInfoVO\"\235\001\n\020RaceMod" +
|
||||
"uleListVO\022\n\n\002id\030\001 \001(\003\022\014\n\004code\030\003 \001(\t\022\014\n\004d" +
|
||||
"esc\030\004 \001(\t\022\020\n\010paper_id\030\005 \001(\003\022\022\n\npaper_nam" +
|
||||
"e\030\006 \001(\t\022\020\n\010duration\030\007 \001(\005\022)\n\013modify_info" +
|
||||
"\030\010 \001(\0132\024.common.ModifyInfoVO\"T\n\022RaceModu" +
|
||||
"leCreateVO\022\014\n\004code\030\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\020" +
|
||||
"\n\010paper_id\030\003 \001(\003\022\020\n\010duration\030\004 \001(\005\"\206\001\n\013T" +
|
||||
"askSetting\022&\n\005group\030\002 \003(\0132\027.race.TaskSet" +
|
||||
"ting.Group\032O\n\005Group\022\020\n\010task_ids\030\001 \003(\003\022&\n" +
|
||||
"\005group\030\002 \003(\0132\027.race.TaskSetting.Group\022\014\n" +
|
||||
"\004name\030\003 \001(\tB\033\n\031club.joylink.rtss.vo.race" +
|
||||
"b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -53,35 +53,35 @@ public final class RacePaper {
|
|||
* RaceSeason season = 4;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 seasonId = 5;</code>
|
||||
* <code>int64 season_id = 5;</code>
|
||||
* @return The seasonId.
|
||||
*/
|
||||
long getSeasonId();
|
||||
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The seasonName.
|
||||
*/
|
||||
java.lang.String getSeasonName();
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The bytes for seasonName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSeasonNameBytes();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -222,14 +222,14 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int SEASONID_FIELD_NUMBER = 5;
|
||||
public static final int SEASON_ID_FIELD_NUMBER = 5;
|
||||
private long seasonId_ = 0L;
|
||||
/**
|
||||
* <pre>
|
||||
* RaceSeason season = 4;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 seasonId = 5;</code>
|
||||
* <code>int64 season_id = 5;</code>
|
||||
* @return The seasonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -237,11 +237,11 @@ public final class RacePaper {
|
|||
return seasonId_;
|
||||
}
|
||||
|
||||
public static final int SEASONNAME_FIELD_NUMBER = 6;
|
||||
public static final int SEASON_NAME_FIELD_NUMBER = 6;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object seasonName_ = "";
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The seasonName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -258,7 +258,7 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The bytes for seasonName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -276,10 +276,10 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 7;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 7;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -287,7 +287,7 @@ public final class RacePaper {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -295,7 +295,7 @@ public final class RacePaper {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -412,13 +412,13 @@ public final class RacePaper {
|
|||
hash = (53 * hash) + getName().hashCode();
|
||||
hash = (37 * hash) + DESC_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getDesc().hashCode();
|
||||
hash = (37 * hash) + SEASONID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SEASON_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getSeasonId());
|
||||
hash = (37 * hash) + SEASONNAME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SEASON_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getSeasonName().hashCode();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -920,7 +920,7 @@ public final class RacePaper {
|
|||
* RaceSeason season = 4;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 seasonId = 5;</code>
|
||||
* <code>int64 season_id = 5;</code>
|
||||
* @return The seasonId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -932,7 +932,7 @@ public final class RacePaper {
|
|||
* RaceSeason season = 4;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 seasonId = 5;</code>
|
||||
* <code>int64 season_id = 5;</code>
|
||||
* @param value The seasonId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -948,7 +948,7 @@ public final class RacePaper {
|
|||
* RaceSeason season = 4;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 seasonId = 5;</code>
|
||||
* <code>int64 season_id = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSeasonId() {
|
||||
|
@ -960,7 +960,7 @@ public final class RacePaper {
|
|||
|
||||
private java.lang.Object seasonName_ = "";
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The seasonName.
|
||||
*/
|
||||
public java.lang.String getSeasonName() {
|
||||
|
@ -976,7 +976,7 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return The bytes for seasonName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -993,7 +993,7 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @param value The seasonName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -1006,7 +1006,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSeasonName() {
|
||||
|
@ -1016,7 +1016,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string seasonName = 6;</code>
|
||||
* <code>string season_name = 6;</code>
|
||||
* @param value The bytes for seasonName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -1034,14 +1034,14 @@ public final class RacePaper {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000020) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -1052,7 +1052,7 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1068,7 +1068,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -1082,7 +1082,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1101,7 +1101,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
|
@ -1114,7 +1114,7 @@ public final class RacePaper {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000020;
|
||||
|
@ -1122,7 +1122,7 @@ public final class RacePaper {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -1133,7 +1133,7 @@ public final class RacePaper {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 7;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 7;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -2009,13 +2009,13 @@ public final class RacePaper {
|
|||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\020race_paper.proto\022\004race\032\030common/modify_" +
|
||||
"info.proto\032\026race/race_season.proto\"\205\001\n\013R" +
|
||||
"info.proto\032\026race/race_season.proto\"\210\001\n\013R" +
|
||||
"acePaperVO\022\n\n\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022\014\n\004" +
|
||||
"desc\030\003 \001(\t\022\020\n\010seasonId\030\005 \001(\003\022\022\n\nseasonNa" +
|
||||
"me\030\006 \001(\t\022(\n\nmodifyInfo\030\007 \001(\0132\024.common.Mo" +
|
||||
"difyInfoVO\"B\n\021RacePaperCreateVO\022\014\n\004name\030" +
|
||||
"\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\021\n\tseason_id\030\003 \001(\003B\033" +
|
||||
"\n\031club.joylink.rtss.vo.raceb\006proto3"
|
||||
"desc\030\003 \001(\t\022\021\n\tseason_id\030\005 \001(\003\022\023\n\013season_" +
|
||||
"name\030\006 \001(\t\022)\n\013modify_info\030\007 \001(\0132\024.common" +
|
||||
".ModifyInfoVO\"B\n\021RacePaperCreateVO\022\014\n\004na" +
|
||||
"me\030\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\021\n\tseason_id\030\003 \001(" +
|
||||
"\003B\033\n\031club.joylink.rtss.vo.raceb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -1432,35 +1432,35 @@ public final class RaceSceneOuterClass {
|
|||
club.joylink.rtss.vo.race.RaceSceneOuterClass.RaceScene.Type getType();
|
||||
|
||||
/**
|
||||
* <code>int64 mapId = 4;</code>
|
||||
* <code>int64 map_id = 4;</code>
|
||||
* @return The mapId.
|
||||
*/
|
||||
long getMapId();
|
||||
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The mapName.
|
||||
*/
|
||||
java.lang.String getMapName();
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The bytes for mapName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMapNameBytes();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -1574,10 +1574,10 @@ public final class RaceSceneOuterClass {
|
|||
return result == null ? club.joylink.rtss.vo.race.RaceSceneOuterClass.RaceScene.Type.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
public static final int MAPID_FIELD_NUMBER = 4;
|
||||
public static final int MAP_ID_FIELD_NUMBER = 4;
|
||||
private long mapId_ = 0L;
|
||||
/**
|
||||
* <code>int64 mapId = 4;</code>
|
||||
* <code>int64 map_id = 4;</code>
|
||||
* @return The mapId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1585,11 +1585,11 @@ public final class RaceSceneOuterClass {
|
|||
return mapId_;
|
||||
}
|
||||
|
||||
public static final int MAPNAME_FIELD_NUMBER = 5;
|
||||
public static final int MAP_NAME_FIELD_NUMBER = 5;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object mapName_ = "";
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The mapName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1606,7 +1606,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The bytes for mapName.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1624,10 +1624,10 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 6;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 6;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1635,7 +1635,7 @@ public final class RaceSceneOuterClass {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1643,7 +1643,7 @@ public final class RaceSceneOuterClass {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -1760,13 +1760,13 @@ public final class RaceSceneOuterClass {
|
|||
hash = (53 * hash) + getName().hashCode();
|
||||
hash = (37 * hash) + TYPE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + type_;
|
||||
hash = (37 * hash) + MAPID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MAP_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getMapId());
|
||||
hash = (37 * hash) + MAPNAME_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MAP_NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMapName().hashCode();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -2237,7 +2237,7 @@ public final class RaceSceneOuterClass {
|
|||
|
||||
private long mapId_ ;
|
||||
/**
|
||||
* <code>int64 mapId = 4;</code>
|
||||
* <code>int64 map_id = 4;</code>
|
||||
* @return The mapId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2245,7 +2245,7 @@ public final class RaceSceneOuterClass {
|
|||
return mapId_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 mapId = 4;</code>
|
||||
* <code>int64 map_id = 4;</code>
|
||||
* @param value The mapId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2257,7 +2257,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int64 mapId = 4;</code>
|
||||
* <code>int64 map_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMapId() {
|
||||
|
@ -2269,7 +2269,7 @@ public final class RaceSceneOuterClass {
|
|||
|
||||
private java.lang.Object mapName_ = "";
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The mapName.
|
||||
*/
|
||||
public java.lang.String getMapName() {
|
||||
|
@ -2285,7 +2285,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return The bytes for mapName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -2302,7 +2302,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @param value The mapName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2315,7 +2315,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMapName() {
|
||||
|
@ -2325,7 +2325,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string mapName = 5;</code>
|
||||
* <code>string map_name = 5;</code>
|
||||
* @param value The bytes for mapName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -2343,14 +2343,14 @@ public final class RaceSceneOuterClass {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000020) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -2361,7 +2361,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -2377,7 +2377,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -2391,7 +2391,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -2410,7 +2410,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
|
@ -2423,7 +2423,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000020;
|
||||
|
@ -2431,7 +2431,7 @@ public final class RaceSceneOuterClass {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -2442,7 +2442,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 6;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 6;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -3187,17 +3187,17 @@ public final class RaceSceneOuterClass {
|
|||
getUrlBytes();
|
||||
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return Whether the storageSimulation field is set.
|
||||
*/
|
||||
boolean hasStorageSimulation();
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return The storageSimulation.
|
||||
*/
|
||||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation getStorageSimulation();
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulationOrBuilder getStorageSimulationOrBuilder();
|
||||
}
|
||||
|
@ -3276,10 +3276,10 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int STORAGESIMULATION_FIELD_NUMBER = 2;
|
||||
public static final int STORAGE_SIMULATION_FIELD_NUMBER = 2;
|
||||
private club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation storageSimulation_;
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return Whether the storageSimulation field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -3287,7 +3287,7 @@ public final class RaceSceneOuterClass {
|
|||
return storageSimulation_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return The storageSimulation.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -3295,7 +3295,7 @@ public final class RaceSceneOuterClass {
|
|||
return storageSimulation_ == null ? club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.getDefaultInstance() : storageSimulation_;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulationOrBuilder getStorageSimulationOrBuilder() {
|
||||
|
@ -3374,7 +3374,7 @@ public final class RaceSceneOuterClass {
|
|||
hash = (37 * hash) + URL_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUrl().hashCode();
|
||||
if (hasStorageSimulation()) {
|
||||
hash = (37 * hash) + STORAGESIMULATION_FIELD_NUMBER;
|
||||
hash = (37 * hash) + STORAGE_SIMULATION_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStorageSimulation().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -3708,14 +3708,14 @@ public final class RaceSceneOuterClass {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation, club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.Builder, club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulationOrBuilder> storageSimulationBuilder_;
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return Whether the storageSimulation field is set.
|
||||
*/
|
||||
public boolean hasStorageSimulation() {
|
||||
return ((bitField0_ & 0x00000002) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
* @return The storageSimulation.
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation getStorageSimulation() {
|
||||
|
@ -3726,7 +3726,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public Builder setStorageSimulation(club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation value) {
|
||||
if (storageSimulationBuilder_ == null) {
|
||||
|
@ -3742,7 +3742,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public Builder setStorageSimulation(
|
||||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.Builder builderForValue) {
|
||||
|
@ -3756,7 +3756,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public Builder mergeStorageSimulation(club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation value) {
|
||||
if (storageSimulationBuilder_ == null) {
|
||||
|
@ -3775,7 +3775,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public Builder clearStorageSimulation() {
|
||||
bitField0_ = (bitField0_ & ~0x00000002);
|
||||
|
@ -3788,7 +3788,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.Builder getStorageSimulationBuilder() {
|
||||
bitField0_ |= 0x00000002;
|
||||
|
@ -3796,7 +3796,7 @@ public final class RaceSceneOuterClass {
|
|||
return getStorageSimulationFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulationOrBuilder getStorageSimulationOrBuilder() {
|
||||
if (storageSimulationBuilder_ != null) {
|
||||
|
@ -3807,7 +3807,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.race.StorageSimulation storageSimulation = 2;</code>
|
||||
* <code>.race.StorageSimulation storage_simulation = 2;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation, club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.Builder, club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulationOrBuilder>
|
||||
|
@ -3891,60 +3891,60 @@ public final class RaceSceneOuterClass {
|
|||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bgSceneJson.
|
||||
*/
|
||||
java.lang.String getBgSceneJson();
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bytes for bgSceneJson.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBgSceneJsonBytes();
|
||||
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The stepJson.
|
||||
*/
|
||||
java.lang.String getStepJson();
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The bytes for stepJson.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getStepJsonBytes();
|
||||
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The memberJson.
|
||||
*/
|
||||
java.lang.String getMemberJson();
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The bytes for memberJson.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMemberJsonBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return A list containing the playerIds.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getPlayerIdsList();
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return The count of playerIds.
|
||||
*/
|
||||
int getPlayerIdsCount();
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The playerIds at the given index.
|
||||
*/
|
||||
java.lang.String getPlayerIds(int index);
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the playerIds at the given index.
|
||||
*/
|
||||
|
@ -3995,11 +3995,11 @@ public final class RaceSceneOuterClass {
|
|||
club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.class, club.joylink.rtss.vo.race.RaceSceneOuterClass.StorageSimulation.Builder.class);
|
||||
}
|
||||
|
||||
public static final int BGSCENEJSON_FIELD_NUMBER = 1;
|
||||
public static final int BG_SCENE_JSON_FIELD_NUMBER = 1;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object bgSceneJson_ = "";
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bgSceneJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4016,7 +4016,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bytes for bgSceneJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4034,11 +4034,11 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int STEPJSON_FIELD_NUMBER = 2;
|
||||
public static final int STEP_JSON_FIELD_NUMBER = 2;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object stepJson_ = "";
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The stepJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4055,7 +4055,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The bytes for stepJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4073,11 +4073,11 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int MEMBERJSON_FIELD_NUMBER = 3;
|
||||
public static final int MEMBER_JSON_FIELD_NUMBER = 3;
|
||||
@SuppressWarnings("serial")
|
||||
private volatile java.lang.Object memberJson_ = "";
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The memberJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4094,7 +4094,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The bytes for memberJson.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -4112,12 +4112,12 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int PLAYERIDS_FIELD_NUMBER = 4;
|
||||
public static final int PLAYER_IDS_FIELD_NUMBER = 4;
|
||||
@SuppressWarnings("serial")
|
||||
private com.google.protobuf.LazyStringArrayList playerIds_ =
|
||||
com.google.protobuf.LazyStringArrayList.emptyList();
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return A list containing the playerIds.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
|
@ -4125,14 +4125,14 @@ public final class RaceSceneOuterClass {
|
|||
return playerIds_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return The count of playerIds.
|
||||
*/
|
||||
public int getPlayerIdsCount() {
|
||||
return playerIds_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The playerIds at the given index.
|
||||
*/
|
||||
|
@ -4140,7 +4140,7 @@ public final class RaceSceneOuterClass {
|
|||
return playerIds_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the playerIds at the given index.
|
||||
*/
|
||||
|
@ -4235,14 +4235,14 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + BGSCENEJSON_FIELD_NUMBER;
|
||||
hash = (37 * hash) + BG_SCENE_JSON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getBgSceneJson().hashCode();
|
||||
hash = (37 * hash) + STEPJSON_FIELD_NUMBER;
|
||||
hash = (37 * hash) + STEP_JSON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStepJson().hashCode();
|
||||
hash = (37 * hash) + MEMBERJSON_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MEMBER_JSON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getMemberJson().hashCode();
|
||||
if (getPlayerIdsCount() > 0) {
|
||||
hash = (37 * hash) + PLAYERIDS_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PLAYER_IDS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getPlayerIdsList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -4536,7 +4536,7 @@ public final class RaceSceneOuterClass {
|
|||
|
||||
private java.lang.Object bgSceneJson_ = "";
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bgSceneJson.
|
||||
*/
|
||||
public java.lang.String getBgSceneJson() {
|
||||
|
@ -4552,7 +4552,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return The bytes for bgSceneJson.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -4569,7 +4569,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @param value The bgSceneJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4582,7 +4582,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBgSceneJson() {
|
||||
|
@ -4592,7 +4592,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string bgSceneJson = 1;</code>
|
||||
* <code>string bg_scene_json = 1;</code>
|
||||
* @param value The bytes for bgSceneJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4608,7 +4608,7 @@ public final class RaceSceneOuterClass {
|
|||
|
||||
private java.lang.Object stepJson_ = "";
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The stepJson.
|
||||
*/
|
||||
public java.lang.String getStepJson() {
|
||||
|
@ -4624,7 +4624,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return The bytes for stepJson.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -4641,7 +4641,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @param value The stepJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4654,7 +4654,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStepJson() {
|
||||
|
@ -4664,7 +4664,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string stepJson = 2;</code>
|
||||
* <code>string step_json = 2;</code>
|
||||
* @param value The bytes for stepJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4680,7 +4680,7 @@ public final class RaceSceneOuterClass {
|
|||
|
||||
private java.lang.Object memberJson_ = "";
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The memberJson.
|
||||
*/
|
||||
public java.lang.String getMemberJson() {
|
||||
|
@ -4696,7 +4696,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return The bytes for memberJson.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
|
@ -4713,7 +4713,7 @@ public final class RaceSceneOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @param value The memberJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4726,7 +4726,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMemberJson() {
|
||||
|
@ -4736,7 +4736,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string memberJson = 3;</code>
|
||||
* <code>string member_json = 3;</code>
|
||||
* @param value The bytes for memberJson to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4759,7 +4759,7 @@ public final class RaceSceneOuterClass {
|
|||
bitField0_ |= 0x00000008;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return A list containing the playerIds.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
|
@ -4768,14 +4768,14 @@ public final class RaceSceneOuterClass {
|
|||
return playerIds_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return The count of playerIds.
|
||||
*/
|
||||
public int getPlayerIdsCount() {
|
||||
return playerIds_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The playerIds at the given index.
|
||||
*/
|
||||
|
@ -4783,7 +4783,7 @@ public final class RaceSceneOuterClass {
|
|||
return playerIds_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the playerIds at the given index.
|
||||
*/
|
||||
|
@ -4792,7 +4792,7 @@ public final class RaceSceneOuterClass {
|
|||
return playerIds_.getByteString(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The playerIds to set.
|
||||
* @return This builder for chaining.
|
||||
|
@ -4807,7 +4807,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param value The playerIds to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4821,7 +4821,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param values The playerIds to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -4835,7 +4835,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlayerIds() {
|
||||
|
@ -4846,7 +4846,7 @@ public final class RaceSceneOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated string playerIds = 4;</code>
|
||||
* <code>repeated string player_ids = 4;</code>
|
||||
* @param value The bytes of the playerIds to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -5451,19 +5451,19 @@ public final class RaceSceneOuterClass {
|
|||
"ene.Type\022\022\n\nfunctionId\030\004 \001(\003\022\032\n\005scene\030\005 " +
|
||||
"\001(\0132\013.race.Scene\022(\n\nmodifyInfo\030\006 \001(\0132\024.c" +
|
||||
"ommon.ModifyInfoVO\022\r\n\005mapId\030\007 \001(\003\022\017\n\007map" +
|
||||
"Name\030\010 \001(\t\"\231\001\n\017RaceSceneListVO\022\n\n\002id\030\001 \001" +
|
||||
"Name\030\010 \001(\t\"\234\001\n\017RaceSceneListVO\022\n\n\002id\030\001 \001" +
|
||||
"(\003\022\014\n\004name\030\002 \001(\t\022\"\n\004type\030\003 \001(\0162\024.race.Ra" +
|
||||
"ceScene.Type\022\r\n\005mapId\030\004 \001(\003\022\017\n\007mapName\030\005" +
|
||||
" \001(\t\022(\n\nmodifyInfo\030\006 \001(\0132\024.common.Modify" +
|
||||
"InfoVO\"3\n\022RaceScenePublishVO\022\017\n\007dafitid\030" +
|
||||
"\001 \001(\003\022\014\n\004name\030\003 \001(\t\"H\n\005Scene\022\013\n\003url\030\001 \001(" +
|
||||
"\t\0222\n\021storageSimulation\030\002 \001(\0132\027.race.Stor" +
|
||||
"ageSimulation\"a\n\021StorageSimulation\022\023\n\013bg" +
|
||||
"SceneJson\030\001 \001(\t\022\020\n\010stepJson\030\002 \001(\t\022\022\n\nmem" +
|
||||
"berJson\030\003 \001(\t\022\021\n\tplayerIds\030\004 \003(\t\"5\n\tRace" +
|
||||
"Scene\"(\n\004Type\022\013\n\007Unknown\020\000\022\t\n\005Local\020\001\022\010\n" +
|
||||
"\004Link\020\002B\033\n\031club.joylink.rtss.vo.raceb\006pr" +
|
||||
"oto3"
|
||||
"ceScene.Type\022\016\n\006map_id\030\004 \001(\003\022\020\n\010map_name" +
|
||||
"\030\005 \001(\t\022)\n\013modify_info\030\006 \001(\0132\024.common.Mod" +
|
||||
"ifyInfoVO\"3\n\022RaceScenePublishVO\022\017\n\007dafit" +
|
||||
"id\030\001 \001(\003\022\014\n\004name\030\003 \001(\t\"I\n\005Scene\022\013\n\003url\030\001" +
|
||||
" \001(\t\0223\n\022storage_simulation\030\002 \001(\0132\027.race." +
|
||||
"StorageSimulation\"f\n\021StorageSimulation\022\025" +
|
||||
"\n\rbg_scene_json\030\001 \001(\t\022\021\n\tstep_json\030\002 \001(\t" +
|
||||
"\022\023\n\013member_json\030\003 \001(\t\022\022\n\nplayer_ids\030\004 \003(" +
|
||||
"\t\"5\n\tRaceScene\"(\n\004Type\022\013\n\007Unknown\020\000\022\t\n\005L" +
|
||||
"ocal\020\001\022\010\n\004Link\020\002B\033\n\031club.joylink.rtss.vo" +
|
||||
".raceb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -52,17 +52,17 @@ public final class RaceScoringRule {
|
|||
club.joylink.rtss.vo.race.RaceScoringRule.RuleOrBuilder getRuleOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -178,10 +178,10 @@ public final class RaceScoringRule {
|
|||
return rule_ == null ? club.joylink.rtss.vo.race.RaceScoringRule.Rule.getDefaultInstance() : rule_;
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 4;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 4;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -189,7 +189,7 @@ public final class RaceScoringRule {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -197,7 +197,7 @@ public final class RaceScoringRule {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -304,7 +304,7 @@ public final class RaceScoringRule {
|
|||
hash = (53 * hash) + getRule().hashCode();
|
||||
}
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -821,14 +821,14 @@ public final class RaceScoringRule {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000008) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -839,7 +839,7 @@ public final class RaceScoringRule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -855,7 +855,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -869,7 +869,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -888,7 +888,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000008);
|
||||
|
@ -901,7 +901,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000008;
|
||||
|
@ -909,7 +909,7 @@ public final class RaceScoringRule {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -920,7 +920,7 @@ public final class RaceScoringRule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 4;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 4;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -1022,17 +1022,17 @@ public final class RaceScoringRule {
|
|||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -1122,10 +1122,10 @@ public final class RaceScoringRule {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 3;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 3;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1133,7 +1133,7 @@ public final class RaceScoringRule {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -1141,7 +1141,7 @@ public final class RaceScoringRule {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -1232,7 +1232,7 @@ public final class RaceScoringRule {
|
|||
hash = (37 * hash) + NAME_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getName().hashCode();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -1610,14 +1610,14 @@ public final class RaceScoringRule {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000004) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -1628,7 +1628,7 @@ public final class RaceScoringRule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1644,7 +1644,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -1658,7 +1658,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1677,7 +1677,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000004);
|
||||
|
@ -1690,7 +1690,7 @@ public final class RaceScoringRule {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000004;
|
||||
|
@ -1698,7 +1698,7 @@ public final class RaceScoringRule {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -1709,7 +1709,7 @@ public final class RaceScoringRule {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 3;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 3;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -3684,16 +3684,16 @@ public final class RaceScoringRule {
|
|||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\027race_scoring_rule.proto\022\004race\032\030common/" +
|
||||
"modify_info.proto\"q\n\021RaceScoringRuleVO\022\n" +
|
||||
"modify_info.proto\"r\n\021RaceScoringRuleVO\022\n" +
|
||||
"\n\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022\030\n\004rule\030\003 \001(\0132\n" +
|
||||
".race.Rule\022(\n\nmodifyInfo\030\004 \001(\0132\024.common." +
|
||||
"ModifyInfoVO\"[\n\025RaceScoringRuleListVO\022\n\n" +
|
||||
"\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022(\n\nmodifyInfo\030\003 " +
|
||||
"\001(\0132\024.common.ModifyInfoVO\"\204\001\n\004Rule\022\036\n\005un" +
|
||||
"its\030\001 \003(\0132\017.race.Rule.Unit\032\\\n\004Unit\022\014\n\004te" +
|
||||
"xt\030\001 \001(\t\022\025\n\rscene_step_id\030\002 \001(\r\022\r\n\005score" +
|
||||
"\030\003 \001(\r\022\016\n\006worker\030\004 \001(\t\022\020\n\010criteria\030\005 \001(\t" +
|
||||
"B\033\n\031club.joylink.rtss.vo.raceb\006proto3"
|
||||
".race.Rule\022)\n\013modify_info\030\004 \001(\0132\024.common" +
|
||||
".ModifyInfoVO\"\\\n\025RaceScoringRuleListVO\022\n" +
|
||||
"\n\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022)\n\013modify_info\030" +
|
||||
"\003 \001(\0132\024.common.ModifyInfoVO\"\204\001\n\004Rule\022\036\n\005" +
|
||||
"units\030\001 \003(\0132\017.race.Rule.Unit\032\\\n\004Unit\022\014\n\004" +
|
||||
"text\030\001 \001(\t\022\025\n\rscene_step_id\030\002 \001(\r\022\r\n\005sco" +
|
||||
"re\030\003 \001(\r\022\016\n\006worker\030\004 \001(\t\022\020\n\010criteria\030\005 \001" +
|
||||
"(\tB\033\n\031club.joylink.rtss.vo.raceb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -84,17 +84,17 @@ public final class RaceSeasonOuterClass {
|
|||
getTermBytes();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -267,10 +267,10 @@ public final class RaceSeasonOuterClass {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 5;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 5;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -278,7 +278,7 @@ public final class RaceSeasonOuterClass {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -286,7 +286,7 @@ public final class RaceSeasonOuterClass {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -397,7 +397,7 @@ public final class RaceSeasonOuterClass {
|
|||
hash = (37 * hash) + TERM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTerm().hashCode();
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -986,14 +986,14 @@ public final class RaceSeasonOuterClass {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000010) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -1004,7 +1004,7 @@ public final class RaceSeasonOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1020,7 +1020,7 @@ public final class RaceSeasonOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -1034,7 +1034,7 @@ public final class RaceSeasonOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -1053,7 +1053,7 @@ public final class RaceSeasonOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000010);
|
||||
|
@ -1066,7 +1066,7 @@ public final class RaceSeasonOuterClass {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000010;
|
||||
|
@ -1074,7 +1074,7 @@ public final class RaceSeasonOuterClass {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -1085,7 +1085,7 @@ public final class RaceSeasonOuterClass {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 5;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 5;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -2496,15 +2496,15 @@ public final class RaceSeasonOuterClass {
|
|||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\021race_season.proto\022\004race\032\030common/modify" +
|
||||
"_info.proto\"\207\001\n\014RaceSeasonVO\022\n\n\002id\030\001 \001(\003" +
|
||||
"_info.proto\"\210\001\n\014RaceSeasonVO\022\n\n\002id\030\001 \001(\003" +
|
||||
"\022\014\n\004code\030\002 \001(\t\022%\n\005group\030\003 \001(\0162\026.race.Rac" +
|
||||
"eSeason.Group\022\014\n\004term\030\004 \001(\t\022(\n\nmodifyInf" +
|
||||
"o\030\005 \001(\0132\024.common.ModifyInfoVO\"W\n\022RaceSea" +
|
||||
"sonCreateVO\022\014\n\004code\030\001 \001(\t\022%\n\005group\030\002 \001(\016" +
|
||||
"2\026.race.RaceSeason.Group\022\014\n\004term\030\003 \001(\t\"2" +
|
||||
"\n\nRaceSeason\"$\n\005Group\022\013\n\007Unknown\020\000\022\006\n\002ZZ" +
|
||||
"\020\001\022\006\n\002GZ\020\002B\033\n\031club.joylink.rtss.vo.raceb" +
|
||||
"\006proto3"
|
||||
"eSeason.Group\022\014\n\004term\030\004 \001(\t\022)\n\013modify_in" +
|
||||
"fo\030\005 \001(\0132\024.common.ModifyInfoVO\"W\n\022RaceSe" +
|
||||
"asonCreateVO\022\014\n\004code\030\001 \001(\t\022%\n\005group\030\002 \001(" +
|
||||
"\0162\026.race.RaceSeason.Group\022\014\n\004term\030\003 \001(\t\"" +
|
||||
"2\n\nRaceSeason\"$\n\005Group\022\013\n\007Unknown\020\000\022\006\n\002Z" +
|
||||
"Z\020\001\022\006\n\002GZ\020\002B\033\n\031club.joylink.rtss.vo.race" +
|
||||
"b\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
|
|
@ -1791,17 +1791,17 @@ public final class RaceTask {
|
|||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 sceneId = 6;</code>
|
||||
* @return The sceneId.
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
*/
|
||||
long getSceneId();
|
||||
long getSceneIId();
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
* int64 sceneName = 7;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 ruleId = 8;</code>
|
||||
* <code>int64 rule_id = 8;</code>
|
||||
* @return The ruleId.
|
||||
*/
|
||||
long getRuleId();
|
||||
|
@ -1811,23 +1811,23 @@ public final class RaceTask {
|
|||
* int64 ruleName = 9;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 parentId = 10;</code>
|
||||
* <code>int64 parent_id = 10;</code>
|
||||
* @return The parentId.
|
||||
*/
|
||||
long getParentId();
|
||||
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
boolean hasModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo();
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder();
|
||||
}
|
||||
|
@ -2061,29 +2061,29 @@ public final class RaceTask {
|
|||
}
|
||||
}
|
||||
|
||||
public static final int SCENEID_FIELD_NUMBER = 6;
|
||||
private long sceneId_ = 0L;
|
||||
public static final int SCENE_IID_FIELD_NUMBER = 6;
|
||||
private long sceneIId_ = 0L;
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 sceneId = 6;</code>
|
||||
* @return The sceneId.
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getSceneId() {
|
||||
return sceneId_;
|
||||
public long getSceneIId() {
|
||||
return sceneIId_;
|
||||
}
|
||||
|
||||
public static final int RULEID_FIELD_NUMBER = 8;
|
||||
public static final int RULE_ID_FIELD_NUMBER = 8;
|
||||
private long ruleId_ = 0L;
|
||||
/**
|
||||
* <pre>
|
||||
* int64 sceneName = 7;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 ruleId = 8;</code>
|
||||
* <code>int64 rule_id = 8;</code>
|
||||
* @return The ruleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2091,14 +2091,14 @@ public final class RaceTask {
|
|||
return ruleId_;
|
||||
}
|
||||
|
||||
public static final int PARENTID_FIELD_NUMBER = 10;
|
||||
public static final int PARENT_ID_FIELD_NUMBER = 10;
|
||||
private long parentId_ = 0L;
|
||||
/**
|
||||
* <pre>
|
||||
* int64 ruleName = 9;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 parentId = 10;</code>
|
||||
* <code>int64 parent_id = 10;</code>
|
||||
* @return The parentId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2106,10 +2106,10 @@ public final class RaceTask {
|
|||
return parentId_;
|
||||
}
|
||||
|
||||
public static final int MODIFYINFO_FIELD_NUMBER = 11;
|
||||
public static final int MODIFY_INFO_FIELD_NUMBER = 11;
|
||||
private club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO modifyInfo_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2117,7 +2117,7 @@ public final class RaceTask {
|
|||
return modifyInfo_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -2125,7 +2125,7 @@ public final class RaceTask {
|
|||
return modifyInfo_ == null ? club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.getDefaultInstance() : modifyInfo_;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
|
@ -2161,8 +2161,8 @@ public final class RaceTask {
|
|||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(standards_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, standards_);
|
||||
}
|
||||
if (sceneId_ != 0L) {
|
||||
output.writeInt64(6, sceneId_);
|
||||
if (sceneIId_ != 0L) {
|
||||
output.writeInt64(6, sceneIId_);
|
||||
}
|
||||
if (ruleId_ != 0L) {
|
||||
output.writeInt64(8, ruleId_);
|
||||
|
@ -2198,9 +2198,9 @@ public final class RaceTask {
|
|||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(standards_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, standards_);
|
||||
}
|
||||
if (sceneId_ != 0L) {
|
||||
if (sceneIId_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt64Size(6, sceneId_);
|
||||
.computeInt64Size(6, sceneIId_);
|
||||
}
|
||||
if (ruleId_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
|
@ -2239,8 +2239,8 @@ public final class RaceTask {
|
|||
.equals(other.getContent())) return false;
|
||||
if (!getStandards()
|
||||
.equals(other.getStandards())) return false;
|
||||
if (getSceneId()
|
||||
!= other.getSceneId()) return false;
|
||||
if (getSceneIId()
|
||||
!= other.getSceneIId()) return false;
|
||||
if (getRuleId()
|
||||
!= other.getRuleId()) return false;
|
||||
if (getParentId()
|
||||
|
@ -2272,17 +2272,17 @@ public final class RaceTask {
|
|||
hash = (53 * hash) + getContent().hashCode();
|
||||
hash = (37 * hash) + STANDARDS_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getStandards().hashCode();
|
||||
hash = (37 * hash) + SCENEID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + SCENE_IID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getSceneId());
|
||||
hash = (37 * hash) + RULEID_FIELD_NUMBER;
|
||||
getSceneIId());
|
||||
hash = (37 * hash) + RULE_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getRuleId());
|
||||
hash = (37 * hash) + PARENTID_FIELD_NUMBER;
|
||||
hash = (37 * hash) + PARENT_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getParentId());
|
||||
if (hasModifyInfo()) {
|
||||
hash = (37 * hash) + MODIFYINFO_FIELD_NUMBER;
|
||||
hash = (37 * hash) + MODIFY_INFO_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getModifyInfo().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + getUnknownFields().hashCode();
|
||||
|
@ -2421,7 +2421,7 @@ public final class RaceTask {
|
|||
desc_ = "";
|
||||
content_ = "";
|
||||
standards_ = "";
|
||||
sceneId_ = 0L;
|
||||
sceneIId_ = 0L;
|
||||
ruleId_ = 0L;
|
||||
parentId_ = 0L;
|
||||
modifyInfo_ = null;
|
||||
|
@ -2478,7 +2478,7 @@ public final class RaceTask {
|
|||
result.standards_ = standards_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000020) != 0)) {
|
||||
result.sceneId_ = sceneId_;
|
||||
result.sceneIId_ = sceneIId_;
|
||||
}
|
||||
if (((from_bitField0_ & 0x00000040) != 0)) {
|
||||
result.ruleId_ = ruleId_;
|
||||
|
@ -2528,8 +2528,8 @@ public final class RaceTask {
|
|||
bitField0_ |= 0x00000010;
|
||||
onChanged();
|
||||
}
|
||||
if (other.getSceneId() != 0L) {
|
||||
setSceneId(other.getSceneId());
|
||||
if (other.getSceneIId() != 0L) {
|
||||
setSceneIId(other.getSceneIId());
|
||||
}
|
||||
if (other.getRuleId() != 0L) {
|
||||
setRuleId(other.getRuleId());
|
||||
|
@ -2592,7 +2592,7 @@ public final class RaceTask {
|
|||
break;
|
||||
} // case 42
|
||||
case 48: {
|
||||
sceneId_ = input.readInt64();
|
||||
sceneIId_ = input.readInt64();
|
||||
bitField0_ |= 0x00000020;
|
||||
break;
|
||||
} // case 48
|
||||
|
@ -3010,31 +3010,31 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
|
||||
private long sceneId_ ;
|
||||
private long sceneIId_ ;
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 sceneId = 6;</code>
|
||||
* @return The sceneId.
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return The sceneIId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getSceneId() {
|
||||
return sceneId_;
|
||||
public long getSceneIId() {
|
||||
return sceneIId_;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 sceneId = 6;</code>
|
||||
* @param value The sceneId to set.
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @param value The sceneIId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSceneId(long value) {
|
||||
public Builder setSceneIId(long value) {
|
||||
|
||||
sceneId_ = value;
|
||||
sceneIId_ = value;
|
||||
bitField0_ |= 0x00000020;
|
||||
onChanged();
|
||||
return this;
|
||||
|
@ -3044,12 +3044,12 @@ public final class RaceTask {
|
|||
*绑定的场景id
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 sceneId = 6;</code>
|
||||
* <code>int64 scene_iId = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSceneId() {
|
||||
public Builder clearSceneIId() {
|
||||
bitField0_ = (bitField0_ & ~0x00000020);
|
||||
sceneId_ = 0L;
|
||||
sceneIId_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
@ -3060,7 +3060,7 @@ public final class RaceTask {
|
|||
* int64 sceneName = 7;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 ruleId = 8;</code>
|
||||
* <code>int64 rule_id = 8;</code>
|
||||
* @return The ruleId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -3072,7 +3072,7 @@ public final class RaceTask {
|
|||
* int64 sceneName = 7;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 ruleId = 8;</code>
|
||||
* <code>int64 rule_id = 8;</code>
|
||||
* @param value The ruleId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -3088,7 +3088,7 @@ public final class RaceTask {
|
|||
* int64 sceneName = 7;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 ruleId = 8;</code>
|
||||
* <code>int64 rule_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRuleId() {
|
||||
|
@ -3104,7 +3104,7 @@ public final class RaceTask {
|
|||
* int64 ruleName = 9;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 parentId = 10;</code>
|
||||
* <code>int64 parent_id = 10;</code>
|
||||
* @return The parentId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
|
@ -3116,7 +3116,7 @@ public final class RaceTask {
|
|||
* int64 ruleName = 9;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 parentId = 10;</code>
|
||||
* <code>int64 parent_id = 10;</code>
|
||||
* @param value The parentId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
|
@ -3132,7 +3132,7 @@ public final class RaceTask {
|
|||
* int64 ruleName = 9;
|
||||
* </pre>
|
||||
*
|
||||
* <code>int64 parentId = 10;</code>
|
||||
* <code>int64 parent_id = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParentId() {
|
||||
|
@ -3146,14 +3146,14 @@ public final class RaceTask {
|
|||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder> modifyInfoBuilder_;
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return Whether the modifyInfo field is set.
|
||||
*/
|
||||
public boolean hasModifyInfo() {
|
||||
return ((bitField0_ & 0x00000100) != 0);
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
* @return The modifyInfo.
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO getModifyInfo() {
|
||||
|
@ -3164,7 +3164,7 @@ public final class RaceTask {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -3180,7 +3180,7 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public Builder setModifyInfo(
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder builderForValue) {
|
||||
|
@ -3194,7 +3194,7 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public Builder mergeModifyInfo(club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO value) {
|
||||
if (modifyInfoBuilder_ == null) {
|
||||
|
@ -3213,7 +3213,7 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public Builder clearModifyInfo() {
|
||||
bitField0_ = (bitField0_ & ~0x00000100);
|
||||
|
@ -3226,7 +3226,7 @@ public final class RaceTask {
|
|||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder getModifyInfoBuilder() {
|
||||
bitField0_ |= 0x00000100;
|
||||
|
@ -3234,7 +3234,7 @@ public final class RaceTask {
|
|||
return getModifyInfoFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
public club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder getModifyInfoOrBuilder() {
|
||||
if (modifyInfoBuilder_ != null) {
|
||||
|
@ -3245,7 +3245,7 @@ public final class RaceTask {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* <code>.common.ModifyInfoVO modifyInfo = 11;</code>
|
||||
* <code>.common.ModifyInfoVO modify_info = 11;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVO.Builder, club.joylink.rtss.vo.common.ModifyInfo.ModifyInfoVOOrBuilder>
|
||||
|
@ -5219,19 +5219,19 @@ public final class RaceTask {
|
|||
"c\030\003 \001(\t\022\017\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 " +
|
||||
"\001(\t\022 \n\005scene\030\006 \001(\0132\021.race.RaceSceneVO\022\020\n" +
|
||||
"\010parentId\030\007 \001(\003\022(\n\nmodifyInfo\030\010 \001(\0132\024.co" +
|
||||
"mmon.ModifyInfoVO\"\273\001\n\020RaceTaskDetailVO\022\n" +
|
||||
"mmon.ModifyInfoVO\"\300\001\n\020RaceTaskDetailVO\022\n" +
|
||||
"\n\002id\030\001 \001(\003\022\014\n\004name\030\002 \001(\t\022\014\n\004desc\030\003 \001(\t\022\017" +
|
||||
"\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 \001(\t\022\017\n\007sc" +
|
||||
"eneId\030\006 \001(\003\022\016\n\006ruleId\030\010 \001(\003\022\020\n\010parentId\030" +
|
||||
"\n \001(\003\022(\n\nmodifyInfo\030\013 \001(\0132\024.common.Modif" +
|
||||
"yInfoVO\"w\n\020RaceTaskCreateVO\022\014\n\004name\030\001 \001(" +
|
||||
"\t\022\014\n\004desc\030\002 \001(\t\022\017\n\007content\030\003 \001(\t\022\021\n\tstan" +
|
||||
"dards\030\004 \001(\t\022\020\n\010scene_id\030\005 \001(\003\022\021\n\tparent_" +
|
||||
"id\030\006 \001(\003\"\210\001\n\014RaceTaskBind\022\017\n\007bind_id\030\002 \001" +
|
||||
"(\003\0222\n\tbind_type\030\003 \001(\0162\037.race.RaceTaskBin" +
|
||||
"d.TaskBindType\022\016\n\006status\030\004 \001(\005\"#\n\014TaskBi" +
|
||||
"ndType\022\010\n\004rule\020\000\022\t\n\005scene\020\001B\033\n\031club.joyl" +
|
||||
"ink.rtss.vo.raceb\006proto3"
|
||||
"\n\007content\030\004 \001(\t\022\021\n\tstandards\030\005 \001(\t\022\021\n\tsc" +
|
||||
"ene_iId\030\006 \001(\003\022\017\n\007rule_id\030\010 \001(\003\022\021\n\tparent" +
|
||||
"_id\030\n \001(\003\022)\n\013modify_info\030\013 \001(\0132\024.common." +
|
||||
"ModifyInfoVO\"w\n\020RaceTaskCreateVO\022\014\n\004name" +
|
||||
"\030\001 \001(\t\022\014\n\004desc\030\002 \001(\t\022\017\n\007content\030\003 \001(\t\022\021\n" +
|
||||
"\tstandards\030\004 \001(\t\022\020\n\010scene_id\030\005 \001(\003\022\021\n\tpa" +
|
||||
"rent_id\030\006 \001(\003\"\210\001\n\014RaceTaskBind\022\017\n\007bind_i" +
|
||||
"d\030\002 \001(\003\0222\n\tbind_type\030\003 \001(\0162\037.race.RaceTa" +
|
||||
"skBind.TaskBindType\022\016\n\006status\030\004 \001(\005\"#\n\014T" +
|
||||
"askBindType\022\010\n\004rule\020\000\022\t\n\005scene\020\001B\033\n\031club" +
|
||||
".joylink.rtss.vo.raceb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
@ -5250,7 +5250,7 @@ public final class RaceTask {
|
|||
internal_static_race_RaceTaskDetailVO_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_race_RaceTaskDetailVO_descriptor,
|
||||
new java.lang.String[] { "Id", "Name", "Desc", "Content", "Standards", "SceneId", "RuleId", "ParentId", "ModifyInfo", });
|
||||
new java.lang.String[] { "Id", "Name", "Desc", "Content", "Standards", "SceneIId", "RuleId", "ParentId", "ModifyInfo", });
|
||||
internal_static_race_RaceTaskCreateVO_descriptor =
|
||||
getDescriptor().getMessageTypes().get(2);
|
||||
internal_static_race_RaceTaskCreateVO_fieldAccessorTable = new
|
||||
|
|
|
@ -2,18 +2,18 @@
|
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="club.joylink.rtss.dao.racetr.RacetrTaskDAO">
|
||||
<resultMap id="BaseResultMap" type="club.joylink.rtss.entity.racetr.RacetrTask">
|
||||
<id column="id" jdbcType="BIGINT" property="id" />
|
||||
<result column="name" jdbcType="VARCHAR" property="name" />
|
||||
<result column="desc" jdbcType="VARCHAR" property="desc" />
|
||||
<result column="content" jdbcType="VARCHAR" property="content" />
|
||||
<result column="standards" jdbcType="VARCHAR" property="standards" />
|
||||
<result column="scene_id" jdbcType="BIGINT" property="sceneId" />
|
||||
<result column="score_rule_id" jdbcType="BIGINT" property="scoreRuleId" />
|
||||
<result column="parent_id" jdbcType="BIGINT" property="parentId" />
|
||||
<result column="creator_id" jdbcType="BIGINT" property="creatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="updater_id" jdbcType="BIGINT" property="updaterId" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<id column="id" jdbcType="BIGINT" property="id"/>
|
||||
<result column="name" jdbcType="VARCHAR" property="name"/>
|
||||
<result column="desc" jdbcType="VARCHAR" property="desc"/>
|
||||
<result column="content" jdbcType="VARCHAR" property="content"/>
|
||||
<result column="standards" jdbcType="VARCHAR" property="standards"/>
|
||||
<result column="scene_id" jdbcType="BIGINT" property="sceneId"/>
|
||||
<result column="score_rule_id" jdbcType="BIGINT" property="scoreRuleId"/>
|
||||
<result column="parent_id" jdbcType="BIGINT" property="parentId"/>
|
||||
<result column="creator_id" jdbcType="BIGINT" property="creatorId"/>
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
|
||||
<result column="updater_id" jdbcType="BIGINT" property="updaterId"/>
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
|
||||
</resultMap>
|
||||
<sql id="Example_Where_Clause">
|
||||
<where>
|
||||
|
@ -74,7 +74,8 @@
|
|||
</where>
|
||||
</sql>
|
||||
<sql id="Base_Column_List">
|
||||
id, `name`, `desc`, content, standards, scene_id, score_rule_id, parent_id, creator_id,
|
||||
id
|
||||
, `name`, `desc`, content, standards, scene_id, score_rule_id, parent_id, creator_id,
|
||||
create_time, updater_id, update_time
|
||||
</sql>
|
||||
<select id="selectByExample" parameterType="club.joylink.rtss.entity.racetr.RacetrTaskExample" resultMap="BaseResultMap">
|
||||
|
@ -82,10 +83,10 @@
|
|||
<if test="distinct">
|
||||
distinct
|
||||
</if>
|
||||
<include refid="Base_Column_List" />
|
||||
<include refid="Base_Column_List"/>
|
||||
from racetr_task
|
||||
<if test="_parameter != null">
|
||||
<include refid="Example_Where_Clause" />
|
||||
<include refid="Example_Where_Clause"/>
|
||||
</if>
|
||||
<if test="orderByClause != null">
|
||||
order by ${orderByClause}
|
||||
|
@ -100,30 +101,31 @@
|
|||
</if>
|
||||
</select>
|
||||
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from racetr_task
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
</select>
|
||||
<delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
|
||||
delete from racetr_task
|
||||
delete
|
||||
from racetr_task
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
</delete>
|
||||
<delete id="deleteByExample" parameterType="club.joylink.rtss.entity.racetr.RacetrTaskExample">
|
||||
delete from racetr_task
|
||||
<if test="_parameter != null">
|
||||
<include refid="Example_Where_Clause" />
|
||||
<include refid="Example_Where_Clause"/>
|
||||
</if>
|
||||
</delete>
|
||||
<insert id="insert" keyColumn="id" keyProperty="id" parameterType="club.joylink.rtss.entity.racetr.RacetrTask" useGeneratedKeys="true">
|
||||
insert into racetr_task (`name`, `desc`, content,
|
||||
standards, scene_id, score_rule_id,
|
||||
parent_id, creator_id, create_time,
|
||||
updater_id, update_time)
|
||||
values (#{name,jdbcType=VARCHAR}, #{desc,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR},
|
||||
#{standards,jdbcType=VARCHAR}, #{sceneId,jdbcType=BIGINT}, #{scoreRuleId,jdbcType=BIGINT},
|
||||
#{parentId,jdbcType=BIGINT}, #{creatorId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},
|
||||
#{updaterId,jdbcType=BIGINT}, #{updateTime,jdbcType=TIMESTAMP})
|
||||
insert into racetr_task (`name`, `desc`, `content`,
|
||||
standards, scene_id, score_rule_id,
|
||||
parent_id, creator_id, create_time,
|
||||
updater_id, update_time)
|
||||
values (#{name,jdbcType=VARCHAR}, #{desc,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR},
|
||||
#{standards,jdbcType=VARCHAR}, #{sceneId,jdbcType=BIGINT}, #{scoreRuleId,jdbcType=BIGINT},
|
||||
#{parentId,jdbcType=BIGINT}, #{creatorId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP},
|
||||
#{updaterId,jdbcType=BIGINT}, #{updateTime,jdbcType=TIMESTAMP})
|
||||
</insert>
|
||||
<insert id="insertSelective" keyColumn="id" keyProperty="id" parameterType="club.joylink.rtss.entity.racetr.RacetrTask" useGeneratedKeys="true">
|
||||
insert into racetr_task
|
||||
|
@ -135,7 +137,7 @@
|
|||
`desc`,
|
||||
</if>
|
||||
<if test="content != null">
|
||||
content,
|
||||
`content`,
|
||||
</if>
|
||||
<if test="standards != null">
|
||||
standards,
|
||||
|
@ -201,7 +203,7 @@
|
|||
<select id="countByExample" parameterType="club.joylink.rtss.entity.racetr.RacetrTaskExample" resultType="java.lang.Long">
|
||||
select count(*) from racetr_task
|
||||
<if test="_parameter != null">
|
||||
<include refid="Example_Where_Clause" />
|
||||
<include refid="Example_Where_Clause"/>
|
||||
</if>
|
||||
</select>
|
||||
<update id="updateByExampleSelective" parameterType="map">
|
||||
|
@ -245,25 +247,25 @@
|
|||
</if>
|
||||
</set>
|
||||
<if test="_parameter != null">
|
||||
<include refid="Update_By_Example_Where_Clause" />
|
||||
<include refid="Update_By_Example_Where_Clause"/>
|
||||
</if>
|
||||
</update>
|
||||
<update id="updateByExample" parameterType="map">
|
||||
update racetr_task
|
||||
set id = #{record.id,jdbcType=BIGINT},
|
||||
`name` = #{record.name,jdbcType=VARCHAR},
|
||||
`desc` = #{record.desc,jdbcType=VARCHAR},
|
||||
content = #{record.content,jdbcType=VARCHAR},
|
||||
standards = #{record.standards,jdbcType=VARCHAR},
|
||||
scene_id = #{record.sceneId,jdbcType=BIGINT},
|
||||
score_rule_id = #{record.scoreRuleId,jdbcType=BIGINT},
|
||||
parent_id = #{record.parentId,jdbcType=BIGINT},
|
||||
creator_id = #{record.creatorId,jdbcType=BIGINT},
|
||||
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
||||
updater_id = #{record.updaterId,jdbcType=BIGINT},
|
||||
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
|
||||
`name` = #{record.name,jdbcType=VARCHAR},
|
||||
`desc` = #{record.desc,jdbcType=VARCHAR},
|
||||
`content` = #{record.content,jdbcType=VARCHAR},
|
||||
standards = #{record.standards,jdbcType=VARCHAR},
|
||||
scene_id = #{record.sceneId,jdbcType=BIGINT},
|
||||
score_rule_id = #{record.scoreRuleId,jdbcType=BIGINT},
|
||||
parent_id = #{record.parentId,jdbcType=BIGINT},
|
||||
creator_id = #{record.creatorId,jdbcType=BIGINT},
|
||||
create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
||||
updater_id = #{record.updaterId,jdbcType=BIGINT},
|
||||
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
|
||||
<if test="_parameter != null">
|
||||
<include refid="Update_By_Example_Where_Clause" />
|
||||
<include refid="Update_By_Example_Where_Clause"/>
|
||||
</if>
|
||||
</update>
|
||||
<update id="updateByPrimaryKeySelective" parameterType="club.joylink.rtss.entity.racetr.RacetrTask">
|
||||
|
@ -276,7 +278,7 @@
|
|||
`desc` = #{desc,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="content != null">
|
||||
content = #{content,jdbcType=VARCHAR},
|
||||
`content` = #{content,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="standards != null">
|
||||
standards = #{standards,jdbcType=VARCHAR},
|
||||
|
@ -307,17 +309,17 @@
|
|||
</update>
|
||||
<update id="updateByPrimaryKey" parameterType="club.joylink.rtss.entity.racetr.RacetrTask">
|
||||
update racetr_task
|
||||
set `name` = #{name,jdbcType=VARCHAR},
|
||||
`desc` = #{desc,jdbcType=VARCHAR},
|
||||
content = #{content,jdbcType=VARCHAR},
|
||||
standards = #{standards,jdbcType=VARCHAR},
|
||||
scene_id = #{sceneId,jdbcType=BIGINT},
|
||||
score_rule_id = #{scoreRuleId,jdbcType=BIGINT},
|
||||
parent_id = #{parentId,jdbcType=BIGINT},
|
||||
creator_id = #{creatorId,jdbcType=BIGINT},
|
||||
create_time = #{createTime,jdbcType=TIMESTAMP},
|
||||
updater_id = #{updaterId,jdbcType=BIGINT},
|
||||
update_time = #{updateTime,jdbcType=TIMESTAMP}
|
||||
set `name` = #{name,jdbcType=VARCHAR},
|
||||
`desc` = #{desc,jdbcType=VARCHAR},
|
||||
`content` = #{content,jdbcType=VARCHAR},
|
||||
standards = #{standards,jdbcType=VARCHAR},
|
||||
scene_id = #{sceneId,jdbcType=BIGINT},
|
||||
score_rule_id = #{scoreRuleId,jdbcType=BIGINT},
|
||||
parent_id = #{parentId,jdbcType=BIGINT},
|
||||
creator_id = #{creatorId,jdbcType=BIGINT},
|
||||
create_time = #{createTime,jdbcType=TIMESTAMP},
|
||||
updater_id = #{updaterId,jdbcType=BIGINT},
|
||||
update_time = #{updateTime,jdbcType=TIMESTAMP}
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
</update>
|
||||
</mapper>
|
Loading…
Reference in New Issue