Class ApplicationInfoResponse


  • public class ApplicationInfoResponse
    extends Object
    Response containing the Application Info.
    • Constructor Detail

      • ApplicationInfoResponse

        public ApplicationInfoResponse()
    • Method Detail

      • id

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

        public ApplicationInfoResponse withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public ApplicationInfoResponse withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • description

        public String description()
        Get the description value.
        Returns:
        the description value
      • withDescription

        public ApplicationInfoResponse withDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • culture

        public String culture()
        Get the culture value.
        Returns:
        the culture value
      • withCulture

        public ApplicationInfoResponse withCulture​(String culture)
        Set the culture value.
        Parameters:
        culture - the culture value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • usageScenario

        public String usageScenario()
        Get the usageScenario value.
        Returns:
        the usageScenario value
      • withUsageScenario

        public ApplicationInfoResponse withUsageScenario​(String usageScenario)
        Set the usageScenario value.
        Parameters:
        usageScenario - the usageScenario value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • domain

        public String domain()
        Get the domain value.
        Returns:
        the domain value
      • withDomain

        public ApplicationInfoResponse withDomain​(String domain)
        Set the domain value.
        Parameters:
        domain - the domain value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • versionsCount

        public Integer versionsCount()
        Get the versionsCount value.
        Returns:
        the versionsCount value
      • withVersionsCount

        public ApplicationInfoResponse withVersionsCount​(Integer versionsCount)
        Set the versionsCount value.
        Parameters:
        versionsCount - the versionsCount value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • createdDateTime

        public String createdDateTime()
        Get the createdDateTime value.
        Returns:
        the createdDateTime value
      • withCreatedDateTime

        public ApplicationInfoResponse withCreatedDateTime​(String createdDateTime)
        Set the createdDateTime value.
        Parameters:
        createdDateTime - the createdDateTime value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • endpoints

        public Object endpoints()
        Get the endpoints value.
        Returns:
        the endpoints value
      • withEndpoints

        public ApplicationInfoResponse withEndpoints​(Object endpoints)
        Set the endpoints value.
        Parameters:
        endpoints - the endpoints value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • endpointHitsCount

        public Integer endpointHitsCount()
        Get the endpointHitsCount value.
        Returns:
        the endpointHitsCount value
      • withEndpointHitsCount

        public ApplicationInfoResponse withEndpointHitsCount​(Integer endpointHitsCount)
        Set the endpointHitsCount value.
        Parameters:
        endpointHitsCount - the endpointHitsCount value to set
        Returns:
        the ApplicationInfoResponse object itself.
      • activeVersion

        public String activeVersion()
        Get the activeVersion value.
        Returns:
        the activeVersion value
      • withActiveVersion

        public ApplicationInfoResponse withActiveVersion​(String activeVersion)
        Set the activeVersion value.
        Parameters:
        activeVersion - the activeVersion value to set
        Returns:
        the ApplicationInfoResponse object itself.