public class GroupAttribute extends Object implements Serializable
| Constructor and Description |
|---|
GroupAttribute() |
GroupAttribute(GroupAttribute groupAttribute) |
GroupAttribute(String externalName,
String groupTopic) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject groupAttribute) |
void |
FromJsonString(String groupAttributeString) |
String |
GetExternalName() |
String |
GetGroupTopic() |
void |
SetExternalName(String externalName) |
void |
SetGroupTopic(String groupTopic) |
com.alibaba.fastjson.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 com.alibaba.fastjson.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(com.alibaba.fastjson.JSONObject groupAttribute)
throws LogException
LogExceptionpublic void FromJsonString(String groupAttributeString) throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.