public class Level extends Object
static class
Level.Builder
Level()
Level(Level.Builder builder)
String
getBody()
getLevel()
getType()
static Level.Builder
newBuilder()
void
setBody(String body)
setLevel(String level)
setType(String type)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Level()
public Level(Level.Builder builder)
public String getLevel()
public void setLevel(String level)
public String getBody()
public void setBody(String body)
public String getType()
public void setType(String type)
public static Level.Builder newBuilder()
Copyright © 2022. All rights reserved.