Class PlanDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ms.v20180408.models.PlanDetailInfo
-
public class PlanDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlanDetailInfo()
PlanDetailInfo(PlanDetailInfo 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 Long
getIsDefault()
Get 默认策略,1为默认,0为非默认Long
getPlanId()
Get 策略idPlanInfo
getPlanInfo()
Get 策略信息String
getPlanName()
Get 策略名称void
setIsDefault(Long IsDefault)
Set 默认策略,1为默认,0为非默认void
setPlanId(Long PlanId)
Set 策略idvoid
setPlanInfo(PlanInfo PlanInfo)
Set 策略信息void
setPlanName(String PlanName)
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
-
PlanDetailInfo
public PlanDetailInfo()
-
PlanDetailInfo
public PlanDetailInfo(PlanDetailInfo 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
-
getIsDefault
public Long getIsDefault()
Get 默认策略,1为默认,0为非默认- Returns:
- IsDefault 默认策略,1为默认,0为非默认
-
setIsDefault
public void setIsDefault(Long IsDefault)
Set 默认策略,1为默认,0为非默认- Parameters:
IsDefault
- 默认策略,1为默认,0为非默认
-
getPlanId
public Long getPlanId()
Get 策略id- Returns:
- PlanId 策略id
-
setPlanId
public void setPlanId(Long PlanId)
Set 策略id- Parameters:
PlanId
- 策略id
-
getPlanName
public String getPlanName()
Get 策略名称- Returns:
- PlanName 策略名称
-
setPlanName
public void setPlanName(String PlanName)
Set 策略名称- Parameters:
PlanName
- 策略名称
-
getPlanInfo
public PlanInfo getPlanInfo()
Get 策略信息- Returns:
- PlanInfo 策略信息
-
setPlanInfo
public void setPlanInfo(PlanInfo PlanInfo)
Set 策略信息- Parameters:
PlanInfo
- 策略信息
-
-