public class CreateDidServiceRequest extends AbstractModel
Constructor and Description |
---|
CreateDidServiceRequest() |
CreateDidServiceRequest(CreateDidServiceRequest 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 |
getAgencyName()
Get The organization name.
|
String |
getAppName()
Get The application name.
|
String |
getClusterId()
Get The network ID.
|
Long |
getConsortiumId()
Get The consortium ID.
|
String |
getConsortiumName()
Get The consortium name.
|
Long |
getGroupId()
Get The group ID.
|
String |
getGroupName()
Get The group name.
|
void |
setAgencyName(String AgencyName)
Set The organization name.
|
void |
setAppName(String AppName)
Set The application name.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setConsortiumId(Long ConsortiumId)
Set The consortium ID.
|
void |
setConsortiumName(String ConsortiumName)
Set The consortium name.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setGroupName(String GroupName)
Set The group name.
|
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 CreateDidServiceRequest()
public CreateDidServiceRequest(CreateDidServiceRequest source)
public String getConsortiumName()
public void setConsortiumName(String ConsortiumName)
ConsortiumName
- The consortium name.public Long getConsortiumId()
public void setConsortiumId(Long ConsortiumId)
ConsortiumId
- The consortium ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.public String getAgencyName()
public void setAgencyName(String AgencyName)
AgencyName
- The organization name.public String getAppName()
public void setAppName(String AppName)
AppName
- The application name.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- The group name.Copyright © 2023. All rights reserved.