@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class RemoteObject extends Object
| Constructor and Description |
|---|
RemoteObject() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
Icon |
getIcon()
Details of the icon for the item.
|
Status |
getStatus()
The status of the item.
|
String |
getSummary()
The summary details of the item.
|
String |
getTitle()
The title of the item.
|
String |
getUrl()
The URL of the item.
|
int |
hashCode() |
RemoteObject |
icon(Icon icon) |
void |
set(String name,
Object value) |
void |
setIcon(Icon icon) |
void |
setStatus(Status status) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
void |
setUrl(String url) |
RemoteObject |
status(Status status) |
RemoteObject |
summary(String summary) |
RemoteObject |
title(String title) |
String |
toString() |
RemoteObject |
url(String url) |
public RemoteObject url(String url)
public String getUrl()
public void setUrl(String url)
public RemoteObject title(String title)
public String getTitle()
public void setTitle(String title)
public RemoteObject summary(String summary)
public String getSummary()
public void setSummary(String summary)
public RemoteObject icon(Icon icon)
public Icon getIcon()
public void setIcon(Icon icon)
public RemoteObject status(Status status)
public Status getStatus()
public void setStatus(Status status)
Copyright © 2011–2021 Everit Kft.. All rights reserved.