public class CreateDSPACategoryRelationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDSPACategoryRelationRequest() | 
| CreateDSPACategoryRelationRequest(CreateDSPACategoryRelationRequest 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 | getCategoryId()Get 分类id | 
| Long | getComplianceId()Get 分类模板id | 
| String | getDspaId()Get dspa实例id | 
| Long | getParentCategoryId()Get 父级分类id(无父级分类传-1) | 
| void | setCategoryId(Long CategoryId)Set 分类id | 
| void | setComplianceId(Long ComplianceId)Set 分类模板id | 
| void | setDspaId(String DspaId)Set dspa实例id | 
| void | setParentCategoryId(Long ParentCategoryId)Set 父级分类id(无父级分类传-1) | 
| 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 CreateDSPACategoryRelationRequest()
public CreateDSPACategoryRelationRequest(CreateDSPACategoryRelationRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId - dspa实例idpublic Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 分类idpublic Long getParentCategoryId()
public void setParentCategoryId(Long ParentCategoryId)
ParentCategoryId - 父级分类id(无父级分类传-1)public Long getComplianceId()
public void setComplianceId(Long ComplianceId)
ComplianceId - 分类模板idCopyright © 2025. All rights reserved.