public 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 © 2016. All Rights Reserved.