public class SyncSecretKeyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
actionType
This parameter is required.
|
String |
secretString
example:
dnsuuiwenudsjid
|
String |
targetCorpId
This parameter is required.
|
String |
tripAppKey
example:
dingduisdvfd
|
String |
tripAppSecurity
example:
dhsuibdusijue
|
String |
tripCorpId
example:
isv001
|
| 构造器和说明 |
|---|
SyncSecretKeyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SyncSecretKeyRequest |
build(Map<String,?> map) |
String |
getActionType() |
String |
getSecretString() |
String |
getTargetCorpId() |
String |
getTripAppKey() |
String |
getTripAppSecurity() |
String |
getTripCorpId() |
SyncSecretKeyRequest |
setActionType(String actionType) |
SyncSecretKeyRequest |
setSecretString(String secretString) |
SyncSecretKeyRequest |
setTargetCorpId(String targetCorpId) |
SyncSecretKeyRequest |
setTripAppKey(String tripAppKey) |
SyncSecretKeyRequest |
setTripAppSecurity(String tripAppSecurity) |
SyncSecretKeyRequest |
setTripCorpId(String tripCorpId) |
@NameInMap(value="actionType") public String actionType
This parameter is required.
example:ADD
@NameInMap(value="secretString") public String secretString
dnsuuiwenudsjid
@NameInMap(value="targetCorpId") public String targetCorpId
This parameter is required.
example:ding001
@NameInMap(value="tripAppKey") public String tripAppKey
dingduisdvfd
@NameInMap(value="tripAppSecurity") public String tripAppSecurity
dhsuibdusijue
@NameInMap(value="tripCorpId") public String tripCorpId
isv001
public static SyncSecretKeyRequest build(Map<String,?> map) throws Exception
Exceptionpublic SyncSecretKeyRequest setActionType(String actionType)
public String getActionType()
public SyncSecretKeyRequest setSecretString(String secretString)
public String getSecretString()
public SyncSecretKeyRequest setTargetCorpId(String targetCorpId)
public String getTargetCorpId()
public SyncSecretKeyRequest setTripAppKey(String tripAppKey)
public String getTripAppKey()
public SyncSecretKeyRequest setTripAppSecurity(String tripAppSecurity)
public String getTripAppSecurity()
public SyncSecretKeyRequest setTripCorpId(String tripCorpId)
public String getTripCorpId()
Copyright © 2025. All rights reserved.