Package com.xebialabs.xlrelease.domain
Class Datacenter
java.lang.Object
com.xebialabs.xlrelease.domain.Datacenter
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDatacenter
(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) -
Method Summary
Modifier and TypeMethodDescriptionstatic Datacenter
apply
(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) boolean
copy
(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) boolean
getTitle()
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
title()
toString()
static scala.Option<scala.Tuple4<String,
DatacenterTargetState, String, Instant>> unapply
(Datacenter x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Datacenter
public Datacenter(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate)
-
-
Method Details
-
apply
public static Datacenter apply(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) -
unapply
public static scala.Option<scala.Tuple4<String,DatacenterTargetState, unapplyString, Instant>> (Datacenter x$0) -
title
-
targetState
-
updatedBy
-
updatedDate
-
getUpdatedByForApiResponse
-
copy
public Datacenter copy(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) -
copy$default$1
-
copy$default$2
-
copy$default$3
-
copy$default$4
-
getTargetState
-
getTitle
-
getUpdatedBy
-
getUpdatedDate
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-