public class RegisterClaimPolicyRequest extends AbstractModel
Constructor and Description |
---|
RegisterClaimPolicyRequest() |
RegisterClaimPolicyRequest(RegisterClaimPolicyRequest 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 |
getCptIndex()
Get The claim protocol type (CPT) index.
|
String |
getPolicy()
Get The disclosure policy.
|
void |
setCptIndex(Long CptIndex)
Set The claim protocol type (CPT) index.
|
void |
setPolicy(String Policy)
Set The disclosure policy.
|
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 RegisterClaimPolicyRequest()
public RegisterClaimPolicyRequest(RegisterClaimPolicyRequest source)
public Long getCptIndex()
public void setCptIndex(Long CptIndex)
CptIndex
- The claim protocol type (CPT) index.public String getPolicy()
public void setPolicy(String Policy)
Policy
- The disclosure policy.Copyright © 2023. All rights reserved.