Class ModifyAppRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.ModifyAppRequest
-
public class ModifyAppRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCallback()
Get 回调地址。String
getCallbackKey()
Get 回调key。Long
getSdkAppId()
Get 低代码互动课堂的SdkAppId。void
setCallback(String Callback)
Set 回调地址。void
setCallbackKey(String CallbackKey)
Set 回调key。void
setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAppRequest
public ModifyAppRequest()
-
ModifyAppRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 低代码互动课堂的SdkAppId。- Returns:
- SdkAppId 低代码互动课堂的SdkAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。- Parameters:
SdkAppId
- 低代码互动课堂的SdkAppId。
-
getCallback
public String getCallback()
Get 回调地址。- Returns:
- Callback 回调地址。
-
setCallback
public void setCallback(String Callback)
Set 回调地址。- Parameters:
Callback
- 回调地址。
-
getCallbackKey
public String getCallbackKey()
Get 回调key。- Returns:
- CallbackKey 回调key。
-
setCallbackKey
public void setCallbackKey(String CallbackKey)
Set 回调key。- Parameters:
CallbackKey
- 回调key。
-
-