Class PermissionCheckResponseMetadata
java.lang.Object
co.permify.sdk.model.PermissionCheckResponseMetadata
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PermissionCheckResponseMetadata
extends Object
PermissionCheckResponseMetadata metadata for the PermissionCheckResponse.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckCount(Integer checkCount) booleanReturn true if this PermissionCheckResponseMetadata object is equal to o.The count of the checks performed.inthashCode()voidsetCheckCount(Integer checkCount) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CHECK_COUNT
- See Also:
-
-
Constructor Details
-
PermissionCheckResponseMetadata
public PermissionCheckResponseMetadata()
-
-
Method Details
-
checkCount
-
getCheckCount
-
setCheckCount
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-