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 Details

  • Constructor Details

    • ApplicationServiceGetApplicationKeyRequest

      public ApplicationServiceGetApplicationKeyRequest()
  • Method Details

    • keyId

    • getKeyId

      @Nullable public String getKeyId()
      The unique ID of the application key to be retrieved.
      Returns:
      keyId
    • setKeyId

      public void setKeyId(@Nullable String keyId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string