Class DeploymentId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.identifiers.DeploymentId
-
public class DeploymentId extends Object
ApplicationId x ZoneId.- Author:
- smorgrav, bratseth
-
-
Constructor Summary
Constructors Constructor Description DeploymentId(com.yahoo.config.provision.ApplicationId applicationId, com.yahoo.config.provision.zone.ZoneId zoneId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.ApplicationIdapplicationId()StringdottedString()booleanequals(Object o)inthashCode()StringtoString()StringtoUserFriendlyString()com.yahoo.config.provision.zone.ZoneIdzoneId()
-