Interface ChromeHtmlHeaderFooterPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ChromeHtmlHeaderFooterP,ChromeHtmlHeaderFooterP.Builder
public interface ChromeHtmlHeaderFooterPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()optional string base_url = 1;com.google.protobuf.ByteStringgetBaseUrlBytes()optional string base_url = 1;StringgetDividerLineColor()optional string divider_line_color = 4;com.google.protobuf.ByteStringgetDividerLineColorBytes()optional string divider_line_color = 4;booleangetDrawDividerLine()optional bool draw_divider_line = 3;StringgetHtmlFragment()optional string html_fragment = 5;com.google.protobuf.ByteStringgetHtmlFragmentBytes()optional string html_fragment = 5;booleangetLoadStylesAndCSSFromMainHtmlDocument()optional bool loadStylesAndCSSFromMainHtmlDocument = 6;intgetMaxHeight()optional int32 max_height = 2;booleanhasBaseUrl()optional string base_url = 1;booleanhasDividerLineColor()optional string divider_line_color = 4;booleanhasDrawDividerLine()optional bool draw_divider_line = 3;booleanhasHtmlFragment()optional string html_fragment = 5;booleanhasLoadStylesAndCSSFromMainHtmlDocument()optional bool loadStylesAndCSSFromMainHtmlDocument = 6;booleanhasMaxHeight()optional int32 max_height = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasBaseUrl
boolean hasBaseUrl()
optional string base_url = 1;- Returns:
 - Whether the baseUrl field is set.
 
 
- 
getBaseUrl
String getBaseUrl()
optional string base_url = 1;- Returns:
 - The baseUrl.
 
 
- 
getBaseUrlBytes
com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 1;- Returns:
 - The bytes for baseUrl.
 
 
- 
hasMaxHeight
boolean hasMaxHeight()
optional int32 max_height = 2;- Returns:
 - Whether the maxHeight field is set.
 
 
- 
getMaxHeight
int getMaxHeight()
optional int32 max_height = 2;- Returns:
 - The maxHeight.
 
 
- 
hasDrawDividerLine
boolean hasDrawDividerLine()
optional bool draw_divider_line = 3;- Returns:
 - Whether the drawDividerLine field is set.
 
 
- 
getDrawDividerLine
boolean getDrawDividerLine()
optional bool draw_divider_line = 3;- Returns:
 - The drawDividerLine.
 
 
- 
hasDividerLineColor
boolean hasDividerLineColor()
optional string divider_line_color = 4;- Returns:
 - Whether the dividerLineColor field is set.
 
 
- 
getDividerLineColor
String getDividerLineColor()
optional string divider_line_color = 4;- Returns:
 - The dividerLineColor.
 
 
- 
getDividerLineColorBytes
com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 4;- Returns:
 - The bytes for dividerLineColor.
 
 
- 
hasHtmlFragment
boolean hasHtmlFragment()
optional string html_fragment = 5;- Returns:
 - Whether the htmlFragment field is set.
 
 
- 
getHtmlFragment
String getHtmlFragment()
optional string html_fragment = 5;- Returns:
 - The htmlFragment.
 
 
- 
getHtmlFragmentBytes
com.google.protobuf.ByteString getHtmlFragmentBytes()
optional string html_fragment = 5;- Returns:
 - The bytes for htmlFragment.
 
 
- 
hasLoadStylesAndCSSFromMainHtmlDocument
boolean hasLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6;- Returns:
 - Whether the loadStylesAndCSSFromMainHtmlDocument field is set.
 
 
- 
getLoadStylesAndCSSFromMainHtmlDocument
boolean getLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6;- Returns:
 - The loadStylesAndCSSFromMainHtmlDocument.
 
 
 - 
 
 -