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

com.affinda.api.client.models.LocationAnnotationUpdate Maven / Gradle / Ivy

package com.affinda.api.client.models;

import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;

/** The LocationAnnotationUpdate model. */
@Fluent
public final class LocationAnnotationUpdate extends AnnotationBase {
    /*
     * The parsed property.
     */
    @JsonProperty(value = "parsed", access = JsonProperty.Access.WRITE_ONLY)
    private LocationAnnotationUpdateParsed parsed;

    /**
     * Get the parsed property: The parsed property.
     *
     * @return the parsed value.
     */
    public LocationAnnotationUpdateParsed getParsed() {
        return this.parsed;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy