Class Entry
java.lang.Object
co.permify.sdk.model.Entry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Entry
extends Object
Represents an entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Entry object is equal to o.The field key for a message creator statement.getId()Required.Get mapKeyWhether the key-value pair is optional.getValue()Get valueinthashCode()optionalEntry(Boolean optionalEntry) voidsetFieldKey(String fieldKey) voidvoidvoidsetOptionalEntry(Boolean optionalEntry) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_FIELD_KEY
- See Also:
-
JSON_PROPERTY_MAP_KEY
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_OPTIONAL_ENTRY
- See Also:
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
id
-
getId
Required. An id assigned to this node by the parser which is unique in a given expression tree. This is used to associate type information and other attributes to the node.- Returns:
- id
-
setId
-
fieldKey
-
getFieldKey
The field key for a message creator statement.- Returns:
- fieldKey
-
setFieldKey
-
mapKey
-
getMapKey
-
setMapKey
-
value
-
getValue
-
setValue
-
optionalEntry
-
getOptionalEntry
Whether the key-value pair is optional.- Returns:
- optionalEntry
-
setOptionalEntry
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-