Class CloudImageDataImpl

    • Constructor Detail

      • CloudImageDataImpl

        public CloudImageDataImpl()
      • CloudImageDataImpl

        public CloudImageDataImpl​(@NotNull
                                  Map<String,​String> parameters)
    • Method Detail

      • getId

        @Nullable
        public String getId()
        Returns a field identified as ID
        Specified by:
        getId in class CloudImageData
        Since:
        10.0
      • getAgentPoolId

        @Nullable
        public Integer getAgentPoolId()
        Returns agent pool id, if corresponding field presents and is valid.
        Null otherwise
        Specified by:
        getAgentPoolId in class CloudImageData
        Returns:
        see above
        Since:
        10.0
      • getParameter

        @Nullable
        public String getParameter​(@NotNull
                                   String paramName)
        Returns image parameter value by its name.
        Specified by:
        getParameter in class CloudImageData
        Parameters:
        paramName -
        Returns:
        image parameter value if one exists, null otherwise
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object