public class CreateDocCateResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDocCateResponse() |
CreateDocCateResponse(CreateDocCateResponse 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 |
---|---|
Boolean |
getCanAdd()
Get Whether it is possible to add.
|
Boolean |
getCanDelete()
Get Whether it can be deleted.
|
Boolean |
getCanEdit()
Get Whether it is editable.
|
String |
getCateBizId()
Get Category business ID.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setCanAdd(Boolean CanAdd)
Set Whether it is possible to add.
|
void |
setCanDelete(Boolean CanDelete)
Set Whether it can be deleted.
|
void |
setCanEdit(Boolean CanEdit)
Set Whether it is editable.
|
void |
setCateBizId(String CateBizId)
Set Category business ID.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, toJsonString
public CreateDocCateResponse()
public CreateDocCateResponse(CreateDocCateResponse source)
public Boolean getCanAdd()
public void setCanAdd(Boolean CanAdd)
CanAdd
- Whether it is possible to add.public Boolean getCanEdit()
public void setCanEdit(Boolean CanEdit)
CanEdit
- Whether it is editable.public Boolean getCanDelete()
public void setCanDelete(Boolean CanDelete)
CanDelete
- Whether it can be deleted.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId
- Category business ID.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.