public static class CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyDataQueryResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
mobile
The mobile phone number.
|
Boolean |
support
Indicates whether the mobile phone number supports card messages.
|
| 构造器和说明 |
|---|
CheckMobilesCardSupportResponseBodyDataQueryResult() |
@NameInMap(value="mobile") public String mobile
The mobile phone number.
example:1390000****
@NameInMap(value="support") public Boolean support
Indicates whether the mobile phone number supports card messages.
true
public CheckMobilesCardSupportResponseBodyDataQueryResult()
public static CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyDataQueryResult build(Map<String,?> map) throws Exception
Exceptionpublic CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyDataQueryResult setMobile(String mobile)
public String getMobile()
public CheckMobilesCardSupportResponseBody.CheckMobilesCardSupportResponseBodyDataQueryResult setSupport(Boolean support)
public Boolean getSupport()
Copyright © 2024. All rights reserved.