public class Report extends Object
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescription()
Returns the value of field 'description'.
|
String |
getDisplayName()
Returns the value of field 'displayName'.
|
String |
getId()
Returns the value of field 'id'.
|
Boolean |
getOnline()
Returns the value of field 'online'.
|
String |
getReportService()
Returns the value of field 'reportService'.
|
int |
hashCode() |
Boolean |
isOnline()
Returns the value of field 'online'.
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(String id) |
void |
setOnline(Boolean online) |
void |
setReportService(String reportService) |
String |
toString() |
public String getDescription()
public String getDisplayName()
public String getId()
public Boolean getOnline()
public String getReportService()
public Boolean isOnline()
public void setId(String id)
public void setDisplayName(String displayName)
public void setReportService(String reportService)
public void setDescription(String description)
public void setOnline(Boolean online)
Copyright © 2021. All rights reserved.