Class ListGrantServiceAccessService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.ListGrantServiceAccessService
-
public class ListGrantServiceAccessService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListGrantServiceAccessService()ListGrantServiceAccessService(ListGrantServiceAccessService 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 StringgetServiceName()Get 服务名StringgetServiceType()Get 服务voidsetServiceName(String ServiceName)Set 服务名voidsetServiceType(String ServiceType)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
-
ListGrantServiceAccessService
public ListGrantServiceAccessService()
-
ListGrantServiceAccessService
public ListGrantServiceAccessService(ListGrantServiceAccessService 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
-
getServiceType
public String getServiceType()
Get 服务- Returns:
- ServiceType 服务
-
setServiceType
public void setServiceType(String ServiceType)
Set 服务- Parameters:
ServiceType- 服务
-
getServiceName
public String getServiceName()
Get 服务名- Returns:
- ServiceName 服务名
-
setServiceName
public void setServiceName(String ServiceName)
Set 服务名- Parameters:
ServiceName- 服务名
-
-