Package com.zitadel.model
Class ApplicationServiceGetApplicationKeyRequest
java.lang.Object
com.zitadel.model.ApplicationServiceGetApplicationKeyRequest
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class ApplicationServiceGetApplicationKeyRequest
extends Object
ApplicationServiceGetApplicationKeyRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKeyId()The unique ID of the application key to be retrieved.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY_ID
- See Also:
-
-
Constructor Details
-
ApplicationServiceGetApplicationKeyRequest
public ApplicationServiceGetApplicationKeyRequest()
-
-
Method Details
-
keyId
-
getKeyId
The unique ID of the application key to be retrieved.- Returns:
- keyId
-
setKeyId
-
equals
-
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
-