public class ContentBlockElement extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ContentBlockElement.Builder |
| 构造器和说明 |
|---|
ContentBlockElement() |
ContentBlockElement(ContentBlockElement.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentGallery |
getGallery() |
ContentParagraph |
getParagraph() |
String |
getType() |
static ContentBlockElement.Builder |
newBuilder() |
void |
setGallery(ContentGallery gallery) |
void |
setParagraph(ContentParagraph paragraph) |
void |
setType(String type) |
public ContentBlockElement()
public ContentBlockElement(ContentBlockElement.Builder builder)
public static ContentBlockElement.Builder newBuilder()
public String getType()
public void setType(String type)
public ContentParagraph getParagraph()
public void setParagraph(ContentParagraph paragraph)
public ContentGallery getGallery()
public void setGallery(ContentGallery gallery)
Copyright © 2022. All rights reserved.