Record Class ClientReportResource.RequestBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.reporting.impl.rest.ClientReportResource.RequestBean
- Enclosing class:
ClientReportResource
-
Constructor Summary
ConstructorsConstructorDescriptionRequestBean(List<String> reportIds, @Nullable String entityName, @Nullable String scope) Creates an instance of aRequestBeanrecord class. -
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the value of theentityNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thereportIdsrecord component.@Nullable Stringscope()Returns the value of thescoperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RequestBean
public RequestBean(List<String> reportIds, @Nullable @Nullable String entityName, @Nullable @Nullable String scope) Creates an instance of aRequestBeanrecord class.- Parameters:
reportIds- the value for thereportIdsrecord componententityName- the value for theentityNamerecord componentscope- the value for thescoperecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
reportIds
-
entityName
Returns the value of theentityNamerecord component.- Returns:
- the value of the
entityNamerecord component
-
scope
Returns the value of thescoperecord component.- Returns:
- the value of the
scoperecord component
-