public class ModifyGeneralApmApplicationConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyGeneralApmApplicationConfigRequest() |
ModifyGeneralApmApplicationConfigRequest(ModifyGeneralApmApplicationConfigRequest 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 |
getInstanceId()
Get Business system id.
|
String[] |
getServiceNames()
Get Name of the application list that requires configuration modification.
|
ApmTag[] |
getTags()
Get Fields to be modified.
|
void |
setInstanceId(String InstanceId)
Set Business system id.
|
void |
setServiceNames(String[] ServiceNames)
Set Name of the application list that requires configuration modification.
|
void |
setTags(ApmTag[] Tags)
Set Fields to be modified.
|
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 ModifyGeneralApmApplicationConfigRequest()
public ModifyGeneralApmApplicationConfigRequest(ModifyGeneralApmApplicationConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Business system id.public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- Fields to be modified. the key and value respectively specify the field name and field value.
.
For specific fields, please refer to.public String[] getServiceNames()
public void setServiceNames(String[] ServiceNames)
ServiceNames
- Name of the application list that requires configuration modification.Copyright © 2025. All rights reserved.