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 Callback URL. 
 | 
String | 
getCallbackKey()
Get The callback key. 
 | 
Long | 
getSdkAppId()
Get LCIC SdkAppId 
 | 
String | 
getTransferId()
Get Transfer Id 
 | 
String | 
getTransferUrl()
Get Transfer Url 
 | 
void | 
setCallback(String Callback)
Set Callback URL. 
 | 
void | 
setCallbackKey(String CallbackKey)
Set The callback key. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set LCIC SdkAppId 
 | 
void | 
setTransferId(String TransferId)
Set Transfer Id 
 | 
void | 
setTransferUrl(String TransferUrl)
Set Transfer Url 
 | 
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, toJsonStringpublic ModifyAppRequest()
public ModifyAppRequest(ModifyAppRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - LCIC SdkAppIdpublic String getCallback()
public void setCallback(String Callback)
Callback - Callback URL. Currently, only port 80 and port 443 are supported.public String getCallbackKey()
public void setCallbackKey(String CallbackKey)
CallbackKey - The callback key.public String getTransferId()
public void setTransferId(String TransferId)
TransferId - Transfer Idpublic String getTransferUrl()
public void setTransferUrl(String TransferUrl)
TransferUrl - Transfer UrlCopyright © 2025. All rights reserved.