public class ModifyTableStatusRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Nat所在地域
|
Long |
getDirection()
Get 0: 出向,1:入向
|
String |
getEdgeId()
Get EdgeId值两个vpc间的边id
|
Long |
getStatus()
Get 状态值,1:锁表,2:解锁表
|
void |
setArea(String Area)
Set Nat所在地域
|
void |
setDirection(Long Direction)
Set 0: 出向,1:入向
|
void |
setEdgeId(String EdgeId)
Set EdgeId值两个vpc间的边id
|
void |
setStatus(Long Status)
Set 状态值,1:锁表,2:解锁表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyTableStatusRequest()
public ModifyTableStatusRequest(ModifyTableStatusRequest source)
public String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId
- EdgeId值两个vpc间的边idpublic Long getStatus()
public void setStatus(Long Status)
Status
- 状态值,1:锁表,2:解锁表public String getArea()
public void setArea(String Area)
Area
- Nat所在地域public Long getDirection()
public void setDirection(Long Direction)
Direction
- 0: 出向,1:入向Copyright © 2021. All rights reserved.