public static interface ByteplusSaasRetail.Product.CategoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCategoryDepth()
Required.
|
ByteplusSaasRetail.Product.Category.CategoryNode |
getCategoryNodes(int index)
Required.
|
int |
getCategoryNodesCount()
Required.
|
List<ByteplusSaasRetail.Product.Category.CategoryNode> |
getCategoryNodesList()
Required.
|
ByteplusSaasRetail.Product.Category.CategoryNodeOrBuilder |
getCategoryNodesOrBuilder(int index)
Required.
|
List<? extends ByteplusSaasRetail.Product.Category.CategoryNodeOrBuilder> |
getCategoryNodesOrBuilderList()
Required.
|
int getCategoryDepth()
Required. The depth of the category. This is consecutive (1-based) and ascending.
int32 category_depth = 1;List<ByteplusSaasRetail.Product.Category.CategoryNode> getCategoryNodesList()
Required. The category nodes belong to the same depth.
repeated .bytedance.byteplus.rec.retail.Product.Category.CategoryNode category_nodes = 2;ByteplusSaasRetail.Product.Category.CategoryNode getCategoryNodes(int index)
Required. The category nodes belong to the same depth.
repeated .bytedance.byteplus.rec.retail.Product.Category.CategoryNode category_nodes = 2;int getCategoryNodesCount()
Required. The category nodes belong to the same depth.
repeated .bytedance.byteplus.rec.retail.Product.Category.CategoryNode category_nodes = 2;List<? extends ByteplusSaasRetail.Product.Category.CategoryNodeOrBuilder> getCategoryNodesOrBuilderList()
Required. The category nodes belong to the same depth.
repeated .bytedance.byteplus.rec.retail.Product.Category.CategoryNode category_nodes = 2;ByteplusSaasRetail.Product.Category.CategoryNodeOrBuilder getCategoryNodesOrBuilder(int index)
Required. The category nodes belong to the same depth.
repeated .bytedance.byteplus.rec.retail.Product.Category.CategoryNode category_nodes = 2;Copyright © 2022. All rights reserved.