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
-
setKeyType
-
valueType
-
getValueType
-
setValueType
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-