public static class SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
secretString |
String |
targetCorpId |
String |
tripAppKey |
String |
tripAppSecurity |
String |
tripCorpId |
构造器和说明 |
---|
SyncSecretKeyResponseBodyResult() |
@NameInMap(value="secretString") public String secretString
@NameInMap(value="targetCorpId") public String targetCorpId
@NameInMap(value="tripAppKey") public String tripAppKey
@NameInMap(value="tripAppSecurity") public String tripAppSecurity
@NameInMap(value="tripCorpId") public String tripCorpId
public static SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult setSecretString(String secretString)
public String getSecretString()
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult setTargetCorpId(String targetCorpId)
public String getTargetCorpId()
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult setTripAppKey(String tripAppKey)
public String getTripAppKey()
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult setTripAppSecurity(String tripAppSecurity)
public String getTripAppSecurity()
public SyncSecretKeyResponseBody.SyncSecretKeyResponseBodyResult setTripCorpId(String tripCorpId)
public String getTripCorpId()
Copyright © 2022. All rights reserved.