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 Business system description information.
|
Long |
getFree()
Get Whether it is a free edition business system (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition).
|
String |
getName()
Get Business system name.
|
Long |
getPayMode()
Get Billing model of the business system (0: pay-as-you-go, 1: prepaid).
|
Long |
getSpanDailyCounters()
Get The report quota value of the business system.
|
ApmTag[] |
getTags()
Get Business system tag list.
|
Long |
getTraceDuration()
Get Retention period of trace data (unit: days, the default storage duration is 3 days).
|
void |
setDescription(String Description)
Set Business system description information.
|
void |
setFree(Long Free)
Set Whether it is a free edition business system (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition).
|
void |
setName(String Name)
Set Business system name.
|
void |
setPayMode(Long PayMode)
Set Billing model of the business system (0: pay-as-you-go, 1: prepaid).
|
void |
setSpanDailyCounters(Long SpanDailyCounters)
Set The report quota value of the business system.
|
void |
setTags(ApmTag[] Tags)
Set Business system tag list.
|
void |
setTraceDuration(Long TraceDuration)
Set Retention period of trace data (unit: days, the default storage duration is 3 days).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateApmInstanceRequest()
public CreateApmInstanceRequest(CreateApmInstanceRequest source)
public String getName()
public void setName(String Name)
Name
- Business system name.public String getDescription()
public void setDescription(String Description)
Description
- Business system description information.public Long getTraceDuration()
public void setTraceDuration(Long TraceDuration)
TraceDuration
- Retention period of trace data (unit: days, the default storage duration is 3 days).public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- Business system tag list.public Long getSpanDailyCounters()
public void setSpanDailyCounters(Long SpanDailyCounters)
SpanDailyCounters
- The report quota value of the business system. the default value is 0, indicating no limit on the report quota. (obsolete).public Long getPayMode()
public void setPayMode(Long PayMode)
PayMode
- Billing model of the business system (0: pay-as-you-go, 1: prepaid).public Long getFree()
public void setFree(Long Free)
Free
- Whether it is a free edition business system (0 = paid edition; 1 = tsf restricted free edition; 2 = free edition).Copyright © 2025. All rights reserved.