Class BaselineDto
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.BaselineDto
-
public class BaselineDto extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BaselineDto()
BaselineDto(BaselineDto 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmRuleDto
getAlarmRule()
Get 告警规则String
getAppId()
Get 租户idString
getBaselineName()
Get 基线名称String
getBaselineStatus()
Get 基线状态,待提交, 运行中,停止String
getBaselineType()
Get 天基线/小时基线String
getCreateTime()
Get 基线创建时间Long
getId()
Get 基线idString
getInChargeName()
Get 责任人名称String
getInChargeUin()
Get 责任人uinString
getLatestBaselineInstanceStatus()
Get 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。String
getOwnerUin()
Get 主账号uinString
getProjectId()
Get 项目idBaselineTaskDto[]
getPromiseTasks()
Get 保障任务 注意:此字段可能返回 null,表示取不到有效值。String
getPromiseTime()
Get 承诺时间String
getUpdateTime()
Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。String
getUserName()
Get 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。String
getUserUin()
Get 当前用户uinLong
getWarningMargin()
Get 预警余量/单位分钟void
setAlarmRule(AlarmRuleDto AlarmRule)
Set 告警规则void
setAppId(String AppId)
Set 租户idvoid
setBaselineName(String BaselineName)
Set 基线名称void
setBaselineStatus(String BaselineStatus)
Set 基线状态,待提交, 运行中,停止void
setBaselineType(String BaselineType)
Set 天基线/小时基线void
setCreateTime(String CreateTime)
Set 基线创建时间void
setId(Long Id)
Set 基线idvoid
setInChargeName(String InChargeName)
Set 责任人名称void
setInChargeUin(String InChargeUin)
Set 责任人uinvoid
setLatestBaselineInstanceStatus(String LatestBaselineInstanceStatus)
Set 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。void
setOwnerUin(String OwnerUin)
Set 主账号uinvoid
setProjectId(String ProjectId)
Set 项目idvoid
setPromiseTasks(BaselineTaskDto[] PromiseTasks)
Set 保障任务 注意:此字段可能返回 null,表示取不到有效值。void
setPromiseTime(String PromiseTime)
Set 承诺时间void
setUpdateTime(String UpdateTime)
Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。void
setUserName(String UserName)
Set 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。void
setUserUin(String UserUin)
Set 当前用户uinvoid
setWarningMargin(Long WarningMargin)
Set 预警余量/单位分钟void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BaselineDto
public BaselineDto()
-
BaselineDto
public BaselineDto(BaselineDto 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.
-
-
Method Detail
-
getId
public Long getId()
Get 基线id- Returns:
- Id 基线id
-
setId
public void setId(Long Id)
Set 基线id- Parameters:
Id
- 基线id
-
getBaselineName
public String getBaselineName()
Get 基线名称- Returns:
- BaselineName 基线名称
-
setBaselineName
public void setBaselineName(String BaselineName)
Set 基线名称- Parameters:
BaselineName
- 基线名称
-
getBaselineType
public String getBaselineType()
Get 天基线/小时基线- Returns:
- BaselineType 天基线/小时基线
-
setBaselineType
public void setBaselineType(String BaselineType)
Set 天基线/小时基线- Parameters:
BaselineType
- 天基线/小时基线
-
getCreateTime
public String getCreateTime()
Get 基线创建时间- Returns:
- CreateTime 基线创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 基线创建时间- Parameters:
CreateTime
- 基线创建时间
-
getPromiseTasks
public BaselineTaskDto[] getPromiseTasks()
Get 保障任务 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PromiseTasks 保障任务 注意:此字段可能返回 null,表示取不到有效值。
-
setPromiseTasks
public void setPromiseTasks(BaselineTaskDto[] PromiseTasks)
Set 保障任务 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PromiseTasks
- 保障任务 注意:此字段可能返回 null,表示取不到有效值。
-
getAlarmRule
public AlarmRuleDto getAlarmRule()
Get 告警规则- Returns:
- AlarmRule 告警规则
-
setAlarmRule
public void setAlarmRule(AlarmRuleDto AlarmRule)
Set 告警规则- Parameters:
AlarmRule
- 告警规则
-
getBaselineStatus
public String getBaselineStatus()
Get 基线状态,待提交, 运行中,停止- Returns:
- BaselineStatus 基线状态,待提交, 运行中,停止
-
setBaselineStatus
public void setBaselineStatus(String BaselineStatus)
Set 基线状态,待提交, 运行中,停止- Parameters:
BaselineStatus
- 基线状态,待提交, 运行中,停止
-
getLatestBaselineInstanceStatus
public String getLatestBaselineInstanceStatus()
Get 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LatestBaselineInstanceStatus 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。
-
setLatestBaselineInstanceStatus
public void setLatestBaselineInstanceStatus(String LatestBaselineInstanceStatus)
Set 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LatestBaselineInstanceStatus
- 最新基线实例运行状态 注意:此字段可能返回 null,表示取不到有效值。
-
getWarningMargin
public Long getWarningMargin()
Get 预警余量/单位分钟- Returns:
- WarningMargin 预警余量/单位分钟
-
setWarningMargin
public void setWarningMargin(Long WarningMargin)
Set 预警余量/单位分钟- Parameters:
WarningMargin
- 预警余量/单位分钟
-
getPromiseTime
public String getPromiseTime()
Get 承诺时间- Returns:
- PromiseTime 承诺时间
-
setPromiseTime
public void setPromiseTime(String PromiseTime)
Set 承诺时间- Parameters:
PromiseTime
- 承诺时间
-
getInChargeUin
public String getInChargeUin()
Get 责任人uin- Returns:
- InChargeUin 责任人uin
-
setInChargeUin
public void setInChargeUin(String InChargeUin)
Set 责任人uin- Parameters:
InChargeUin
- 责任人uin
-
getInChargeName
public String getInChargeName()
Get 责任人名称- Returns:
- InChargeName 责任人名称
-
setInChargeName
public void setInChargeName(String InChargeName)
Set 责任人名称- Parameters:
InChargeName
- 责任人名称
-
getUserUin
public String getUserUin()
Get 当前用户uin- Returns:
- UserUin 当前用户uin
-
setUserUin
public void setUserUin(String UserUin)
Set 当前用户uin- Parameters:
UserUin
- 当前用户uin
-
getUserName
public String getUserName()
Get 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserName 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。
-
setUserName
public void setUserName(String UserName)
Set 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserName
- 当前用户名字 注意:此字段可能返回 null,表示取不到有效值。
-
getOwnerUin
public String getOwnerUin()
Get 主账号uin- Returns:
- OwnerUin 主账号uin
-
setOwnerUin
public void setOwnerUin(String OwnerUin)
Set 主账号uin- Parameters:
OwnerUin
- 主账号uin
-
getProjectId
public String getProjectId()
Get 项目id- Returns:
- ProjectId 项目id
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目id- Parameters:
ProjectId
- 项目id
-
getAppId
public String getAppId()
Get 租户id- Returns:
- AppId 租户id
-
setAppId
public void setAppId(String AppId)
Set 租户id- Parameters:
AppId
- 租户id
-
getUpdateTime
public String getUpdateTime()
Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime
- 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
-