// Generated by the protocol buffer compiler. DO NOT EDIT! // source: taihe.proto package com.ywt.gapi.third.taihe; /** *
 *排班记录
 * 
* * Protobuf type {@code com.ywt.gapi.third.taihe.Schedule} */ public final class Schedule extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:com.ywt.gapi.third.taihe.Schedule) ScheduleOrBuilder { // Use Schedule.newBuilder() to construct. private Schedule(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Schedule() { scheduleItemCode_ = ""; serviceDate_ = ""; datePeriod_ = 0; datePeriodName_ = ""; deptCode_ = ""; deptName_ = ""; doctorCode_ = ""; doctorName_ = ""; avatar_ = ""; doctorTitle_ = ""; doctorSpec_ = ""; fee_ = 0; regFee_ = 0; checkupFee_ = 0; serviceFee_ = 0; otherFee_ = 0; admitAddress_ = ""; scheduleStatus_ = 0; availableTotalNum_ = 0; availableLeftNum_ = 0; serviceCode_ = ""; serviceName_ = ""; startTime_ = ""; endTime_ = ""; availableNumStr_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private Schedule( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); scheduleItemCode_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); serviceDate_ = s; break; } case 24: { datePeriod_ = input.readInt32(); break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); datePeriodName_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); deptCode_ = s; break; } case 50: { java.lang.String s = input.readStringRequireUtf8(); deptName_ = s; break; } case 58: { java.lang.String s = input.readStringRequireUtf8(); doctorCode_ = s; break; } case 66: { java.lang.String s = input.readStringRequireUtf8(); doctorName_ = s; break; } case 74: { java.lang.String s = input.readStringRequireUtf8(); avatar_ = s; break; } case 82: { java.lang.String s = input.readStringRequireUtf8(); doctorTitle_ = s; break; } case 90: { java.lang.String s = input.readStringRequireUtf8(); doctorSpec_ = s; break; } case 96: { fee_ = input.readInt32(); break; } case 104: { regFee_ = input.readInt32(); break; } case 112: { checkupFee_ = input.readInt32(); break; } case 120: { serviceFee_ = input.readInt32(); break; } case 128: { otherFee_ = input.readInt32(); break; } case 138: { java.lang.String s = input.readStringRequireUtf8(); admitAddress_ = s; break; } case 144: { scheduleStatus_ = input.readInt32(); break; } case 152: { availableTotalNum_ = input.readInt32(); break; } case 160: { availableLeftNum_ = input.readInt32(); break; } case 170: { java.lang.String s = input.readStringRequireUtf8(); serviceCode_ = s; break; } case 178: { java.lang.String s = input.readStringRequireUtf8(); serviceName_ = s; break; } case 186: { java.lang.String s = input.readStringRequireUtf8(); startTime_ = s; break; } case 194: { java.lang.String s = input.readStringRequireUtf8(); endTime_ = s; break; } case 202: { java.lang.String s = input.readStringRequireUtf8(); availableNumStr_ = s; break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ywt.gapi.third.taihe.Taihe.internal_static_com_ywt_gapi_third_taihe_Schedule_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ywt.gapi.third.taihe.Taihe.internal_static_com_ywt_gapi_third_taihe_Schedule_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ywt.gapi.third.taihe.Schedule.class, com.ywt.gapi.third.taihe.Schedule.Builder.class); } public static final int SCHEDULEITEMCODE_FIELD_NUMBER = 1; private volatile java.lang.Object scheduleItemCode_; /** *
   *门诊排班项记录标识
   * 
* * string scheduleItemCode = 1; */ public java.lang.String getScheduleItemCode() { java.lang.Object ref = scheduleItemCode_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); scheduleItemCode_ = s; return s; } } /** *
   *门诊排班项记录标识
   * 
* * string scheduleItemCode = 1; */ public com.google.protobuf.ByteString getScheduleItemCodeBytes() { java.lang.Object ref = scheduleItemCode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); scheduleItemCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SERVICEDATE_FIELD_NUMBER = 2; private volatile java.lang.Object serviceDate_; /** *
   *门诊排班日期(YYYY-MM-DD)
   * 
* * string serviceDate = 2; */ public java.lang.String getServiceDate() { java.lang.Object ref = serviceDate_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceDate_ = s; return s; } } /** *
   *门诊排班日期(YYYY-MM-DD)
   * 
* * string serviceDate = 2; */ public com.google.protobuf.ByteString getServiceDateBytes() { java.lang.Object ref = serviceDate_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceDate_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DATEPERIOD_FIELD_NUMBER = 3; private int datePeriod_; /** *
   *排班时段代码
   * 
* * int32 datePeriod = 3; */ public int getDatePeriod() { return datePeriod_; } public static final int DATEPERIODNAME_FIELD_NUMBER = 4; private volatile java.lang.Object datePeriodName_; /** *
   *排班时段名称
   * 
* * string datePeriodName = 4; */ public java.lang.String getDatePeriodName() { java.lang.Object ref = datePeriodName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); datePeriodName_ = s; return s; } } /** *
   *排班时段名称
   * 
* * string datePeriodName = 4; */ public com.google.protobuf.ByteString getDatePeriodNameBytes() { java.lang.Object ref = datePeriodName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); datePeriodName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DEPTCODE_FIELD_NUMBER = 5; private volatile java.lang.Object deptCode_; /** *
   *科室代码
   * 
* * string deptCode = 5; */ public java.lang.String getDeptCode() { java.lang.Object ref = deptCode_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deptCode_ = s; return s; } } /** *
   *科室代码
   * 
* * string deptCode = 5; */ public com.google.protobuf.ByteString getDeptCodeBytes() { java.lang.Object ref = deptCode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); deptCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DEPTNAME_FIELD_NUMBER = 6; private volatile java.lang.Object deptName_; /** *
   *科室名称
   * 
* * string deptName = 6; */ public java.lang.String getDeptName() { java.lang.Object ref = deptName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deptName_ = s; return s; } } /** *
   *科室名称
   * 
* * string deptName = 6; */ public com.google.protobuf.ByteString getDeptNameBytes() { java.lang.Object ref = deptName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); deptName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOCTORCODE_FIELD_NUMBER = 7; private volatile java.lang.Object doctorCode_; /** *
   *医生代码
   * 
* * string doctorCode = 7; */ public java.lang.String getDoctorCode() { java.lang.Object ref = doctorCode_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorCode_ = s; return s; } } /** *
   *医生代码
   * 
* * string doctorCode = 7; */ public com.google.protobuf.ByteString getDoctorCodeBytes() { java.lang.Object ref = doctorCode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOCTORNAME_FIELD_NUMBER = 8; private volatile java.lang.Object doctorName_; /** *
   *医生名称
   * 
* * string doctorName = 8; */ public java.lang.String getDoctorName() { java.lang.Object ref = doctorName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorName_ = s; return s; } } /** *
   *医生名称
   * 
* * string doctorName = 8; */ public com.google.protobuf.ByteString getDoctorNameBytes() { java.lang.Object ref = doctorName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int AVATAR_FIELD_NUMBER = 9; private volatile java.lang.Object avatar_; /** *
   *医生图片链接
   * 
* * string avatar = 9; */ public java.lang.String getAvatar() { java.lang.Object ref = avatar_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); avatar_ = s; return s; } } /** *
   *医生图片链接
   * 
* * string avatar = 9; */ public com.google.protobuf.ByteString getAvatarBytes() { java.lang.Object ref = avatar_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); avatar_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOCTORTITLE_FIELD_NUMBER = 10; private volatile java.lang.Object doctorTitle_; /** *
   *医生职称
   * 
* * string doctorTitle = 10; */ public java.lang.String getDoctorTitle() { java.lang.Object ref = doctorTitle_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorTitle_ = s; return s; } } /** *
   *医生职称
   * 
* * string doctorTitle = 10; */ public com.google.protobuf.ByteString getDoctorTitleBytes() { java.lang.Object ref = doctorTitle_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorTitle_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DOCTORSPEC_FIELD_NUMBER = 11; private volatile java.lang.Object doctorSpec_; /** *
   *医生专长
   * 
* * string doctorSpec = 11; */ public java.lang.String getDoctorSpec() { java.lang.Object ref = doctorSpec_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorSpec_ = s; return s; } } /** *
   *医生专长
   * 
* * string doctorSpec = 11; */ public com.google.protobuf.ByteString getDoctorSpecBytes() { java.lang.Object ref = doctorSpec_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorSpec_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FEE_FIELD_NUMBER = 12; private int fee_; /** *
   *预约挂号总费用
   * 
* * int32 fee = 12; */ public int getFee() { return fee_; } public static final int REGFEE_FIELD_NUMBER = 13; private int regFee_; /** *
   *挂号费
   * 
* * int32 regFee = 13; */ public int getRegFee() { return regFee_; } public static final int CHECKUPFEE_FIELD_NUMBER = 14; private int checkupFee_; /** *
   *诊查费
   * 
* * int32 checkupFee = 14; */ public int getCheckupFee() { return checkupFee_; } public static final int SERVICEFEE_FIELD_NUMBER = 15; private int serviceFee_; /** *
   *服务费
   * 
* * int32 serviceFee = 15; */ public int getServiceFee() { return serviceFee_; } public static final int OTHERFEE_FIELD_NUMBER = 16; private int otherFee_; /** *
   *其它费
   * 
* * int32 otherFee = 16; */ public int getOtherFee() { return otherFee_; } public static final int ADMITADDRESS_FIELD_NUMBER = 17; private volatile java.lang.Object admitAddress_; /** *
   *就诊地址
   * 
* * string admitAddress = 17; */ public java.lang.String getAdmitAddress() { java.lang.Object ref = admitAddress_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); admitAddress_ = s; return s; } } /** *
   *就诊地址
   * 
* * string admitAddress = 17; */ public com.google.protobuf.ByteString getAdmitAddressBytes() { java.lang.Object ref = admitAddress_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); admitAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SCHEDULESTATUS_FIELD_NUMBER = 18; private int scheduleStatus_; /** *
   *出诊状态(1-可预约 0-已满 2-停诊 3-其它(不可预约))
   * 
* * int32 scheduleStatus = 18; */ public int getScheduleStatus() { return scheduleStatus_; } public static final int AVAILABLETOTALNUM_FIELD_NUMBER = 19; private int availableTotalNum_; /** *
   *该时段可预约的总号源数
   * 
* * int32 availableTotalNum = 19; */ public int getAvailableTotalNum() { return availableTotalNum_; } public static final int AVAILABLELEFTNUM_FIELD_NUMBER = 20; private int availableLeftNum_; /** *
   *该时段剩余号源数
   * 
* * int32 availableLeftNum = 20; */ public int getAvailableLeftNum() { return availableLeftNum_; } public static final int SERVICECODE_FIELD_NUMBER = 21; private volatile java.lang.Object serviceCode_; /** * string serviceCode = 21; */ public java.lang.String getServiceCode() { java.lang.Object ref = serviceCode_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceCode_ = s; return s; } } /** * string serviceCode = 21; */ public com.google.protobuf.ByteString getServiceCodeBytes() { java.lang.Object ref = serviceCode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SERVICENAME_FIELD_NUMBER = 22; private volatile java.lang.Object serviceName_; /** * string serviceName = 22; */ public java.lang.String getServiceName() { java.lang.Object ref = serviceName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceName_ = s; return s; } } /** * string serviceName = 22; */ public com.google.protobuf.ByteString getServiceNameBytes() { java.lang.Object ref = serviceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STARTTIME_FIELD_NUMBER = 23; private volatile java.lang.Object startTime_; /** * string startTime = 23; */ public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } } /** * string startTime = 23; */ public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ENDTIME_FIELD_NUMBER = 24; private volatile java.lang.Object endTime_; /** * string endTime = 24; */ public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } } /** * string endTime = 24; */ public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int AVAILABLENUMSTR_FIELD_NUMBER = 25; private volatile java.lang.Object availableNumStr_; /** * string availableNumStr = 25; */ public java.lang.String getAvailableNumStr() { java.lang.Object ref = availableNumStr_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); availableNumStr_ = s; return s; } } /** * string availableNumStr = 25; */ public com.google.protobuf.ByteString getAvailableNumStrBytes() { java.lang.Object ref = availableNumStr_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); availableNumStr_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getScheduleItemCodeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, scheduleItemCode_); } if (!getServiceDateBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, serviceDate_); } if (datePeriod_ != 0) { output.writeInt32(3, datePeriod_); } if (!getDatePeriodNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, datePeriodName_); } if (!getDeptCodeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, deptCode_); } if (!getDeptNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, deptName_); } if (!getDoctorCodeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, doctorCode_); } if (!getDoctorNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 8, doctorName_); } if (!getAvatarBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, avatar_); } if (!getDoctorTitleBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 10, doctorTitle_); } if (!getDoctorSpecBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 11, doctorSpec_); } if (fee_ != 0) { output.writeInt32(12, fee_); } if (regFee_ != 0) { output.writeInt32(13, regFee_); } if (checkupFee_ != 0) { output.writeInt32(14, checkupFee_); } if (serviceFee_ != 0) { output.writeInt32(15, serviceFee_); } if (otherFee_ != 0) { output.writeInt32(16, otherFee_); } if (!getAdmitAddressBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 17, admitAddress_); } if (scheduleStatus_ != 0) { output.writeInt32(18, scheduleStatus_); } if (availableTotalNum_ != 0) { output.writeInt32(19, availableTotalNum_); } if (availableLeftNum_ != 0) { output.writeInt32(20, availableLeftNum_); } if (!getServiceCodeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 21, serviceCode_); } if (!getServiceNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 22, serviceName_); } if (!getStartTimeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 23, startTime_); } if (!getEndTimeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 24, endTime_); } if (!getAvailableNumStrBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 25, availableNumStr_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getScheduleItemCodeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, scheduleItemCode_); } if (!getServiceDateBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, serviceDate_); } if (datePeriod_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, datePeriod_); } if (!getDatePeriodNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, datePeriodName_); } if (!getDeptCodeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, deptCode_); } if (!getDeptNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, deptName_); } if (!getDoctorCodeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, doctorCode_); } if (!getDoctorNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, doctorName_); } if (!getAvatarBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, avatar_); } if (!getDoctorTitleBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, doctorTitle_); } if (!getDoctorSpecBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, doctorSpec_); } if (fee_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(12, fee_); } if (regFee_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(13, regFee_); } if (checkupFee_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(14, checkupFee_); } if (serviceFee_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(15, serviceFee_); } if (otherFee_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(16, otherFee_); } if (!getAdmitAddressBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, admitAddress_); } if (scheduleStatus_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(18, scheduleStatus_); } if (availableTotalNum_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(19, availableTotalNum_); } if (availableLeftNum_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(20, availableLeftNum_); } if (!getServiceCodeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, serviceCode_); } if (!getServiceNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, serviceName_); } if (!getStartTimeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, startTime_); } if (!getEndTimeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, endTime_); } if (!getAvailableNumStrBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(25, availableNumStr_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.ywt.gapi.third.taihe.Schedule)) { return super.equals(obj); } com.ywt.gapi.third.taihe.Schedule other = (com.ywt.gapi.third.taihe.Schedule) obj; boolean result = true; result = result && getScheduleItemCode() .equals(other.getScheduleItemCode()); result = result && getServiceDate() .equals(other.getServiceDate()); result = result && (getDatePeriod() == other.getDatePeriod()); result = result && getDatePeriodName() .equals(other.getDatePeriodName()); result = result && getDeptCode() .equals(other.getDeptCode()); result = result && getDeptName() .equals(other.getDeptName()); result = result && getDoctorCode() .equals(other.getDoctorCode()); result = result && getDoctorName() .equals(other.getDoctorName()); result = result && getAvatar() .equals(other.getAvatar()); result = result && getDoctorTitle() .equals(other.getDoctorTitle()); result = result && getDoctorSpec() .equals(other.getDoctorSpec()); result = result && (getFee() == other.getFee()); result = result && (getRegFee() == other.getRegFee()); result = result && (getCheckupFee() == other.getCheckupFee()); result = result && (getServiceFee() == other.getServiceFee()); result = result && (getOtherFee() == other.getOtherFee()); result = result && getAdmitAddress() .equals(other.getAdmitAddress()); result = result && (getScheduleStatus() == other.getScheduleStatus()); result = result && (getAvailableTotalNum() == other.getAvailableTotalNum()); result = result && (getAvailableLeftNum() == other.getAvailableLeftNum()); result = result && getServiceCode() .equals(other.getServiceCode()); result = result && getServiceName() .equals(other.getServiceName()); result = result && getStartTime() .equals(other.getStartTime()); result = result && getEndTime() .equals(other.getEndTime()); result = result && getAvailableNumStr() .equals(other.getAvailableNumStr()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SCHEDULEITEMCODE_FIELD_NUMBER; hash = (53 * hash) + getScheduleItemCode().hashCode(); hash = (37 * hash) + SERVICEDATE_FIELD_NUMBER; hash = (53 * hash) + getServiceDate().hashCode(); hash = (37 * hash) + DATEPERIOD_FIELD_NUMBER; hash = (53 * hash) + getDatePeriod(); hash = (37 * hash) + DATEPERIODNAME_FIELD_NUMBER; hash = (53 * hash) + getDatePeriodName().hashCode(); hash = (37 * hash) + DEPTCODE_FIELD_NUMBER; hash = (53 * hash) + getDeptCode().hashCode(); hash = (37 * hash) + DEPTNAME_FIELD_NUMBER; hash = (53 * hash) + getDeptName().hashCode(); hash = (37 * hash) + DOCTORCODE_FIELD_NUMBER; hash = (53 * hash) + getDoctorCode().hashCode(); hash = (37 * hash) + DOCTORNAME_FIELD_NUMBER; hash = (53 * hash) + getDoctorName().hashCode(); hash = (37 * hash) + AVATAR_FIELD_NUMBER; hash = (53 * hash) + getAvatar().hashCode(); hash = (37 * hash) + DOCTORTITLE_FIELD_NUMBER; hash = (53 * hash) + getDoctorTitle().hashCode(); hash = (37 * hash) + DOCTORSPEC_FIELD_NUMBER; hash = (53 * hash) + getDoctorSpec().hashCode(); hash = (37 * hash) + FEE_FIELD_NUMBER; hash = (53 * hash) + getFee(); hash = (37 * hash) + REGFEE_FIELD_NUMBER; hash = (53 * hash) + getRegFee(); hash = (37 * hash) + CHECKUPFEE_FIELD_NUMBER; hash = (53 * hash) + getCheckupFee(); hash = (37 * hash) + SERVICEFEE_FIELD_NUMBER; hash = (53 * hash) + getServiceFee(); hash = (37 * hash) + OTHERFEE_FIELD_NUMBER; hash = (53 * hash) + getOtherFee(); hash = (37 * hash) + ADMITADDRESS_FIELD_NUMBER; hash = (53 * hash) + getAdmitAddress().hashCode(); hash = (37 * hash) + SCHEDULESTATUS_FIELD_NUMBER; hash = (53 * hash) + getScheduleStatus(); hash = (37 * hash) + AVAILABLETOTALNUM_FIELD_NUMBER; hash = (53 * hash) + getAvailableTotalNum(); hash = (37 * hash) + AVAILABLELEFTNUM_FIELD_NUMBER; hash = (53 * hash) + getAvailableLeftNum(); hash = (37 * hash) + SERVICECODE_FIELD_NUMBER; hash = (53 * hash) + getServiceCode().hashCode(); hash = (37 * hash) + SERVICENAME_FIELD_NUMBER; hash = (53 * hash) + getServiceName().hashCode(); hash = (37 * hash) + STARTTIME_FIELD_NUMBER; hash = (53 * hash) + getStartTime().hashCode(); hash = (37 * hash) + ENDTIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime().hashCode(); hash = (37 * hash) + AVAILABLENUMSTR_FIELD_NUMBER; hash = (53 * hash) + getAvailableNumStr().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.ywt.gapi.third.taihe.Schedule parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.third.taihe.Schedule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.ywt.gapi.third.taihe.Schedule parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static com.ywt.gapi.third.taihe.Schedule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.ywt.gapi.third.taihe.Schedule parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.ywt.gapi.third.taihe.Schedule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(com.ywt.gapi.third.taihe.Schedule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   *排班记录
   * 
* * Protobuf type {@code com.ywt.gapi.third.taihe.Schedule} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:com.ywt.gapi.third.taihe.Schedule) com.ywt.gapi.third.taihe.ScheduleOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ywt.gapi.third.taihe.Taihe.internal_static_com_ywt_gapi_third_taihe_Schedule_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ywt.gapi.third.taihe.Taihe.internal_static_com_ywt_gapi_third_taihe_Schedule_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ywt.gapi.third.taihe.Schedule.class, com.ywt.gapi.third.taihe.Schedule.Builder.class); } // Construct using com.ywt.gapi.third.taihe.Schedule.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); scheduleItemCode_ = ""; serviceDate_ = ""; datePeriod_ = 0; datePeriodName_ = ""; deptCode_ = ""; deptName_ = ""; doctorCode_ = ""; doctorName_ = ""; avatar_ = ""; doctorTitle_ = ""; doctorSpec_ = ""; fee_ = 0; regFee_ = 0; checkupFee_ = 0; serviceFee_ = 0; otherFee_ = 0; admitAddress_ = ""; scheduleStatus_ = 0; availableTotalNum_ = 0; availableLeftNum_ = 0; serviceCode_ = ""; serviceName_ = ""; startTime_ = ""; endTime_ = ""; availableNumStr_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.ywt.gapi.third.taihe.Taihe.internal_static_com_ywt_gapi_third_taihe_Schedule_descriptor; } public com.ywt.gapi.third.taihe.Schedule getDefaultInstanceForType() { return com.ywt.gapi.third.taihe.Schedule.getDefaultInstance(); } public com.ywt.gapi.third.taihe.Schedule build() { com.ywt.gapi.third.taihe.Schedule result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public com.ywt.gapi.third.taihe.Schedule buildPartial() { com.ywt.gapi.third.taihe.Schedule result = new com.ywt.gapi.third.taihe.Schedule(this); result.scheduleItemCode_ = scheduleItemCode_; result.serviceDate_ = serviceDate_; result.datePeriod_ = datePeriod_; result.datePeriodName_ = datePeriodName_; result.deptCode_ = deptCode_; result.deptName_ = deptName_; result.doctorCode_ = doctorCode_; result.doctorName_ = doctorName_; result.avatar_ = avatar_; result.doctorTitle_ = doctorTitle_; result.doctorSpec_ = doctorSpec_; result.fee_ = fee_; result.regFee_ = regFee_; result.checkupFee_ = checkupFee_; result.serviceFee_ = serviceFee_; result.otherFee_ = otherFee_; result.admitAddress_ = admitAddress_; result.scheduleStatus_ = scheduleStatus_; result.availableTotalNum_ = availableTotalNum_; result.availableLeftNum_ = availableLeftNum_; result.serviceCode_ = serviceCode_; result.serviceName_ = serviceName_; result.startTime_ = startTime_; result.endTime_ = endTime_; result.availableNumStr_ = availableNumStr_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.ywt.gapi.third.taihe.Schedule) { return mergeFrom((com.ywt.gapi.third.taihe.Schedule)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.ywt.gapi.third.taihe.Schedule other) { if (other == com.ywt.gapi.third.taihe.Schedule.getDefaultInstance()) return this; if (!other.getScheduleItemCode().isEmpty()) { scheduleItemCode_ = other.scheduleItemCode_; onChanged(); } if (!other.getServiceDate().isEmpty()) { serviceDate_ = other.serviceDate_; onChanged(); } if (other.getDatePeriod() != 0) { setDatePeriod(other.getDatePeriod()); } if (!other.getDatePeriodName().isEmpty()) { datePeriodName_ = other.datePeriodName_; onChanged(); } if (!other.getDeptCode().isEmpty()) { deptCode_ = other.deptCode_; onChanged(); } if (!other.getDeptName().isEmpty()) { deptName_ = other.deptName_; onChanged(); } if (!other.getDoctorCode().isEmpty()) { doctorCode_ = other.doctorCode_; onChanged(); } if (!other.getDoctorName().isEmpty()) { doctorName_ = other.doctorName_; onChanged(); } if (!other.getAvatar().isEmpty()) { avatar_ = other.avatar_; onChanged(); } if (!other.getDoctorTitle().isEmpty()) { doctorTitle_ = other.doctorTitle_; onChanged(); } if (!other.getDoctorSpec().isEmpty()) { doctorSpec_ = other.doctorSpec_; onChanged(); } if (other.getFee() != 0) { setFee(other.getFee()); } if (other.getRegFee() != 0) { setRegFee(other.getRegFee()); } if (other.getCheckupFee() != 0) { setCheckupFee(other.getCheckupFee()); } if (other.getServiceFee() != 0) { setServiceFee(other.getServiceFee()); } if (other.getOtherFee() != 0) { setOtherFee(other.getOtherFee()); } if (!other.getAdmitAddress().isEmpty()) { admitAddress_ = other.admitAddress_; onChanged(); } if (other.getScheduleStatus() != 0) { setScheduleStatus(other.getScheduleStatus()); } if (other.getAvailableTotalNum() != 0) { setAvailableTotalNum(other.getAvailableTotalNum()); } if (other.getAvailableLeftNum() != 0) { setAvailableLeftNum(other.getAvailableLeftNum()); } if (!other.getServiceCode().isEmpty()) { serviceCode_ = other.serviceCode_; onChanged(); } if (!other.getServiceName().isEmpty()) { serviceName_ = other.serviceName_; onChanged(); } if (!other.getStartTime().isEmpty()) { startTime_ = other.startTime_; onChanged(); } if (!other.getEndTime().isEmpty()) { endTime_ = other.endTime_; onChanged(); } if (!other.getAvailableNumStr().isEmpty()) { availableNumStr_ = other.availableNumStr_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.ywt.gapi.third.taihe.Schedule parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.ywt.gapi.third.taihe.Schedule) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object scheduleItemCode_ = ""; /** *
     *门诊排班项记录标识
     * 
