@Immutable public final class LocalDashboardItemState extends Object implements DashboardItemState
DashboardItemState with:
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalDashboardItemState.Builder |
| Constructor and Description |
|---|
LocalDashboardItemState(GadgetId gadgetId,
Color color,
LocalDashboardItemModuleId dashboardItemModuleId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
accept(DashboardItemStateVisitor<V> visitor) |
static LocalDashboardItemState.Builder |
builder() |
static LocalDashboardItemState.Builder |
builder(LocalDashboardItemState dashboardItemState) |
boolean |
equals(Object o) |
Color |
getColor() |
LocalDashboardItemModuleId |
getDashboardItemModuleId() |
GadgetId |
getId() |
Map<String,String> |
getProperties() |
int |
hashCode() |
String |
toString() |
public GadgetId getId()
getId in interface DashboardItemStatepublic Color getColor()
getColor in interface DashboardItemStatepublic LocalDashboardItemModuleId getDashboardItemModuleId()
public <V> V accept(DashboardItemStateVisitor<V> visitor)
accept in interface DashboardItemStatepublic static LocalDashboardItemState.Builder builder()
public static LocalDashboardItemState.Builder builder(LocalDashboardItemState dashboardItemState)
Copyright © 2024 Atlassian. All rights reserved.