Package com.zitadel.model
Class UserServiceMetadataValueFilter
java.lang.Object
com.zitadel.model.UserServiceMetadataValueFilter
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class UserServiceMetadataValueFilter
extends Object
UserServiceMetadataValueFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet methodbyte[]getValue()Get valueinthashCode()method(UserServiceByteFilterMethod method) voidsetMethod(UserServiceByteFilterMethod method) voidsetValue(byte[] value) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.value(byte[] value)
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
-
Constructor Details
-
UserServiceMetadataValueFilter
public UserServiceMetadataValueFilter()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
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
-