Media.java 文件源码

java
阅读 56 收藏 0 点赞 0 评论 0

项目:aws-photosharing-example 作者:
@Transient
public String getPrivateUrl() {
    String publicUrl = "";
    if (this.getS3ThumbFileName() != null && this.getS3ThumbFileName().trim().length() > 0)
        publicUrl = MessageFormat.format(Configuration.PRIVATE_MEDIA_URL_FORMAT.toString(), this.getId());

    return publicUrl;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号