Class ResultRef

    • Constructor Detail

      • ResultRef

        public ResultRef()
        No args constructor for use in serialization
      • ResultRef

        public ResultRef​(String entityType,
                         String refType,
                         String s3RefKey,
                         String docRefPrimaryKey,
                         String docRefEntityKey)
        Parameters:
        entityType -
        refType -
        docRefPrimaryKey -
        docRefEntityKey -
        s3RefKey -
    • Method Detail

      • getEntityType

        public String getEntityType()
      • setEntityType

        public void setEntityType​(String entityType)
      • getRefType

        public String getRefType()
      • setRefType

        public void setRefType​(String refType)
      • getS3RefKey

        public String getS3RefKey()
      • setS3RefKey

        public void setS3RefKey​(String s3RefKey)
      • getDocRefPrimaryKey

        public String getDocRefPrimaryKey()
      • setDocRefPrimaryKey

        public void setDocRefPrimaryKey​(String docRefPrimaryKey)
      • getDocRefEntityKey

        public String getDocRefEntityKey()
      • setDocRefEntityKey

        public void setDocRefEntityKey​(String docRefEntityKey)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)