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

io.github.wujun728.oss.model.ObjectInfo Maven / Gradle / Ivy

The newest version!
package io.github.wujun728.oss.model;

import lombok.Getter;
import lombok.Setter;

/**
 */
@Setter
@Getter
public class ObjectInfo {
    /**
     * 对象查看路径
     */
    private String objectUrl;
    /**
     * 对象保存路径
     */
    private String objectPath;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy