Class RecordsUploadRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]")
    public class RecordsUploadRequest
    extends Object
    RecordsUploadRequest
    • Constructor Detail

      • RecordsUploadRequest

        public RecordsUploadRequest()
    • Method Detail

      • getRecordSource

        @Nullable
        public String getRecordSource()
        Defines a string which identifies the source of the records.
        Returns:
        recordSource
      • setRecordSource

        public void setRecordSource​(String recordSource)
      • getRecords

        @Nullable
        public List<Object> getRecords()
        The records to upload, each represented as an object with keys matching the properties defined in the dataset's `schema`. Properties defined in the `schema` can be omitted which will correspond to `null` values. Records cannot contain other properties than those defined in the `schema`.
        Returns:
        records
      • setRecords

        public void setRecords​(List<Object> records)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object