public class GroupDetailForUser extends AbstractModel
Constructor and Description |
---|
GroupDetailForUser() |
GroupDetailForUser(GroupDetailForUser source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroupMSPId()
Get 组织MSP Identity
|
String |
getGroupName()
Get 组织名称
|
void |
setGroupMSPId(String GroupMSPId)
Set 组织MSP Identity
|
void |
setGroupName(String GroupName)
Set 组织名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GroupDetailForUser()
public GroupDetailForUser(GroupDetailForUser source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 组织名称public String getGroupMSPId()
public void setGroupMSPId(String GroupMSPId)
GroupMSPId
- 组织MSP IdentityCopyright © 2021. All rights reserved.