src/main/java/com/vmware/vim25/VspanDestPortConflict.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String vspanSessionKey1;
    public String vspanSessionKey2;
    public String portKey;

    public String getVspanSessionKey1() {
        return this.vspanSessionKey1;
    }

    public String getVspanSessionKey2() {
        return this.vspanSessionKey2;
    }

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

    public void setVspanSessionKey1(String vspanSessionKey1) {
        this.vspanSessionKey1 = vspanSessionKey1;
    }

    public void setVspanSessionKey2(String vspanSessionKey2) {
        this.vspanSessionKey2 = vspanSessionKey2;
    }

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



src/main/java/com/vmware/vim25/VspanPortConflict.java [39:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String vspanSessionKey1;
    public String vspanSessionKey2;
    public String portKey;

    public String getVspanSessionKey1() {
        return this.vspanSessionKey1;
    }

    public String getVspanSessionKey2() {
        return this.vspanSessionKey2;
    }

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

    public void setVspanSessionKey1(String vspanSessionKey1) {
        this.vspanSessionKey1 = vspanSessionKey1;
    }

    public void setVspanSessionKey2(String vspanSessionKey2) {
        this.vspanSessionKey2 = vspanSessionKey2;
    }

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



