Class CreateApiImportUserJobRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.CreateApiImportUserJobRequest
-
public class CreateApiImportUserJobRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateApiImportUserJobRequest()CreateApiImportUserJobRequest(CreateApiImportUserJobRequest 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 ImportUser[]getDataFlowUserCreateList()Get 导入的用户数据StringgetUserStoreId()Get 用户目录IDvoidsetDataFlowUserCreateList(ImportUser[] DataFlowUserCreateList)Set 导入的用户数据voidsetUserStoreId(String UserStoreId)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
-
CreateApiImportUserJobRequest
public CreateApiImportUserJobRequest()
-
CreateApiImportUserJobRequest
public CreateApiImportUserJobRequest(CreateApiImportUserJobRequest 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
-
getUserStoreId
public String getUserStoreId()
Get 用户目录ID- Returns:
- UserStoreId 用户目录ID
-
setUserStoreId
public void setUserStoreId(String UserStoreId)
Set 用户目录ID- Parameters:
UserStoreId- 用户目录ID
-
getDataFlowUserCreateList
public ImportUser[] getDataFlowUserCreateList()
Get 导入的用户数据- Returns:
- DataFlowUserCreateList 导入的用户数据
-
setDataFlowUserCreateList
public void setDataFlowUserCreateList(ImportUser[] DataFlowUserCreateList)
Set 导入的用户数据- Parameters:
DataFlowUserCreateList- 导入的用户数据
-
-