public class EndorserGroup extends AbstractModel
header, skipSign
Constructor and Description |
---|
EndorserGroup() |
EndorserGroup(EndorserGroup 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 |
getEndorserGroupName()
Get 背书组织名称
|
String[] |
getEndorserPeerList()
Get 背书节点列表
|
void |
setEndorserGroupName(String EndorserGroupName)
Set 背书组织名称
|
void |
setEndorserPeerList(String[] EndorserPeerList)
Set 背书节点列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EndorserGroup()
public EndorserGroup(EndorserGroup source)
public String getEndorserGroupName()
public void setEndorserGroupName(String EndorserGroupName)
EndorserGroupName
- 背书组织名称public String[] getEndorserPeerList()
public void setEndorserPeerList(String[] EndorserPeerList)
EndorserPeerList
- 背书节点列表Copyright © 2024. All rights reserved.