* * string scheduleItemCode = 1; */ public java.lang.String getScheduleItemCode() { java.lang.Object ref = scheduleItemCode_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); scheduleItemCode_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *门诊排班项记录标识
     * 
* * string scheduleItemCode = 1; */ public com.google.protobuf.ByteString getScheduleItemCodeBytes() { java.lang.Object ref = scheduleItemCode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); scheduleItemCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *门诊排班项记录标识
     * 
* * string scheduleItemCode = 1; */ public Builder setScheduleItemCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } scheduleItemCode_ = value; onChanged(); return this; } /** *
     *门诊排班项记录标识
     * 
* * string scheduleItemCode = 1; */ public Builder clearScheduleItemCode() { scheduleItemCode_ = getDefaultInstance().getScheduleItemCode(); onChanged(); return this; } /** *
     *门诊排班项记录标识
     * 
* * string scheduleItemCode = 1; */ public Builder setScheduleItemCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); scheduleItemCode_ = value; onChanged(); return this; } private java.lang.Object serviceDate_ = ""; /** *
     *门诊排班日期(YYYY-MM-DD)
     * 
* * string serviceDate = 2; */ public java.lang.String getServiceDate() { java.lang.Object ref = serviceDate_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceDate_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *门诊排班日期(YYYY-MM-DD)
     * 
* * string serviceDate = 2; */ public com.google.protobuf.ByteString getServiceDateBytes() { java.lang.Object ref = serviceDate_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceDate_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *门诊排班日期(YYYY-MM-DD)
     * 
* * string serviceDate = 2; */ public Builder setServiceDate( java.lang.String value) { if (value == null) { throw new NullPointerException(); } serviceDate_ = value; onChanged(); return this; } /** *
     *门诊排班日期(YYYY-MM-DD)
     * 
* * string serviceDate = 2; */ public Builder clearServiceDate() { serviceDate_ = getDefaultInstance().getServiceDate(); onChanged(); return this; } /** *
     *门诊排班日期(YYYY-MM-DD)
     * 
* * string serviceDate = 2; */ public Builder setServiceDateBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); serviceDate_ = value; onChanged(); return this; } private int datePeriod_ ; /** *
     *排班时段代码
     * 
* * int32 datePeriod = 3; */ public int getDatePeriod() { return datePeriod_; } /** *
     *排班时段代码
     * 
* * int32 datePeriod = 3; */ public Builder setDatePeriod(int value) { datePeriod_ = value; onChanged(); return this; } /** *
     *排班时段代码
     * 
* * int32 datePeriod = 3; */ public Builder clearDatePeriod() { datePeriod_ = 0; onChanged(); return this; } private java.lang.Object datePeriodName_ = ""; /** *
     *排班时段名称
     * 
* * string datePeriodName = 4; */ public java.lang.String getDatePeriodName() { java.lang.Object ref = datePeriodName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); datePeriodName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *排班时段名称
     * 
* * string datePeriodName = 4; */ public com.google.protobuf.ByteString getDatePeriodNameBytes() { java.lang.Object ref = datePeriodName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); datePeriodName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *排班时段名称
     * 
* * string datePeriodName = 4; */ public Builder setDatePeriodName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } datePeriodName_ = value; onChanged(); return this; } /** *
     *排班时段名称
     * 
* * string datePeriodName = 4; */ public Builder clearDatePeriodName() { datePeriodName_ = getDefaultInstance().getDatePeriodName(); onChanged(); return this; } /** *
     *排班时段名称
     * 
* * string datePeriodName = 4; */ public Builder setDatePeriodNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); datePeriodName_ = value; onChanged(); return this; } private java.lang.Object deptCode_ = ""; /** *
     *科室代码
     * 
* * string deptCode = 5; */ public java.lang.String getDeptCode() { java.lang.Object ref = deptCode_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deptCode_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *科室代码
     * 
* * string deptCode = 5; */ public com.google.protobuf.ByteString getDeptCodeBytes() { java.lang.Object ref = deptCode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); deptCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *科室代码
     * 
* * string deptCode = 5; */ public Builder setDeptCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } deptCode_ = value; onChanged(); return this; } /** *
     *科室代码
     * 
* * string deptCode = 5; */ public Builder clearDeptCode() { deptCode_ = getDefaultInstance().getDeptCode(); onChanged(); return this; } /** *
     *科室代码
     * 
* * string deptCode = 5; */ public Builder setDeptCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); deptCode_ = value; onChanged(); return this; } private java.lang.Object deptName_ = ""; /** *
     *科室名称
     * 
* * string deptName = 6; */ public java.lang.String getDeptName() { java.lang.Object ref = deptName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deptName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *科室名称
     * 
* * string deptName = 6; */ public com.google.protobuf.ByteString getDeptNameBytes() { java.lang.Object ref = deptName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); deptName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *科室名称
     * 
* * string deptName = 6; */ public Builder setDeptName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } deptName_ = value; onChanged(); return this; } /** *
     *科室名称
     * 
* * string deptName = 6; */ public Builder clearDeptName() { deptName_ = getDefaultInstance().getDeptName(); onChanged(); return this; } /** *
     *科室名称
     * 
* * string deptName = 6; */ public Builder setDeptNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); deptName_ = value; onChanged(); return this; } private java.lang.Object doctorCode_ = ""; /** *
     *医生代码
     * 
* * string doctorCode = 7; */ public java.lang.String getDoctorCode() { java.lang.Object ref = doctorCode_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorCode_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *医生代码
     * 
* * string doctorCode = 7; */ public com.google.protobuf.ByteString getDoctorCodeBytes() { java.lang.Object ref = doctorCode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *医生代码
     * 
* * string doctorCode = 7; */ public Builder setDoctorCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } doctorCode_ = value; onChanged(); return this; } /** *
     *医生代码
     * 
* * string doctorCode = 7; */ public Builder clearDoctorCode() { doctorCode_ = getDefaultInstance().getDoctorCode(); onChanged(); return this; } /** *
     *医生代码
     * 
* * string doctorCode = 7; */ public Builder setDoctorCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); doctorCode_ = value; onChanged(); return this; } private java.lang.Object doctorName_ = ""; /** *
     *医生名称
     * 
* * string doctorName = 8; */ public java.lang.String getDoctorName() { java.lang.Object ref = doctorName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *医生名称
     * 
* * string doctorName = 8; */ public com.google.protobuf.ByteString getDoctorNameBytes() { java.lang.Object ref = doctorName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *医生名称
     * 
* * string doctorName = 8; */ public Builder setDoctorName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } doctorName_ = value; onChanged(); return this; } /** *
     *医生名称
     * 
* * string doctorName = 8; */ public Builder clearDoctorName() { doctorName_ = getDefaultInstance().getDoctorName(); onChanged(); return this; } /** *
     *医生名称
     * 
* * string doctorName = 8; */ public Builder setDoctorNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); doctorName_ = value; onChanged(); return this; } private java.lang.Object avatar_ = ""; /** *
     *医生图片链接
     * 
* * string avatar = 9; */ public java.lang.String getAvatar() { java.lang.Object ref = avatar_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); avatar_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *医生图片链接
     * 
* * string avatar = 9; */ public com.google.protobuf.ByteString getAvatarBytes() { java.lang.Object ref = avatar_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); avatar_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *医生图片链接
     * 
* * string avatar = 9; */ public Builder setAvatar( java.lang.String value) { if (value == null) { throw new NullPointerException(); } avatar_ = value; onChanged(); return this; } /** *
     *医生图片链接
     * 
* * string avatar = 9; */ public Builder clearAvatar() { avatar_ = getDefaultInstance().getAvatar(); onChanged(); return this; } /** *
     *医生图片链接
     * 
* * string avatar = 9; */ public Builder setAvatarBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); avatar_ = value; onChanged(); return this; } private java.lang.Object doctorTitle_ = ""; /** *
     *医生职称
     * 
* * string doctorTitle = 10; */ public java.lang.String getDoctorTitle() { java.lang.Object ref = doctorTitle_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorTitle_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *医生职称
     * 
* * string doctorTitle = 10; */ public com.google.protobuf.ByteString getDoctorTitleBytes() { java.lang.Object ref = doctorTitle_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorTitle_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *医生职称
     * 
* * string doctorTitle = 10; */ public Builder setDoctorTitle( java.lang.String value) { if (value == null) { throw new NullPointerException(); } doctorTitle_ = value; onChanged(); return this; } /** *
     *医生职称
     * 
* * string doctorTitle = 10; */ public Builder clearDoctorTitle() { doctorTitle_ = getDefaultInstance().getDoctorTitle(); onChanged(); return this; } /** *
     *医生职称
     * 
* * string doctorTitle = 10; */ public Builder setDoctorTitleBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); doctorTitle_ = value; onChanged(); return this; } private java.lang.Object doctorSpec_ = ""; /** *
     *医生专长
     * 
* * string doctorSpec = 11; */ public java.lang.String getDoctorSpec() { java.lang.Object ref = doctorSpec_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); doctorSpec_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *医生专长
     * 
* * string doctorSpec = 11; */ public com.google.protobuf.ByteString getDoctorSpecBytes() { java.lang.Object ref = doctorSpec_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); doctorSpec_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *医生专长
     * 
* * string doctorSpec = 11; */ public Builder setDoctorSpec( java.lang.String value) { if (value == null) { throw new NullPointerException(); } doctorSpec_ = value; onChanged(); return this; } /** *
     *医生专长
     * 
* * string doctorSpec = 11; */ public Builder clearDoctorSpec() { doctorSpec_ = getDefaultInstance().getDoctorSpec(); onChanged(); return this; } /** *
     *医生专长
     * 
* * string doctorSpec = 11; */ public Builder setDoctorSpecBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); doctorSpec_ = value; onChanged(); return this; } private int fee_ ; /** *
     *预约挂号总费用
     * 
* * int32 fee = 12; */ public int getFee() { return fee_; } /** *
     *预约挂号总费用
     * 
* * int32 fee = 12; */ public Builder setFee(int value) { fee_ = value; onChanged(); return this; } /** *
     *预约挂号总费用
     * 
* * int32 fee = 12; */ public Builder clearFee() { fee_ = 0; onChanged(); return this; } private int regFee_ ; /** *
     *挂号费
     * 
* * int32 regFee = 13; */ public int getRegFee() { return regFee_; } /** *
     *挂号费
     * 
* * int32 regFee = 13; */ public Builder setRegFee(int value) { regFee_ = value; onChanged(); return this; } /** *
     *挂号费
     * 
* * int32 regFee = 13; */ public Builder clearRegFee() { regFee_ = 0; onChanged(); return this; } private int checkupFee_ ; /** *
     *诊查费
     * 
* * int32 checkupFee = 14; */ public int getCheckupFee() { return checkupFee_; } /** *
     *诊查费
     * 
* * int32 checkupFee = 14; */ public Builder setCheckupFee(int value) { checkupFee_ = value; onChanged(); return this; } /** *
     *诊查费
     * 
* * int32 checkupFee = 14; */ public Builder clearCheckupFee() { checkupFee_ = 0; onChanged(); return this; } private int serviceFee_ ; /** *
     *服务费
     * 
* * int32 serviceFee = 15; */ public int getServiceFee() { return serviceFee_; } /** *
     *服务费
     * 
* * int32 serviceFee = 15; */ public Builder setServiceFee(int value) { serviceFee_ = value; onChanged(); return this; } /** *
     *服务费
     * 
* * int32 serviceFee = 15; */ public Builder clearServiceFee() { serviceFee_ = 0; onChanged(); return this; } private int otherFee_ ; /** *
     *其它费
     * 
* * int32 otherFee = 16; */ public int getOtherFee() { return otherFee_; } /** *
     *其它费
     * 
* * int32 otherFee = 16; */ public Builder setOtherFee(int value) { otherFee_ = value; onChanged(); return this; } /** *
     *其它费
     * 
* * int32 otherFee = 16; */ public Builder clearOtherFee() { otherFee_ = 0; onChanged(); return this; } private java.lang.Object admitAddress_ = ""; /** *
     *就诊地址
     * 
* * string admitAddress = 17; */ public java.lang.String getAdmitAddress() { java.lang.Object ref = admitAddress_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); admitAddress_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *就诊地址
     * 
* * string admitAddress = 17; */ public com.google.protobuf.ByteString getAdmitAddressBytes() { java.lang.Object ref = admitAddress_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); admitAddress_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *就诊地址
     * 
* * string admitAddress = 17; */ public Builder setAdmitAddress( java.lang.String value) { if (value == null) { throw new NullPointerException(); } admitAddress_ = value; onChanged(); return this; } /** *
     *就诊地址
     * 
* * string admitAddress = 17; */ public Builder clearAdmitAddress() { admitAddress_ = getDefaultInstance().getAdmitAddress(); onChanged(); return this; } /** *
     *就诊地址
     * 
* * string admitAddress = 17; */ public Builder setAdmitAddressBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); admitAddress_ = value; onChanged(); return this; } private int scheduleStatus_ ; /** *
     *出诊状态(1-可预约 0-已满 2-停诊 3-其它(不可预约))
     * 
* * int32 scheduleStatus = 18; */ public int getScheduleStatus() { return scheduleStatus_; } /** *
     *出诊状态(1-可预约 0-已满 2-停诊 3-其它(不可预约))
     * 
* * int32 scheduleStatus = 18; */ public Builder setScheduleStatus(int value) { scheduleStatus_ = value; onChanged(); return this; } /** *
     *出诊状态(1-可预约 0-已满 2-停诊 3-其它(不可预约))
     * 
* * int32 scheduleStatus = 18; */ public Builder clearScheduleStatus() { scheduleStatus_ = 0; onChanged(); return this; } private int availableTotalNum_ ; /** *
     *该时段可预约的总号源数
     * 
* * int32 availableTotalNum = 19; */ public int getAvailableTotalNum() { return availableTotalNum_; } /** *
     *该时段可预约的总号源数
     * 
* * int32 availableTotalNum = 19; */ public Builder setAvailableTotalNum(int value) { availableTotalNum_ = value; onChanged(); return this; } /** *
     *该时段可预约的总号源数
     * 
* * int32 availableTotalNum = 19; */ public Builder clearAvailableTotalNum() { availableTotalNum_ = 0; onChanged(); return this; } private int availableLeftNum_ ; /** *
     *该时段剩余号源数
     * 
* * int32 availableLeftNum = 20; */ public int getAvailableLeftNum() { return availableLeftNum_; } /** *
     *该时段剩余号源数
     * 
* * int32 availableLeftNum = 20; */ public Builder setAvailableLeftNum(int value) { availableLeftNum_ = value; onChanged(); return this; } /** *
     *该时段剩余号源数
     * 
* * int32 availableLeftNum = 20; */ public Builder clearAvailableLeftNum() { availableLeftNum_ = 0; onChanged(); return this; } private java.lang.Object serviceCode_ = ""; /** * string serviceCode = 21; */ public java.lang.String getServiceCode() { java.lang.Object ref = serviceCode_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceCode_ = s; return s; } else { return (java.lang.String) ref; } } /** * string serviceCode = 21; */ public com.google.protobuf.ByteString getServiceCodeBytes() { java.lang.Object ref = serviceCode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceCode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string serviceCode = 21; */ public Builder setServiceCode( java.lang.String value) { if (value == null) { throw new NullPointerException(); } serviceCode_ = value; onChanged(); return this; } /** * string serviceCode = 21; */ public Builder clearServiceCode() { serviceCode_ = getDefaultInstance().getServiceCode(); onChanged(); return this; } /** * string serviceCode = 21; */ public Builder setServiceCodeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); serviceCode_ = value; onChanged(); return this; } private java.lang.Object serviceName_ = ""; /** * string serviceName = 22; */ public java.lang.String getServiceName() { java.lang.Object ref = serviceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string serviceName = 22; */ public com.google.protobuf.ByteString getServiceNameBytes() { java.lang.Object ref = serviceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); serviceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string serviceName = 22; */ public Builder setServiceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } serviceName_ = value; onChanged(); return this; } /** * string serviceName = 22; */ public Builder clearServiceName() { serviceName_ = getDefaultInstance().getServiceName(); onChanged(); return this; } /** * string serviceName = 22; */ public Builder setServiceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); serviceName_ = value; onChanged(); return this; } private java.lang.Object startTime_ = ""; /** * string startTime = 23; */ public java.lang.String getStartTime() { java.lang.Object ref = startTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); startTime_ = s; return s; } else { return (java.lang.String) ref; } } /** * string startTime = 23; */ public com.google.protobuf.ByteString getStartTimeBytes() { java.lang.Object ref = startTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); startTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string startTime = 23; */ public Builder setStartTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } startTime_ = value; onChanged(); return this; } /** * string startTime = 23; */ public Builder clearStartTime() { startTime_ = getDefaultInstance().getStartTime(); onChanged(); return this; } /** * string startTime = 23; */ public Builder setStartTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); startTime_ = value; onChanged(); return this; } private java.lang.Object endTime_ = ""; /** * string endTime = 24; */ public java.lang.String getEndTime() { java.lang.Object ref = endTime_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); endTime_ = s; return s; } else { return (java.lang.String) ref; } } /** * string endTime = 24; */ public com.google.protobuf.ByteString getEndTimeBytes() { java.lang.Object ref = endTime_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); endTime_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string endTime = 24; */ public Builder setEndTime( java.lang.String value) { if (value == null) { throw new NullPointerException(); } endTime_ = value; onChanged(); return this; } /** * string endTime = 24; */ public Builder clearEndTime() { endTime_ = getDefaultInstance().getEndTime(); onChanged(); return this; } /** * string endTime = 24; */ public Builder setEndTimeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); endTime_ = value; onChanged(); return this; } private java.lang.Object availableNumStr_ = ""; /** * string availableNumStr = 25; */ public java.lang.String getAvailableNumStr() { java.lang.Object ref = availableNumStr_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); availableNumStr_ = s; return s; } else { return (java.lang.String) ref; } } /** * string availableNumStr = 25; */ public com.google.protobuf.ByteString getAvailableNumStrBytes() { java.lang.Object ref = availableNumStr_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); availableNumStr_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string availableNumStr = 25; */ public Builder setAvailableNumStr( java.lang.String value) { if (value == null) { throw new NullPointerException(); } availableNumStr_ = value; onChanged(); return this; } /** * string availableNumStr = 25; */ public Builder clearAvailableNumStr() { availableNumStr_ = getDefaultInstance().getAvailableNumStr(); onChanged(); return this; } /** * string availableNumStr = 25; */ public Builder setAvailableNumStrBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); availableNumStr_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:com.ywt.gapi.third.taihe.Schedule) } // @@protoc_insertion_point(class_scope:com.ywt.gapi.third.taihe.Schedule) private static final com.ywt.gapi.third.taihe.Schedule DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.ywt.gapi.third.taihe.Schedule(); } public static com.ywt.gapi.third.taihe.Schedule getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public Schedule parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new Schedule(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public com.ywt.gapi.third.taihe.Schedule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }