Class UpdateCfsPGroupResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.UpdateCfsPGroupResponse
-
public class UpdateCfsPGroupResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCfsPGroupResponse()UpdateCfsPGroupResponse(UpdateCfsPGroupResponse 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 StringgetDescInfo()Get 描述信息StringgetName()Get 权限组名称StringgetPGroupId()Get 权限组IDStringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetDescInfo(String DescInfo)Set 描述信息voidsetName(String Name)Set 权限组名称voidsetPGroupId(String PGroupId)Set 权限组IDvoidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。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
-
UpdateCfsPGroupResponse
public UpdateCfsPGroupResponse()
-
UpdateCfsPGroupResponse
public UpdateCfsPGroupResponse(UpdateCfsPGroupResponse 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
-
getPGroupId
public String getPGroupId()
Get 权限组ID- Returns:
- PGroupId 权限组ID
-
setPGroupId
public void setPGroupId(String PGroupId)
Set 权限组ID- Parameters:
PGroupId- 权限组ID
-
getName
public String getName()
Get 权限组名称- Returns:
- Name 权限组名称
-
setName
public void setName(String Name)
Set 权限组名称- Parameters:
Name- 权限组名称
-
getDescInfo
public String getDescInfo()
Get 描述信息- Returns:
- DescInfo 描述信息
-
setDescInfo
public void setDescInfo(String DescInfo)
Set 描述信息- Parameters:
DescInfo- 描述信息
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-