Class TenantCreateRequest
java.lang.Object
co.permify.sdk.model.TenantCreateRequest
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TenantCreateRequest
extends Object
TenantCreateRequest is the message used for the request to create a tenant.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this TenantCreateRequest object is equal to o.getId()id is a unique identifier for the tenant.getName()name is the name of the tenant.inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
TenantCreateRequest
public TenantCreateRequest()
-
-
Method Details
-
id
-
getId
-
setId
-
name
-
getName
-
setName
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-