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

com.qcloud.cos.model.ciModel.metaInsight.Persons Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonProperty;

public class Persons {

    /**
     *自定义人物 ID。
     */
    @JsonProperty("PersonId")
    private String personId;

    public String getPersonId() { return personId; }

    public void setPersonId(String personId) { this.personId = personId; }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy