All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qcloud.cos.model.ciModel.persistence.PlateDetailInfos Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model.ciModel.persistence;

import com.thoughtworks.xstream.annotations.XStreamImplicit;

import java.util.List;

public class PlateDetailInfos {
    @XStreamImplicit(itemFieldName = "PlateLocation")
    private List plateDetailInfos;

    public List getPlateDetailInfos() {
        return plateDetailInfos;
    }

    public void setPlateDetailInfos(List plateDetailInfos) {
        this.plateDetailInfos = plateDetailInfos;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy