Package com.xebialabs.xlrelease.domain
Class Tenant
java.lang.Object
com.xebialabs.xlrelease.domain.Tenant
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tenantapply(String tenantId, String tenantName, TenantStatus tenantStatus) booleancopy(String tenantId, String tenantName, TenantStatus tenantStatus) booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> tenantId()toString()static scala.Option<scala.Tuple3<String, String, TenantStatus>> Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Tenant
-
-
Method Details
-
apply
-
unapply
-
tenantId
-
tenantName
-
tenantStatus
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
getTenantId
-
getTenantName
-
getTenantStatus
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-