Package com.volcengine.acep.model
Class AddCustomRouteResponse
- java.lang.Object
-
- com.volcengine.model.AbstractResponse
-
- com.volcengine.acep.model.AddCustomRouteResponse
-
public class AddCustomRouteResponse extends com.volcengine.model.AbstractResponseAddCustomRouteResponse
-
-
Constructor Summary
Constructors Constructor Description AddCustomRouteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddCustomRouteResponsecustomRouteId(String customRouteId)AddCustomRouteResponsedstIP(String dstIP)booleanequals(Object o)StringgetCustomRouteId()Get customRouteIdStringgetDstIP()Get dstIPinthashCode()voidsetCustomRouteId(String customRouteId)voidsetDstIP(String dstIP)StringtoString()
-
-
-
Method Detail
-
customRouteId
public AddCustomRouteResponse customRouteId(String customRouteId)
-
getCustomRouteId
public String getCustomRouteId()
Get customRouteId- Returns:
- customRouteId
-
setCustomRouteId
public void setCustomRouteId(String customRouteId)
-
dstIP
public AddCustomRouteResponse dstIP(String dstIP)
-
getDstIP
public String getDstIP()
Get dstIP- Returns:
- dstIP
-
setDstIP
public void setDstIP(String dstIP)
-
-