public class Greeting extends Object
private String
content
private long
id
Greeting(long id, String content)
String
getContent()
long
getId()
List<String>
getList()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final long id
private final String content
public Greeting(long id, String content)
public long getId()
public String getContent()
public List<String> getList()
Copyright © 2017–2020. All rights reserved.