public void setType()

in opbeans/src/main/java/co/elastic/apm/opbeans/model/Product.java [87:89]


    public void setType(ProductType type) {
        this.type = type;
    }