Package com.volcengine.acep.model
Class RowForListCustomRouteOutput
- java.lang.Object
-
- com.volcengine.acep.model.RowForListCustomRouteOutput
-
public class RowForListCustomRouteOutput extends Object
RowForListCustomRouteOutput
-
-
Constructor Summary
Constructors Constructor Description RowForListCustomRouteOutput()
-
Method Summary
-
-
-
Method Detail
-
createAt
public RowForListCustomRouteOutput createAt(Long createAt)
-
getCreateAt
public Long getCreateAt()
Get createAt- Returns:
- createAt
-
setCreateAt
public void setCreateAt(Long createAt)
-
customRouteId
public RowForListCustomRouteOutput customRouteId(String customRouteId)
-
getCustomRouteId
public String getCustomRouteId()
Get customRouteId- Returns:
- customRouteId
-
setCustomRouteId
public void setCustomRouteId(String customRouteId)
-
customRouteName
public RowForListCustomRouteOutput customRouteName(String customRouteName)
-
getCustomRouteName
public String getCustomRouteName()
Get customRouteName- Returns:
- customRouteName
-
setCustomRouteName
public void setCustomRouteName(String customRouteName)
-
dstIP
public RowForListCustomRouteOutput dstIP(String dstIP)
-
getDstIP
public String getDstIP()
Get dstIP- Returns:
- dstIP
-
setDstIP
public void setDstIP(String dstIP)
-
proxyCipher
public RowForListCustomRouteOutput proxyCipher(String proxyCipher)
-
getProxyCipher
public String getProxyCipher()
Get proxyCipher- Returns:
- proxyCipher
-
setProxyCipher
public void setProxyCipher(String proxyCipher)
-
proxyPort
public RowForListCustomRouteOutput proxyPort(Integer proxyPort)
-
getProxyPort
public Integer getProxyPort()
Get proxyPort- Returns:
- proxyPort
-
setProxyPort
public void setProxyPort(Integer proxyPort)
-
proxyProtocol
public RowForListCustomRouteOutput proxyProtocol(String proxyProtocol)
-
getProxyProtocol
public String getProxyProtocol()
Get proxyProtocol- Returns:
- proxyProtocol
-
setProxyProtocol
public void setProxyProtocol(String proxyProtocol)
-
updateAt
public RowForListCustomRouteOutput updateAt(Long updateAt)
-
getUpdateAt
public Long getUpdateAt()
Get updateAt- Returns:
- updateAt
-
setUpdateAt
public void setUpdateAt(Long updateAt)
-
zone
public RowForListCustomRouteOutput zone(String zone)
-
getZone
public String getZone()
Get zone- Returns:
- zone
-
setZone
public void setZone(String zone)
-
-