public class CreateApmInstanceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateApmInstanceRequest() | 
| CreateApmInstanceRequest(CreateApmInstanceRequest 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 | getDescription()Get 业务系统描述信息 | 
| Long | getFree()Get 是否为免费版业务系统(0=付费版;1=TSF 受限免费版;2=免费版) | 
| String | getName()Get 业务系统名 | 
| Long | getPayMode()Get 业务系统的计费模式(0=按量付费,1=预付费) | 
| Long | getSpanDailyCounters()Get 业务系统上报额度值,默认赋值为0表示不限制上报额度,已废弃 | 
| ApmTag[] | getTags()Get 业务系统 Tag 列表 | 
| Long | getTraceDuration()Get Trace 数据保存时长(单位:天,默认存储时长为3天) | 
| void | setDescription(String Description)Set 业务系统描述信息 | 
| void | setFree(Long Free)Set 是否为免费版业务系统(0=付费版;1=TSF 受限免费版;2=免费版) | 
| void | setName(String Name)Set 业务系统名 | 
| void | setPayMode(Long PayMode)Set 业务系统的计费模式(0=按量付费,1=预付费) | 
| void | setSpanDailyCounters(Long SpanDailyCounters)Set 业务系统上报额度值,默认赋值为0表示不限制上报额度,已废弃 | 
| void | setTags(ApmTag[] Tags)Set 业务系统 Tag 列表 | 
| void | setTraceDuration(Long TraceDuration)Set Trace 数据保存时长(单位:天,默认存储时长为3天) | 
| 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 CreateApmInstanceRequest()
public CreateApmInstanceRequest(CreateApmInstanceRequest source)
public String getName()
public void setName(String Name)
Name - 业务系统名public String getDescription()
public void setDescription(String Description)
Description - 业务系统描述信息public Long getTraceDuration()
public void setTraceDuration(Long TraceDuration)
TraceDuration - Trace 数据保存时长(单位:天,默认存储时长为3天)public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags - 业务系统 Tag 列表public Long getSpanDailyCounters()
public void setSpanDailyCounters(Long SpanDailyCounters)
SpanDailyCounters - 业务系统上报额度值,默认赋值为0表示不限制上报额度,已废弃public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode - 业务系统的计费模式(0=按量付费,1=预付费)public Long getFree()
public void setFree(Long Free)
Free - 是否为免费版业务系统(0=付费版;1=TSF 受限免费版;2=免费版)Copyright © 2025. All rights reserved.