public class CptIssueRank extends AbstractModel
| Constructor and Description | 
|---|
| CptIssueRank() | 
| CptIssueRank(CptIssueRank 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 | 
|---|---|
| Long | getApplyId()Get The application ID. | 
| String | getApplyName()Get The application name. | 
| Long | getCount()Get The number of credentials issued. | 
| String | getCptName()Get The (claim protocol type) CPT name. | 
| Long | getRank()Get The ranking. | 
| void | setApplyId(Long ApplyId)Set The application ID. | 
| void | setApplyName(String ApplyName)Set The application name. | 
| void | setCount(Long Count)Set The number of credentials issued. | 
| void | setCptName(String CptName)Set The (claim protocol type) CPT name. | 
| void | setRank(Long Rank)Set The ranking. | 
| 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, toJsonStringpublic CptIssueRank()
public CptIssueRank(CptIssueRank source)
public String getCptName()
public void setCptName(String CptName)
CptName - The (claim protocol type) CPT name.public Long getRank()
public void setRank(Long Rank)
Rank - The ranking.public Long getCount()
public void setCount(Long Count)
Count - The number of credentials issued.public String getApplyName()
public void setApplyName(String ApplyName)
ApplyName - The application name.public Long getApplyId()
public void setApplyId(Long ApplyId)
ApplyId - The application ID.Copyright © 2023. All rights reserved.