public class Lesson extends Object
static class
Lesson.Builder
Lesson()
Lesson(Lesson.Builder builder)
String
getId()
getName()
Integer
getType()
static Lesson.Builder
newBuilder()
void
setId(String id)
setName(String name)
setType(Integer type)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lesson()
public Lesson(Lesson.Builder builder)
public static Lesson.Builder newBuilder()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
Copyright © 2026. All rights reserved.