Uses of Class
com.volcengine.acep.model.RowForListCustomRouteOutput
-
Packages that use RowForListCustomRouteOutput Package Description com.volcengine.acep.model -
-
Uses of RowForListCustomRouteOutput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return RowForListCustomRouteOutput Modifier and Type Method Description RowForListCustomRouteOutputRowForListCustomRouteOutput. createAt(Long createAt)RowForListCustomRouteOutputRowForListCustomRouteOutput. customRouteId(String customRouteId)RowForListCustomRouteOutputRowForListCustomRouteOutput. customRouteName(String customRouteName)RowForListCustomRouteOutputRowForListCustomRouteOutput. dstIP(String dstIP)RowForListCustomRouteOutputRowForListCustomRouteOutput. proxyCipher(String proxyCipher)RowForListCustomRouteOutputRowForListCustomRouteOutput. proxyPort(Integer proxyPort)RowForListCustomRouteOutputRowForListCustomRouteOutput. proxyProtocol(String proxyProtocol)RowForListCustomRouteOutputRowForListCustomRouteOutput. updateAt(Long updateAt)RowForListCustomRouteOutputRowForListCustomRouteOutput. zone(String zone)Methods in com.volcengine.acep.model that return types with arguments of type RowForListCustomRouteOutput Modifier and Type Method Description @Valid List<RowForListCustomRouteOutput>ListCustomRouteResponse. getRow()Get rowMethods in com.volcengine.acep.model with parameters of type RowForListCustomRouteOutput Modifier and Type Method Description ListCustomRouteResponseListCustomRouteResponse. addRowItem(RowForListCustomRouteOutput rowItem)Method parameters in com.volcengine.acep.model with type arguments of type RowForListCustomRouteOutput Modifier and Type Method Description ListCustomRouteResponseListCustomRouteResponse. row(List<RowForListCustomRouteOutput> row)voidListCustomRouteResponse. setRow(List<RowForListCustomRouteOutput> row)
-