src/main/java/com/vmware/vim25/DvsPortJoinPortgroupEvent.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String portKey;
    public String portgroupKey;
    public String portgroupName;

    public String getPortKey() {
        return this.portKey;
    }

    public String getPortgroupKey() {
        return this.portgroupKey;
    }

    public String getPortgroupName() {
        return this.portgroupName;
    }

    public void setPortKey(String portKey) {
        this.portKey = portKey;
    }

    public void setPortgroupKey(String portgroupKey) {
        this.portgroupKey = portgroupKey;
    }

    public void setPortgroupName(String portgroupName) {
        this.portgroupName = portgroupName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/vmware/vim25/DvsPortLeavePortgroupEvent.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String portKey;
    public String portgroupKey;
    public String portgroupName;

    public String getPortKey() {
        return this.portKey;
    }

    public String getPortgroupKey() {
        return this.portgroupKey;
    }

    public String getPortgroupName() {
        return this.portgroupName;
    }

    public void setPortKey(String portKey) {
        this.portKey = portKey;
    }

    public void setPortgroupKey(String portgroupKey) {
        this.portgroupKey = portgroupKey;
    }

    public void setPortgroupName(String portgroupName) {
        this.portgroupName = portgroupName;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



