Interface IDataFieldGuidDataProp

    • Method Detail

      • getDataFieldGuid

        String getDataFieldGuid()
        Get the GUID of the data field that contains the payload data.
        Returns:
        The GUID of the data field, or null.
      • setDataFieldGuid

        void setDataFieldGuid​(String p_strDataFieldGuid)
        Set the GUID of the data field that contains the payload data.
        Parameters:
        p_strDataFieldGuid - The GUID of the data field.