Uses of Class
com.volcengine.acep.model.RowForListConfigurationOutput
-
Packages that use RowForListConfigurationOutput Package Description com.volcengine.acep.model -
-
Uses of RowForListConfigurationOutput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return RowForListConfigurationOutput Modifier and Type Method Description RowForListConfigurationOutputRowForListConfigurationOutput. configurationCode(String configurationCode)RowForListConfigurationOutputRowForListConfigurationOutput. configurationName(String configurationName)RowForListConfigurationOutputRowForListConfigurationOutput. configurationType(Integer configurationType)RowForListConfigurationOutputRowForListConfigurationOutput. serverTypeCode(String serverTypeCode)Methods in com.volcengine.acep.model that return types with arguments of type RowForListConfigurationOutput Modifier and Type Method Description @Valid List<RowForListConfigurationOutput>ListConfigurationResponse. getRow()Get rowMethods in com.volcengine.acep.model with parameters of type RowForListConfigurationOutput Modifier and Type Method Description ListConfigurationResponseListConfigurationResponse. addRowItem(RowForListConfigurationOutput rowItem)Method parameters in com.volcengine.acep.model with type arguments of type RowForListConfigurationOutput Modifier and Type Method Description ListConfigurationResponseListConfigurationResponse. row(List<RowForListConfigurationOutput> row)voidListConfigurationResponse. setRow(List<RowForListConfigurationOutput> row)
-