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

com.bmc.truesight.saas.meter.client.response.model.FileSystem Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package com.bmc.truesight.saas.meter.client.response.model;


import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

@JsonDeserialize(as = ImmutableFileSystem.class)
@Value.Immutable
public abstract class FileSystem {

    public abstract String dirName();
    public abstract String devName();
    public abstract String typeName();
    public abstract String sysTypeName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy