Class DescribeFileIdsByCustomIdsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeFileIdsByCustomIdsRequest
-
public class DescribeFileIdsByCustomIdsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFileIdsByCustomIdsRequest()DescribeFileIdsByCustomIdsRequest(DescribeFileIdsByCustomIdsRequest 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 CallergetCaller()Get 调用方信息, OrganizationId必填String[]getCustomIds()Get 用户自定义IDvoidsetCaller(Caller Caller)Set 调用方信息, OrganizationId必填voidsetCustomIds(String[] CustomIds)Set 用户自定义IDvoidtoMap(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
-
DescribeFileIdsByCustomIdsRequest
public DescribeFileIdsByCustomIdsRequest()
-
DescribeFileIdsByCustomIdsRequest
public DescribeFileIdsByCustomIdsRequest(DescribeFileIdsByCustomIdsRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息, OrganizationId必填- Returns:
- Caller 调用方信息, OrganizationId必填
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息, OrganizationId必填- Parameters:
Caller- 调用方信息, OrganizationId必填
-
getCustomIds
public String[] getCustomIds()
Get 用户自定义ID- Returns:
- CustomIds 用户自定义ID
-
setCustomIds
public void setCustomIds(String[] CustomIds)
Set 用户自定义ID- Parameters:
CustomIds- 用户自定义ID
-
-