Uses of Class
com.volcengine.privatezone.model.CustomerLineForListCustomLinesOutput
-
Packages that use CustomerLineForListCustomLinesOutput Package Description com.volcengine.privatezone.model -
-
Uses of CustomerLineForListCustomLinesOutput in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return CustomerLineForListCustomLinesOutput Modifier and Type Method Description CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. addIpSegmentsItem(String ipSegmentsItem)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. createdAt(String createdAt)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. ipSegments(List<String> ipSegments)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. line(String line)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. nameCN(String nameCN)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. remark(String remark)CustomerLineForListCustomLinesOutputCustomerLineForListCustomLinesOutput. updatedAt(String updatedAt)Methods in com.volcengine.privatezone.model that return types with arguments of type CustomerLineForListCustomLinesOutput Modifier and Type Method Description @Valid List<CustomerLineForListCustomLinesOutput>ListCustomLinesResponse. getCustomerLines()Get customerLinesMethods in com.volcengine.privatezone.model with parameters of type CustomerLineForListCustomLinesOutput Modifier and Type Method Description ListCustomLinesResponseListCustomLinesResponse. addCustomerLinesItem(CustomerLineForListCustomLinesOutput customerLinesItem)Method parameters in com.volcengine.privatezone.model with type arguments of type CustomerLineForListCustomLinesOutput Modifier and Type Method Description ListCustomLinesResponseListCustomLinesResponse. customerLines(List<CustomerLineForListCustomLinesOutput> customerLines)voidListCustomLinesResponse. setCustomerLines(List<CustomerLineForListCustomLinesOutput> customerLines)
-