Class DeploymentMapping


  • public class DeploymentMapping
    extends Object
    Aggregated information on deployment ids and the number of related resources
    • Field Detail

      • NULL_ID

        protected static String NULL_ID
      • deploymentId

        protected String deploymentId
      • count

        protected int count
    • Constructor Detail

      • DeploymentMapping

        public DeploymentMapping​(String deploymentId,
                                 int count)
    • Method Detail

      • getDeploymentId

        public String getDeploymentId()
      • getCount

        public int getCount()
      • removeIds

        public void removeIds​(int numberOfIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object