From 0e1ddd94f7f210391dfc34ddcc370d63ef497c16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 11:29:00 -0700 Subject: re-codegen python code --- .../models/release_ext_ids.py | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/models/release_ext_ids.py') diff --git a/python_openapi_client/fatcat_openapi_client/models/release_ext_ids.py b/python_openapi_client/fatcat_openapi_client/models/release_ext_ids.py index 7c6eb2dd..f4d8bd27 100644 --- a/python_openapi_client/fatcat_openapi_client/models/release_ext_ids.py +++ b/python_openapi_client/fatcat_openapi_client/models/release_ext_ids.py @@ -3,10 +3,10 @@ """ fatcat - A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501 + Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 OpenAPI spec version: 0.3.0 - + Contact: webservices@archive.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -96,6 +96,7 @@ class ReleaseExtIds(object): def doi(self): """Gets the doi of this ReleaseExtIds. # noqa: E501 + Digital Object Identifier (DOI), mostly for published papers and datasets. Should be registered and resolvable via https://doi.org/ # noqa: E501 :return: The doi of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -106,6 +107,7 @@ class ReleaseExtIds(object): def doi(self, doi): """Sets the doi of this ReleaseExtIds. + Digital Object Identifier (DOI), mostly for published papers and datasets. Should be registered and resolvable via https://doi.org/ # noqa: E501 :param doi: The doi of this ReleaseExtIds. # noqa: E501 :type: str @@ -117,6 +119,7 @@ class ReleaseExtIds(object): def wikidata_qid(self): """Gets the wikidata_qid of this ReleaseExtIds. # noqa: E501 + Wikidata entity QID # noqa: E501 :return: The wikidata_qid of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -127,6 +130,7 @@ class ReleaseExtIds(object): def wikidata_qid(self, wikidata_qid): """Sets the wikidata_qid of this ReleaseExtIds. + Wikidata entity QID # noqa: E501 :param wikidata_qid: The wikidata_qid of this ReleaseExtIds. # noqa: E501 :type: str @@ -138,6 +142,7 @@ class ReleaseExtIds(object): def isbn13(self): """Gets the isbn13 of this ReleaseExtIds. # noqa: E501 + ISBN-13, for books. Usually not set for chapters. ISBN-10 should be converted to ISBN-13. # noqa: E501 :return: The isbn13 of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -148,6 +153,7 @@ class ReleaseExtIds(object): def isbn13(self, isbn13): """Sets the isbn13 of this ReleaseExtIds. + ISBN-13, for books. Usually not set for chapters. ISBN-10 should be converted to ISBN-13. # noqa: E501 :param isbn13: The isbn13 of this ReleaseExtIds. # noqa: E501 :type: str @@ -159,6 +165,7 @@ class ReleaseExtIds(object): def pmid(self): """Gets the pmid of this ReleaseExtIds. # noqa: E501 + PubMed Identifier # noqa: E501 :return: The pmid of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -169,6 +176,7 @@ class ReleaseExtIds(object): def pmid(self, pmid): """Sets the pmid of this ReleaseExtIds. + PubMed Identifier # noqa: E501 :param pmid: The pmid of this ReleaseExtIds. # noqa: E501 :type: str @@ -180,6 +188,7 @@ class ReleaseExtIds(object): def pmcid(self): """Gets the pmcid of this ReleaseExtIds. # noqa: E501 + PubMed Central Identifier # noqa: E501 :return: The pmcid of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -190,6 +199,7 @@ class ReleaseExtIds(object): def pmcid(self, pmcid): """Sets the pmcid of this ReleaseExtIds. + PubMed Central Identifier # noqa: E501 :param pmcid: The pmcid of this ReleaseExtIds. # noqa: E501 :type: str @@ -201,6 +211,7 @@ class ReleaseExtIds(object): def core(self): """Gets the core of this ReleaseExtIds. # noqa: E501 + CORE (https://core.ac.uk) identifier # noqa: E501 :return: The core of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -211,6 +222,7 @@ class ReleaseExtIds(object): def core(self, core): """Sets the core of this ReleaseExtIds. + CORE (https://core.ac.uk) identifier # noqa: E501 :param core: The core of this ReleaseExtIds. # noqa: E501 :type: str @@ -222,6 +234,7 @@ class ReleaseExtIds(object): def arxiv(self): """Gets the arxiv of this ReleaseExtIds. # noqa: E501 + arXiv (https://arxiv.org) identifier; must include version # noqa: E501 :return: The arxiv of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -232,6 +245,7 @@ class ReleaseExtIds(object): def arxiv(self, arxiv): """Sets the arxiv of this ReleaseExtIds. + arXiv (https://arxiv.org) identifier; must include version # noqa: E501 :param arxiv: The arxiv of this ReleaseExtIds. # noqa: E501 :type: str @@ -243,6 +257,7 @@ class ReleaseExtIds(object): def jstor(self): """Gets the jstor of this ReleaseExtIds. # noqa: E501 + JSTOR work identifier # noqa: E501 :return: The jstor of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -253,6 +268,7 @@ class ReleaseExtIds(object): def jstor(self, jstor): """Sets the jstor of this ReleaseExtIds. + JSTOR work identifier # noqa: E501 :param jstor: The jstor of this ReleaseExtIds. # noqa: E501 :type: str @@ -264,6 +280,7 @@ class ReleaseExtIds(object): def ark(self): """Gets the ark of this ReleaseExtIds. # noqa: E501 + ARK identifier # noqa: E501 :return: The ark of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -274,6 +291,7 @@ class ReleaseExtIds(object): def ark(self, ark): """Sets the ark of this ReleaseExtIds. + ARK identifier # noqa: E501 :param ark: The ark of this ReleaseExtIds. # noqa: E501 :type: str @@ -285,6 +303,7 @@ class ReleaseExtIds(object): def mag(self): """Gets the mag of this ReleaseExtIds. # noqa: E501 + Microsoft Academic Graph identifier # noqa: E501 :return: The mag of this ReleaseExtIds. # noqa: E501 :rtype: str @@ -295,6 +314,7 @@ class ReleaseExtIds(object): def mag(self, mag): """Sets the mag of this ReleaseExtIds. + Microsoft Academic Graph identifier # noqa: E501 :param mag: The mag of this ReleaseExtIds. # noqa: E501 :type: str -- cgit v1.2.3