hive-metastore-listener/src/main/java/com/google/datacatalog_connectors/hive/metastore/domain/AlterTableEventRequest.java [48:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public MetadataEvent getEvent() {
        return event;
    }

    public void setHostName(String hostName) {
        this.hostName = hostName;
    }

    public String getHostName() {
        return hostName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hive-metastore-listener/src/main/java/com/google/datacatalog_connectors/hive/metastore/domain/CreateTableEventRequest.java [38:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public MetadataEvent getEvent() {
        return event;
    }

    public void setHostName(String hostName) {
        this.hostName = hostName;
    }

    public String getHostName() {
        return hostName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



