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

org.springframework.content.azure.config.BlobId Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
package org.springframework.content.azure.config;

import java.io.Serializable;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class BlobId implements Serializable {

    private static final long serialVersionUID = -8732799459908612678L;

    private String bucket;
    private String name;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy