public class CreateFileExportUserJobRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateFileExportUserJobRequest() | 
| CreateFileExportUserJobRequest(CreateFileExportUserJobRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExportPropertyMap[] | getExportPropertyMaps()Get 导出用户包含的属性和映射名称,为空时包含所有的属性 | 
| Filter[] | getFilters()Get Key可选值为condition、userGroupId
 **condition**  Values = 查询条件,用户ID,用户名称,手机或邮箱
 **userGroupId**        Values = 用户组ID | 
| String | getFormat()Get 导出的数据类型
 **NDJSON**   New-line Delimited JSON
 **CSV**   Comma-Separated Values | 
| String | getUserStoreId()Get 用户目录ID | 
| void | setExportPropertyMaps(ExportPropertyMap[] ExportPropertyMaps)Set 导出用户包含的属性和映射名称,为空时包含所有的属性 | 
| void | setFilters(Filter[] Filters)Set Key可选值为condition、userGroupId
 **condition**  Values = 查询条件,用户ID,用户名称,手机或邮箱
 **userGroupId**        Values = 用户组ID | 
| void | setFormat(String Format)Set 导出的数据类型
 **NDJSON**   New-line Delimited JSON
 **CSV**   Comma-Separated Values | 
| void | setUserStoreId(String UserStoreId)Set 用户目录ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateFileExportUserJobRequest()
public CreateFileExportUserJobRequest(CreateFileExportUserJobRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId - 用户目录IDpublic String getFormat()
public void setFormat(String Format)
Format - 导出的数据类型
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Key可选值为condition、userGroupId
public ExportPropertyMap[] getExportPropertyMaps()
public void setExportPropertyMaps(ExportPropertyMap[] ExportPropertyMaps)
ExportPropertyMaps - 导出用户包含的属性和映射名称,为空时包含所有的属性Copyright © 2025. All rights reserved.