public class CheckInCrowdsByMobileRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
crowdIds
example:
12520
if can be null:
true
|
String |
mobile
This parameter is required.
|
| 构造器和说明 |
|---|
CheckInCrowdsByMobileRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckInCrowdsByMobileRequest |
build(Map<String,?> map) |
byte[] |
getCrowdIds() |
String |
getMobile() |
CheckInCrowdsByMobileRequest |
setCrowdIds(byte[] crowdIds) |
CheckInCrowdsByMobileRequest |
setMobile(String mobile) |
@NameInMap(value="crowdIds") public byte[] crowdIds
12520
if can be null:true
@NameInMap(value="mobile") public String mobile
This parameter is required.
example:N5u3hS6KJeoUdopXW4GzFg==
public static CheckInCrowdsByMobileRequest build(Map<String,?> map) throws Exception
Exceptionpublic CheckInCrowdsByMobileRequest setCrowdIds(byte[] crowdIds)
public byte[] getCrowdIds()
public CheckInCrowdsByMobileRequest setMobile(String mobile)
public String getMobile()
Copyright © 2025. All rights reserved.