Package co.permify.sdk.model
Class MapType
java.lang.Object
co.permify.sdk.model.MapType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class MapType
extends Object
Map type with parameterized key and value types, e.g. `map<string, int>`.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this MapType object is equal to o.Get keyTypeGet valueTypeinthashCode()keyType(V1alpha1Type keyType) voidsetKeyType(V1alpha1Type keyType) voidsetValueType(V1alpha1Type valueType) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.valueType(V1alpha1Type valueType)
-
Field Details
-
JSON_PROPERTY_KEY_TYPE
- See Also:
-
JSON_PROPERTY_VALUE_TYPE
- See Also:
-
-
Constructor Details
-
MapType
public MapType()
-
-
Method Details
-
keyType
-
getKeyType
Get keyType- Returns:
- keyType
-
setKeyType
-
valueType
-
getValueType
Get valueType- Returns:
- valueType
-
setValueType
-
equals
Return true if this MapType object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-