public class ModifyApplicationInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyApplicationInfoRequest() |
ModifyApplicationInfoRequest(ModifyApplicationInfoRequest 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 |
getApplicationId()
Get Application ID
|
String |
getDescription()
Get Description
|
Long |
getEnableTracing()
Get (Disused) Whether to enable the call chain.
|
Long |
getSourceChannel()
Get Source channel
|
void |
setApplicationId(String ApplicationId)
Set Application ID
|
void |
setDescription(String Description)
Set Description
|
void |
setEnableTracing(Long EnableTracing)
Set (Disused) Whether to enable the call chain.
|
void |
setSourceChannel(Long SourceChannel)
Set Source channel
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyApplicationInfoRequest()
public ModifyApplicationInfoRequest(ModifyApplicationInfoRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application IDpublic String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- Source channelpublic Long getEnableTracing()
public void setEnableTracing(Long EnableTracing)
EnableTracing
- (Disused) Whether to enable the call chain.Copyright © 2023. All rights reserved.