public class RelayParty extends Object
Constructor and Description |
---|
RelayParty() |
RelayParty(JsonObject json) |
RelayParty(RelayParty other) |
Modifier and Type | Method and Description |
---|---|
String |
getIcon() |
String |
getId() |
String |
getName() |
RelayParty |
setIcon(String icon) |
RelayParty |
setId(String id) |
RelayParty |
setName(String name) |
JsonObject |
toJson() |
String |
toString() |
public RelayParty()
public RelayParty(JsonObject json)
public RelayParty(RelayParty other)
public String getId()
public RelayParty setId(String id)
public String getName()
public RelayParty setName(String name)
public String getIcon()
public RelayParty setIcon(String icon)
public JsonObject toJson()
Copyright © 2020 Eclipse. All rights reserved.