Class DeploymentMapping


  • public class DeploymentMapping
    extends java.lang.Object
    Aggregated information on deployment ids and the number of related resources
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int count  
      protected java.lang.String deploymentId  
      protected static java.lang.String NULL_ID  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeploymentMapping​(java.lang.String deploymentId, int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int getCount()  
      java.lang.String getDeploymentId()  
      java.util.List<java.lang.String> getIds​(java.util.List<java.lang.String> ids)  
      int hashCode()  
      void removeIds​(int numberOfIds)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • NULL_ID

        protected static java.lang.String NULL_ID
      • deploymentId

        protected java.lang.String deploymentId
      • count

        protected int count
    • Constructor Detail

      • DeploymentMapping

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

      • getDeploymentId

        public java.lang.String getDeploymentId()
      • getCount

        public int getCount()
      • getIds

        public java.util.List<java.lang.String> getIds​(java.util.List<java.lang.String> ids)
      • removeIds

        public void removeIds​(int numberOfIds)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object