Interface OnboardingStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
OnboardingStep,OnboardingStep.Builder
public interface OnboardingStepOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBody()string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 2 [json_name = "body"];java.lang.StringgetGraphic()string graphic = 3 [json_name = "graphic"];com.google.protobuf.ByteStringgetGraphicBytes()string graphic = 3 [json_name = "graphic"];java.lang.StringgetHeadline()string headline = 1 [json_name = "headline"];com.google.protobuf.ByteStringgetHeadlineBytes()string headline = 1 [json_name = "headline"];
-
-
-
Method Detail
-
getHeadline
java.lang.String getHeadline()
string headline = 1 [json_name = "headline"];- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()
string headline = 1 [json_name = "headline"];- Returns:
- The bytes for headline.
-
getBody
java.lang.String getBody()
string body = 2 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Returns:
- The bytes for body.
-
getGraphic
java.lang.String getGraphic()
string graphic = 3 [json_name = "graphic"];- Returns:
- The graphic.
-
getGraphicBytes
com.google.protobuf.ByteString getGraphicBytes()
string graphic = 3 [json_name = "graphic"];- Returns:
- The bytes for graphic.
-
-