Class BatchGetDeploymentsResult

    • Constructor Detail

      • BatchGetDeploymentsResult

        public BatchGetDeploymentsResult()
    • Method Detail

      • getDeploymentsInfo

        public List<DeploymentInfo> getDeploymentsInfo()

        Information about the deployments.

        Returns:
        Information about the deployments.
      • setDeploymentsInfo

        public void setDeploymentsInfo​(Collection<DeploymentInfo> deploymentsInfo)

        Information about the deployments.

        Parameters:
        deploymentsInfo - Information about the deployments.
      • withDeploymentsInfo

        public BatchGetDeploymentsResult withDeploymentsInfo​(Collection<DeploymentInfo> deploymentsInfo)

        Information about the deployments.

        Parameters:
        deploymentsInfo - Information about the deployments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object