Class ExternalRepositoryIdResultJson

  • All Implemented Interfaces:
    Serializable

    public class ExternalRepositoryIdResultJson
    extends BaseJson
    Result from getting external repository ID information
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalRepositoryIdResultJson

        public ExternalRepositoryIdResultJson()
    • Method Detail

      • getExternalRepositoryUuid

        public String getExternalRepositoryUuid()
        Uuid of the repository
        Returns:
        Uuid of the repository
      • setExternalRepositoryUuid

        public void setExternalRepositoryUuid​(String externalRepositoryUuid)
        Uuid of the repository
        Parameters:
        externalRepositoryUuid - Uuid of the repository
      • getExternalId

        public String getExternalId()
        Id of the repository
        Returns:
        Id of the repository
      • setExternalId

        public void setExternalId​(String externalId)
        Id of the repository
        Parameters:
        externalId - Id of the repository
      • getExternalRepositoryName

        public String getExternalRepositoryName()
        Name of external repository
        Returns:
        Name of external repository
      • setExternalRepositoryName

        public void setExternalRepositoryName​(String externalRepositoryName)
        Name of external repository
        Parameters:
        externalRepositoryName - Name of external repository