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

com.googlecode.googleplus.model.person.PersonPlacesLived Maven / Gradle / Ivy

The newest version!
package com.googlecode.googleplus.model.person;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class PersonPlacesLived {

    private boolean primary;
    private String value;
    public boolean getPrimary() {
        return primary;
    }
    public void setPrimary(boolean primary) {
        this.primary = primary;
    }
    public String getValue() {
        return value;
    }
    public void setValue(String value) {
        this.value = value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy