Uses of Class
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.GradeIcon
Packages that use GradeIcon
-
Uses of GradeIcon in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return GradeIconModifier and TypeMethodDescriptionGradeIcon.Builder.build()GradeIcon.Builder.buildPartial()static GradeIconGradeIcon.getDefaultInstance()GradeIcon.Builder.getDefaultInstanceForType()GradeIcon.getDefaultInstanceForType()PayGrade.Builder.getGradeIconList(int index) repeated .GradeIcon gradeIconList = 14;PayGrade.getGradeIconList(int index) repeated .GradeIcon gradeIconList = 14;PayGradeOrBuilder.getGradeIconList(int index) repeated .GradeIcon gradeIconList = 14;static GradeIconGradeIcon.parseDelimitedFrom(InputStream input) static GradeIconGradeIcon.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradeIconGradeIcon.parseFrom(byte[] data) static GradeIconGradeIcon.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradeIconGradeIcon.parseFrom(com.google.protobuf.ByteString data) static GradeIconGradeIcon.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradeIconGradeIcon.parseFrom(com.google.protobuf.CodedInputStream input) static GradeIconGradeIcon.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradeIconGradeIcon.parseFrom(InputStream input) static GradeIconGradeIcon.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GradeIconGradeIcon.parseFrom(ByteBuffer data) static GradeIconGradeIcon.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return types with arguments of type GradeIconModifier and TypeMethodDescriptionPayGrade.Builder.getGradeIconListList()repeated .GradeIcon gradeIconList = 14;PayGrade.getGradeIconListList()repeated .GradeIcon gradeIconList = 14;PayGradeOrBuilder.getGradeIconListList()repeated .GradeIcon gradeIconList = 14;com.google.protobuf.Parser<GradeIcon>GradeIcon.getParserForType()static com.google.protobuf.Parser<GradeIcon>GradeIcon.parser()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type GradeIconModifier and TypeMethodDescriptionPayGrade.Builder.addGradeIconList(int index, GradeIcon value) repeated .GradeIcon gradeIconList = 14;PayGrade.Builder.addGradeIconList(GradeIcon value) repeated .GradeIcon gradeIconList = 14;static GradeIcon.BuilderGradeIcon.newBuilder(GradeIcon prototype) PayGrade.Builder.setGradeIconList(int index, GradeIcon value) repeated .GradeIcon gradeIconList = 14;Method parameters in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with type arguments of type GradeIconModifier and TypeMethodDescriptionPayGrade.Builder.addAllGradeIconList(Iterable<? extends GradeIcon> values) repeated .GradeIcon gradeIconList = 14;