Package co.permify.sdk.model
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
The count of the checks performed.- Returns:
- checkCount
-
setCheckCount
-
equals
Return true if this PermissionCheckResponseMetadata 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
-