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

com.contrastsecurity.models.NumericMetadata Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.contrastsecurity.models;

import com.google.gson.annotations.SerializedName;

public class NumericMetadata extends MetadataEntity{

    public NumericMetadata()
    {
        type = MetadataType.NUMERIC;
    }

    @SerializedName("fieldValue")
    private Long fieldValue;

    public Long getFieldValue() { return  fieldValue;};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy