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 Datacenterapply(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) booleancopy(String title, DatacenterTargetState targetState, String updatedBy, Instant updatedDate) booleangetTitle()inthashCode()intproductElement(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 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:
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
-