Class SetRouteOnOffRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.SetRouteOnOffRequest
-
public class SetRouteOnOffRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetRouteOnOffRequest()
SetRouteOnOffRequest(SetRouteOnOffRequest 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
getRouteID()
Get 无String
getStatus()
Get on 或 offvoid
setRouteID(Long RouteID)
Set 无void
setStatus(String Status)
Set on 或 offvoid
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
-
SetRouteOnOffRequest
public SetRouteOnOffRequest()
-
SetRouteOnOffRequest
public SetRouteOnOffRequest(SetRouteOnOffRequest 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
-
getRouteID
public Long getRouteID()
Get 无- Returns:
- RouteID 无
-
setRouteID
public void setRouteID(Long RouteID)
Set 无- Parameters:
RouteID
- 无
-
getStatus
public String getStatus()
Get on 或 off- Returns:
- Status on 或 off
-
setStatus
public void setStatus(String Status)
Set on 或 off- Parameters:
Status
- on 或 off
-
-