aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/fileset_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/fileset_file.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/fileset_file.py16
1 files changed, 14 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/fileset_file.py b/python_openapi_client/fatcat_openapi_client/models/fileset_file.py
index 521abc98..c800b83a 100644
--- a/python_openapi_client/fatcat_openapi_client/models/fileset_file.py
+++ b/python_openapi_client/fatcat_openapi_client/models/fileset_file.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
"""
@@ -74,6 +74,7 @@ class FilesetFile(object):
def path(self):
"""Gets the path of this FilesetFile. # noqa: E501
+ Path name of file within this fileset (eg, directory) # noqa: E501
:return: The path of this FilesetFile. # noqa: E501
:rtype: str
@@ -84,6 +85,7 @@ class FilesetFile(object):
def path(self, path):
"""Sets the path of this FilesetFile.
+ Path name of file within this fileset (eg, directory) # noqa: E501
:param path: The path of this FilesetFile. # noqa: E501
:type: str
@@ -97,6 +99,7 @@ class FilesetFile(object):
def size(self):
"""Gets the size of this FilesetFile. # noqa: E501
+ File size in bytes # noqa: E501
:return: The size of this FilesetFile. # noqa: E501
:rtype: int
@@ -107,6 +110,7 @@ class FilesetFile(object):
def size(self, size):
"""Sets the size of this FilesetFile.
+ File size in bytes # noqa: E501
:param size: The size of this FilesetFile. # noqa: E501
:type: int
@@ -120,6 +124,7 @@ class FilesetFile(object):
def md5(self):
"""Gets the md5 of this FilesetFile. # noqa: E501
+ MD5 hash of data, in hex encoding # noqa: E501
:return: The md5 of this FilesetFile. # noqa: E501
:rtype: str
@@ -130,6 +135,7 @@ class FilesetFile(object):
def md5(self, md5):
"""Sets the md5 of this FilesetFile.
+ MD5 hash of data, in hex encoding # noqa: E501
:param md5: The md5 of this FilesetFile. # noqa: E501
:type: str
@@ -147,6 +153,7 @@ class FilesetFile(object):
def sha1(self):
"""Gets the sha1 of this FilesetFile. # noqa: E501
+ SHA-1 hash of data, in hex encoding # noqa: E501
:return: The sha1 of this FilesetFile. # noqa: E501
:rtype: str
@@ -157,6 +164,7 @@ class FilesetFile(object):
def sha1(self, sha1):
"""Sets the sha1 of this FilesetFile.
+ SHA-1 hash of data, in hex encoding # noqa: E501
:param sha1: The sha1 of this FilesetFile. # noqa: E501
:type: str
@@ -174,6 +182,7 @@ class FilesetFile(object):
def sha256(self):
"""Gets the sha256 of this FilesetFile. # noqa: E501
+ SHA-256 hash of data, in hex encoding # noqa: E501
:return: The sha256 of this FilesetFile. # noqa: E501
:rtype: str
@@ -184,6 +193,7 @@ class FilesetFile(object):
def sha256(self, sha256):
"""Sets the sha256 of this FilesetFile.
+ SHA-256 hash of data, in hex encoding # noqa: E501
:param sha256: The sha256 of this FilesetFile. # noqa: E501
:type: str
@@ -201,6 +211,7 @@ class FilesetFile(object):
def extra(self):
"""Gets the extra of this FilesetFile. # noqa: E501
+ Free-form additional metadata about this specific file in the set. Eg, `mimetype`. See guide for nomative (but unenforced) schema fields. # noqa: E501
:return: The extra of this FilesetFile. # noqa: E501
:rtype: object
@@ -211,6 +222,7 @@ class FilesetFile(object):
def extra(self, extra):
"""Sets the extra of this FilesetFile.
+ Free-form additional metadata about this specific file in the set. Eg, `mimetype`. See guide for nomative (but unenforced) schema fields. # noqa: E501
:param extra: The extra of this FilesetFile. # noqa: E501
:type: object