From 24bed5e6b6e31090cb61600a0bdea898eac65da1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 26 十二月 2020 17:20:23 +0800 Subject: [PATCH] cmq调整 --- utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java | 85 +++++++++++++++++++++++------------------- 1 files changed, 47 insertions(+), 38 deletions(-) diff --git a/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java b/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java index a246589..4efa3d1 100644 --- a/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java +++ b/utils/src/main/java/org/yeshi/utils/tencentcloud/entity/COSInitParams.java @@ -2,55 +2,64 @@ /** * 鑵捐浜慍OS鍒濆鍖栧弬鏁� - * - * @author hexiaohui * + * @author hexiaohui */ public class COSInitParams { - private long appId; - private String secretId; - private String secretKey; - // 璁剧疆瑕佹搷浣滅殑bucket - private String bucketName; - private String region; + private long appId; + private String secretId; + private String secretKey; + // 璁剧疆瑕佹搷浣滅殑bucket + private String bucketName; + private String region; + //璁块棶鍩熷悕 + private String accessHost; - public long getAppId() { - return appId; - } + public long getAppId() { + return appId; + } - public void setAppId(long appId) { - this.appId = appId; - } + public void setAppId(long appId) { + this.appId = appId; + } - public String getSecretId() { - return secretId; - } + public String getSecretId() { + return secretId; + } - public void setSecretId(String secretId) { - this.secretId = secretId; - } + public void setSecretId(String secretId) { + this.secretId = secretId; + } - public String getSecretKey() { - return secretKey; - } + public String getSecretKey() { + return secretKey; + } - public void setSecretKey(String secretKey) { - this.secretKey = secretKey; - } + public void setSecretKey(String secretKey) { + this.secretKey = secretKey; + } - public String getBucketName() { - return bucketName; - } + public String getBucketName() { + return bucketName; + } - public void setBucketName(String bucketName) { - this.bucketName = bucketName; - } + public void setBucketName(String bucketName) { + this.bucketName = bucketName; + } - public String getRegion() { - return region; - } + public String getRegion() { + return region; + } - public void setRegion(String region) { - this.region = region; - } + public void setRegion(String region) { + this.region = region; + } + + public String getAccessHost() { + return accessHost; + } + + public void setAccessHost(String accessHost) { + this.accessHost = accessHost; + } } -- Gitblit v1.8.0