public static interface ByteplusSaasRetail.Product.SellerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Required.
|
com.google.protobuf.ByteString |
getIdBytes()
Required.
|
String |
getSellerLevel()
Optional.
|
com.google.protobuf.ByteString |
getSellerLevelBytes()
Optional.
|
double |
getSellerRating()
Optional.
|
String getId()
Required. The id for the seller.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Required. The id for the seller.
string id = 1;String getSellerLevel()
Optional. The seller's level. The sample values are "gold", "silver", etc.
string seller_level = 2;com.google.protobuf.ByteString getSellerLevelBytes()
Optional. The seller's level. The sample values are "gold", "silver", etc.
string seller_level = 2;double getSellerRating()
Optional. The seller's rating. Normalized to [0.0, 5.0].
double seller_rating = 3;Copyright © 2022. All rights reserved.