public class Config extends BaseNsrModel
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
group |
static String |
GROUP_DATACENTER |
protected String |
key |
protected String |
name |
protected Identity |
owner |
protected Integer |
password |
protected String |
value |
id| 构造器和说明 |
|---|
Config() |
| 限定符和类型 | 方法和说明 |
|---|---|
Application |
clone() |
String |
getGroup() |
String |
getKey() |
String |
getName() |
Integer |
getPassword() |
String |
getValue() |
void |
setGroup(String group) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setPassword(Integer password) |
void |
setValue(String value) |
getId, setId, toStringprotected String name
protected String group
protected String key
protected String value
protected Integer password
protected Identity owner
public String getName()
public void setName(String name)
public String getGroup()
public void setGroup(String group)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Integer getPassword()
public void setPassword(Integer password)
public Application clone()
Copyright © 2020 Joyqueue Community. All rights reserved.