public class DeleteScanUserRequest extends AbstractModel
Constructor and Description |
---|
DeleteScanUserRequest() |
DeleteScanUserRequest(DeleteScanUserRequest 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 |
---|---|
Long |
getBizId()
Get 应用ID,登录控制台 - 服务管理创建应用得到的AppID
|
Long |
getUserId()
Get 需要删除送检的用户号。示例:1234
|
void |
setBizId(Long BizId)
Set 应用ID,登录控制台 - 服务管理创建应用得到的AppID
|
void |
setUserId(Long UserId)
Set 需要删除送检的用户号。示例:1234
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteScanUserRequest()
public DeleteScanUserRequest(DeleteScanUserRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId
- 应用ID,登录控制台 - 服务管理创建应用得到的AppIDpublic Long getUserId()
public void setUserId(Long UserId)
UserId
- 需要删除送检的用户号。示例:1234Copyright © 2022. All rights reserved.