Class CreateClassRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.CreateClassRequest
-
public class CreateClassRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateClassRequest()CreateClassRequest(CreateClassRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassPath()Get 分类路径。StringgetOperator()Get 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。EntitygetOwner()Get 归属者。StringgetPlatform()Get 平台名称,指定访问的平台。voidsetClassPath(String ClassPath)Set 分类路径。voidsetOperator(String Operator)Set 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。voidsetOwner(Entity Owner)Set 归属者。voidsetPlatform(String Platform)Set 平台名称,指定访问的平台。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateClassRequest
public CreateClassRequest()
-
CreateClassRequest
public CreateClassRequest(CreateClassRequest 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.
-
-
Method Detail
-
getPlatform
public String getPlatform()
Get 平台名称,指定访问的平台。- Returns:
- Platform 平台名称,指定访问的平台。
-
setPlatform
public void setPlatform(String Platform)
Set 平台名称,指定访问的平台。- Parameters:
Platform- 平台名称,指定访问的平台。
-
getOwner
public Entity getOwner()
Get 归属者。- Returns:
- Owner 归属者。
-
setOwner
public void setOwner(Entity Owner)
Set 归属者。- Parameters:
Owner- 归属者。
-
getClassPath
public String getClassPath()
Get 分类路径。- Returns:
- ClassPath 分类路径。
-
setClassPath
public void setClassPath(String ClassPath)
Set 分类路径。- Parameters:
ClassPath- 分类路径。
-
getOperator
public String getOperator()
Get 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。- Returns:
- Operator 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。
-
setOperator
public void setOperator(String Operator)
Set 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。- Parameters:
Operator- 操作者。填写用户的 Id,用于标识调用者及校验分类创建权限。
-
-