Interface ProductOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Product,Product.Builder
public interface ProductOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBrand()string brand = 6 [json_name = "brand"];com.google.protobuf.ByteStringgetBrandBytes()string brand = 6 [json_name = "brand"];java.lang.StringgetColor()string color = 5 [json_name = "color"];com.google.protobuf.ByteStringgetColorBytes()string color = 5 [json_name = "color"];java.lang.StringgetDescription()string description = 4 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 4 [json_name = "description"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetImageUrl()string image_url = 2 [json_name = "imageUrl"];com.google.protobuf.ByteStringgetImageUrlBytes()string image_url = 2 [json_name = "imageUrl"];java.lang.StringgetTitle()string title = 3 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 3 [json_name = "title"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getImageUrl
java.lang.String getImageUrl()
string image_url = 2 [json_name = "imageUrl"];- Returns:
- The imageUrl.
-
getImageUrlBytes
com.google.protobuf.ByteString getImageUrlBytes()
string image_url = 2 [json_name = "imageUrl"];- Returns:
- The bytes for imageUrl.
-
getTitle
java.lang.String getTitle()
string title = 3 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 3 [json_name = "title"];- Returns:
- The bytes for title.
-
getDescription
java.lang.String getDescription()
string description = 4 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 4 [json_name = "description"];- Returns:
- The bytes for description.
-
getColor
java.lang.String getColor()
string color = 5 [json_name = "color"];- Returns:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
string color = 5 [json_name = "color"];- Returns:
- The bytes for color.
-
getBrand
java.lang.String getBrand()
string brand = 6 [json_name = "brand"];- Returns:
- The brand.
-
getBrandBytes
com.google.protobuf.ByteString getBrandBytes()
string brand = 6 [json_name = "brand"];- Returns:
- The bytes for brand.
-
-