Serialisierte Form

  • Package de.dlr.proseo.api.prip.rest.model

    • Klasse de.dlr.proseo.api.prip.rest.model.CscAttribute

      class CscAttribute extends Object implements Serializable
      serialVersionUID:
      -1765112471377119682L
      • Serialisierte Felder

        • contentLength
          Long contentLength
          Actual size in bytes of the attribute
        • contentType
          String contentType
          The MIME type of the attribute
        • dateValue
          String dateValue
          The attribute value in UTC, if it is a string attribute
        • id
          String id
          String identifier of the attribute
        • integerValue
          Long integerValue
          The attribute value, if it is an integer attribute
        • stringValue
          String stringValue
          The attribute value, if it is a string attribute
    • Klasse de.dlr.proseo.api.prip.rest.model.CscChecksum

      class CscChecksum extends Object implements Serializable
      serialVersionUID:
      -1748587630620343810L
      • Serialisierte Felder

        • algorithm
          String algorithm
          The checksum algorithm (e. g. MD5)
        • checksumDate
          String checksumDate
          Date and time the checksum was computed
        • value
          String value
          The checksum value
    • Klasse de.dlr.proseo.api.prip.rest.model.CscProduct

      class CscProduct extends Object implements Serializable
      serialVersionUID:
      -1793204703240619043L
      • Serialisierte Felder

        • attributes
          List<CscAttribute> attributes
          The variable attributes of the product (as requested by the $expand option)
        • checksums
          List<CscChecksum> checksums
          Represents the known checksums for the product’s physical date, providing a unique value for supporting download integrity check. At least MD5 checksum is mandatory. It is noted that checksums are computed for the actual downloaded product file, i.e. the package used for dissemination
        • contentDate
          CscTimeRange contentDate
          The sensing range period. Start and end times in UTC
        • contentLength
          Long contentLength
          Actual size in bytes of the downloadable file
        • contentType
          String contentType
          The MIME type of the product (typically application/octet-stream)
        • creationDate
          String creationDate
          Publication date and time of the data file (time at which the file becomes visible to the user) in UTC
        • evictionDate
          String evictionDate
          Date when the data file will be removed from the rolling archive in UTC
        • id
          String id
          Universally unique product identifier
        • name
          String name
          Data file name
        • productionType
          CscProductionType productionType
          The type of production process applied
    • Klasse de.dlr.proseo.api.prip.rest.model.CscTimeRange

      class CscTimeRange extends Object implements Serializable
      serialVersionUID:
      -1753545084565363490L
      • Serialisierte Felder

        • end
          String end
          Sensing end time in UTC
        • start
          String start
          Sensing start time in UTC
    • Klasse de.dlr.proseo.api.prip.rest.model.OAuth2Response

      class OAuth2Response extends Object implements Serializable
      serialVersionUID:
      -1860956545189439364L
      • Serialisierte Felder

        • accessToken
          String accessToken
          The access token issued by the authorization server (as per RFC 6749)
        • expiresIn
          Long expiresIn
          The lifetime in seconds of the access token. For example, the value 3600 denotes that the access token will expire in one hour from the time the response was generated (as per RFC 6749)
        • tokenType
          String tokenType
          The type of the token issued (as per RFC 6749; always "bearer")