Serializablepublic class GroupAttribute extends Object implements Serializable
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected String |
externalName |
|
protected String |
groupTopic |
| 构造器 | 说明 |
|---|---|
GroupAttribute() |
|
GroupAttribute(GroupAttribute groupAttribute) |
|
GroupAttribute(String externalName,
String groupTopic) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
FromJsonObject(net.sf.json.JSONObject groupAttribute) |
|
void |
FromJsonString(String groupAttributeString) |
|
String |
GetExternalName() |
|
String |
GetGroupTopic() |
|
void |
SetExternalName(String externalName) |
|
void |
SetGroupTopic(String groupTopic) |
|
net.sf.json.JSONObject |
ToJsonObject() |
|
String |
ToJsonString() |
public GroupAttribute()
public GroupAttribute(GroupAttribute groupAttribute)
public String GetExternalName()
public void SetExternalName(String externalName)
public String GetGroupTopic()
public void SetGroupTopic(String groupTopic)
public net.sf.json.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(net.sf.json.JSONObject groupAttribute)
throws LogException
LogExceptionpublic void FromJsonString(String groupAttributeString) throws LogException
LogExceptionCopyright © 2018. All Rights Reserved.