Class ModifyTableStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyTableStatusRequest
-
public class ModifyTableStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyTableStatusRequest()ModifyTableStatusRequest(ModifyTableStatusRequest 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 StringgetArea()Get Nat所在地域LonggetDirection()Get 0: 出向,1:入向StringgetEdgeId()Get EdgeId值两个vpc间的边idLonggetStatus()Get 状态值,1:锁表,2:解锁表voidsetArea(String Area)Set Nat所在地域voidsetDirection(Long Direction)Set 0: 出向,1:入向voidsetEdgeId(String EdgeId)Set EdgeId值两个vpc间的边idvoidsetStatus(Long Status)Set 状态值,1:锁表,2:解锁表voidtoMap(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
-
ModifyTableStatusRequest
public ModifyTableStatusRequest()
-
ModifyTableStatusRequest
public ModifyTableStatusRequest(ModifyTableStatusRequest 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
-
getEdgeId
public String getEdgeId()
Get EdgeId值两个vpc间的边id- Returns:
- EdgeId EdgeId值两个vpc间的边id
-
setEdgeId
public void setEdgeId(String EdgeId)
Set EdgeId值两个vpc间的边id- Parameters:
EdgeId- EdgeId值两个vpc间的边id
-
getStatus
public Long getStatus()
Get 状态值,1:锁表,2:解锁表- Returns:
- Status 状态值,1:锁表,2:解锁表
-
setStatus
public void setStatus(Long Status)
Set 状态值,1:锁表,2:解锁表- Parameters:
Status- 状态值,1:锁表,2:解锁表
-
getArea
public String getArea()
Get Nat所在地域- Returns:
- Area Nat所在地域
-
setArea
public void setArea(String Area)
Set Nat所在地域- Parameters:
Area- Nat所在地域
-
getDirection
public Long getDirection()
Get 0: 出向,1:入向- Returns:
- Direction 0: 出向,1:入向
-
setDirection
public void setDirection(Long Direction)
Set 0: 出向,1:入向- Parameters:
Direction- 0: 出向,1:入向
-
-