Record Class ApiDocDetails
java.lang.Object
java.lang.Record
io.fluxzero.sdk.web.ApiDocDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of thedeprecatedrecord component.Returns the value of thedescriptionrecord 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 theoperationIdrecord component.security()Returns the value of thesecurityrecord component.summary()Returns the value of thesummaryrecord component.tags()Returns the value of thetagsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ApiDocDetails
public ApiDocDetails(String summary, String description, String operationId, List<String> tags, boolean deprecated, List<String> security) Creates an instance of aApiDocDetailsrecord class.- Parameters:
summary- the value for thesummaryrecord componentdescription- the value for thedescriptionrecord componentoperationId- the value for theoperationIdrecord componenttags- the value for thetagsrecord componentdeprecated- the value for thedeprecatedrecord componentsecurity- the value for thesecurityrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
summary
Returns the value of thesummaryrecord component.- Returns:
- the value of the
summaryrecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
operationId
Returns the value of theoperationIdrecord component.- Returns:
- the value of the
operationIdrecord component
-
tags
-
deprecated
public boolean deprecated()Returns the value of thedeprecatedrecord component.- Returns:
- the value of the
deprecatedrecord component
-
security
-