Interface BrandDefaults.AppearanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BrandDefaults.Appearance,BrandDefaults.Appearance.Builder
- Enclosing class:
- BrandDefaults
public static interface BrandDefaults.AppearanceOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccentColor()string accent_color = 3 [json_name = "accentColor"];com.google.protobuf.ByteStringgetAccentColorBytes()string accent_color = 3 [json_name = "accentColor"];java.lang.StringgetPrimaryColor()string primary_color = 1 [json_name = "primaryColor"];com.google.protobuf.ByteStringgetPrimaryColorBytes()string primary_color = 1 [json_name = "primaryColor"];java.lang.StringgetSecondaryColor()string secondary_color = 2 [json_name = "secondaryColor"];com.google.protobuf.ByteStringgetSecondaryColorBytes()string secondary_color = 2 [json_name = "secondaryColor"];
-
-
-
Method Detail
-
getPrimaryColor
java.lang.String getPrimaryColor()
string primary_color = 1 [json_name = "primaryColor"];- Returns:
- The primaryColor.
-
getPrimaryColorBytes
com.google.protobuf.ByteString getPrimaryColorBytes()
string primary_color = 1 [json_name = "primaryColor"];- Returns:
- The bytes for primaryColor.
-
getSecondaryColor
java.lang.String getSecondaryColor()
string secondary_color = 2 [json_name = "secondaryColor"];- Returns:
- The secondaryColor.
-
getSecondaryColorBytes
com.google.protobuf.ByteString getSecondaryColorBytes()
string secondary_color = 2 [json_name = "secondaryColor"];- Returns:
- The bytes for secondaryColor.
-
getAccentColor
java.lang.String getAccentColor()
string accent_color = 3 [json_name = "accentColor"];- Returns:
- The accentColor.
-
getAccentColorBytes
com.google.protobuf.ByteString getAccentColorBytes()
string accent_color = 3 [json_name = "accentColor"];- Returns:
- The bytes for accentColor.
-
-