public class Label extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Label() | 
| Label(Label 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 | getClusterId()Get The network ID. | 
| String | getCreateTime()Get The creation time. | 
| String | getDid()Get The DID of the creator. | 
| Long | getDidCount()Get The number of DIDs. | 
| Long | getGroupId()Get The group ID. | 
| Long | getLabelId()Get The label ID. | 
| String | getLabelName()Get The label name. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setCreateTime(String CreateTime)Set The creation time. | 
| void | setDid(String Did)Set The DID of the creator. | 
| void | setDidCount(Long DidCount)Set The number of DIDs. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| void | setLabelId(Long LabelId)Set The label ID. | 
| void | setLabelName(String LabelName)Set The label name. | 
| 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, toJsonStringpublic Label()
public Label(Label source)
public Long getLabelId()
public void setLabelId(Long LabelId)
LabelId - The label ID.public String getLabelName()
public void setLabelName(String LabelName)
LabelName - The label name.public Long getDidCount()
public void setDidCount(Long DidCount)
DidCount - The number of DIDs.public String getDid()
public void setDid(String Did)
Did - The DID of the creator.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.Copyright © 2025. All rights reserved.