public class CallBlock extends Object implements LayoutBlock
| Modifier and Type | Class and Description |
|---|---|
class |
CallBlock.Call |
static class |
CallBlock.CallBlockBuilder |
| Constructor and Description |
|---|
CallBlock() |
CallBlock(String blockId,
String callId,
Boolean apiDecorationAvailable,
Map<String,CallBlock.Call> call) |
| Modifier and Type | Method and Description |
|---|---|
static CallBlock.CallBlockBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Boolean |
getApiDecorationAvailable() |
String |
getBlockId() |
Map<String,CallBlock.Call> |
getCall() |
String |
getCallId() |
String |
getType()
Determines the type of layout block, e.g.
|
int |
hashCode() |
void |
setApiDecorationAvailable(Boolean apiDecorationAvailable) |
void |
setBlockId(String blockId) |
void |
setCall(Map<String,CallBlock.Call> call) |
void |
setCallId(String callId) |
String |
toString() |
public static final String TYPE
public static CallBlock.CallBlockBuilder builder()
public String getType()
LayoutBlockgetType in interface LayoutBlockpublic String getBlockId()
public String getCallId()
public Boolean getApiDecorationAvailable()
public Map<String,CallBlock.Call> getCall()
public void setBlockId(String blockId)
public void setCallId(String callId)
public void setApiDecorationAvailable(Boolean apiDecorationAvailable)
public void setCall(Map<String,CallBlock.Call> call)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.