public class NotifyRpgwUserSignresultRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
authToken |
String |
platformUserIdentification |
String |
productInstanceId |
String |
resultDesc |
String |
signResult |
String |
userCode |
| Constructor and Description |
|---|
NotifyRpgwUserSignresultRequest() |
| Modifier and Type | Method and Description |
|---|---|
static NotifyRpgwUserSignresultRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getPlatformUserIdentification() |
String |
getProductInstanceId() |
String |
getResultDesc() |
String |
getSignResult() |
String |
getUserCode() |
NotifyRpgwUserSignresultRequest |
setAuthToken(String authToken) |
NotifyRpgwUserSignresultRequest |
setPlatformUserIdentification(String platformUserIdentification) |
NotifyRpgwUserSignresultRequest |
setProductInstanceId(String productInstanceId) |
NotifyRpgwUserSignresultRequest |
setResultDesc(String resultDesc) |
NotifyRpgwUserSignresultRequest |
setSignResult(String signResult) |
NotifyRpgwUserSignresultRequest |
setUserCode(String userCode) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="product_instance_id") public String productInstanceId
@NameInMap(value="platform_user_identification") @Validation(required=true) public String platformUserIdentification
@NameInMap(value="user_code") @Validation(required=true) public String userCode
@NameInMap(value="sign_result") @Validation(required=true) public String signResult
@NameInMap(value="result_desc") public String resultDesc
public static NotifyRpgwUserSignresultRequest build(Map<String,?> map) throws Exception
Exceptionpublic NotifyRpgwUserSignresultRequest setAuthToken(String authToken)
public String getAuthToken()
public NotifyRpgwUserSignresultRequest setProductInstanceId(String productInstanceId)
public String getProductInstanceId()
public NotifyRpgwUserSignresultRequest setPlatformUserIdentification(String platformUserIdentification)
public String getPlatformUserIdentification()
public NotifyRpgwUserSignresultRequest setUserCode(String userCode)
public String getUserCode()
public NotifyRpgwUserSignresultRequest setSignResult(String signResult)
public String getSignResult()
public NotifyRpgwUserSignresultRequest setResultDesc(String resultDesc)
public String getResultDesc()
Copyright © 2025. All rights reserved.