public class ModifyAppRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAppRequest() |
ModifyAppRequest(ModifyAppRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCallback()
Get 回调地址。
|
String |
getCallbackKey()
Get 回调key。
|
Long |
getSdkAppId()
Get 低代码互动课堂的SdkAppId。
|
String |
getTransferId()
Get 转存id
|
String |
getTransferUrl()
Get 转存地址
|
void |
setCallback(String Callback)
Set 回调地址。
|
void |
setCallbackKey(String CallbackKey)
Set 回调key。
|
void |
setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。
|
void |
setTransferId(String TransferId)
Set 转存id
|
void |
setTransferUrl(String TransferUrl)
Set 转存地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyAppRequest()
public ModifyAppRequest(ModifyAppRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码互动课堂的SdkAppId。public String getCallback()
public void setCallback(String Callback)
Callback
- 回调地址。public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey
- 回调key。public String getTransferId()
public void setTransferId(String TransferId)
TransferId
- 转存idpublic String getTransferUrl()
public void setTransferUrl(String TransferUrl)
TransferUrl
- 转存地址Copyright © 2024. All rights reserved.