Class ApplicationSummary


  • public class ApplicationSummary
    extends Object
    Contains information about an application in an Azure Batch Account.
    • Constructor Detail

      • ApplicationSummary

        public ApplicationSummary()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public ApplicationSummary withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the ApplicationSummary object itself.
      • displayName

        public String displayName()
        Get the displayName value.
        Returns:
        the displayName value
      • withDisplayName

        public ApplicationSummary withDisplayName​(String displayName)
        Set the displayName value.
        Parameters:
        displayName - the displayName value to set
        Returns:
        the ApplicationSummary object itself.
      • versions

        public List<String> versions()
        Get the versions value.
        Returns:
        the versions value
      • withVersions

        public ApplicationSummary withVersions​(List<String> versions)
        Set the versions value.
        Parameters:
        versions - the versions value to set
        Returns:
        the ApplicationSummary object itself.