Record Class PostmanCollectionV210.Info
java.lang.Object
java.lang.Record
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Info
- Enclosing class:
PostmanCollectionV210
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeReturns the value of thedescriptionAsJsonNoderecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.Returns the value of thepostmanIdrecord component.schema()Returns the value of theschemarecord component.final StringtoString()Returns a string representation of this record class.com.fasterxml.jackson.databind.JsonNodeReturns the value of theversionAsJsonNoderecord component.
-
Constructor Details
-
Info
public Info(String name, String postmanId, com.fasterxml.jackson.databind.JsonNode descriptionAsJsonNode, com.fasterxml.jackson.databind.JsonNode versionAsJsonNode, String schema) Creates an instance of aInforecord class.- Parameters:
name- the value for thenamerecord componentpostmanId- the value for thepostmanIdrecord componentdescriptionAsJsonNode- the value for thedescriptionAsJsonNoderecord componentversionAsJsonNode- the value for theversionAsJsonNoderecord componentschema- the value for theschemarecord component
-
-
Method Details
-
description
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
postmanId
Returns the value of thepostmanIdrecord component.- Returns:
- the value of the
postmanIdrecord component
-
descriptionAsJsonNode
public com.fasterxml.jackson.databind.JsonNode descriptionAsJsonNode()Returns the value of thedescriptionAsJsonNoderecord component.- Returns:
- the value of the
descriptionAsJsonNoderecord component
-
versionAsJsonNode
public com.fasterxml.jackson.databind.JsonNode versionAsJsonNode()Returns the value of theversionAsJsonNoderecord component.- Returns:
- the value of the
versionAsJsonNoderecord component
-
schema
Returns the value of theschemarecord component.- Returns:
- the value of the
schemarecord component
-