类 GetObjectArguments
java.lang.Object
cn.herodotus.oss.specification.arguments.base.BaseArguments
cn.herodotus.oss.specification.arguments.base.BucketArguments
cn.herodotus.oss.specification.arguments.base.ObjectArguments
cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments
cn.herodotus.oss.specification.arguments.base.ObjectReadArguments
cn.herodotus.oss.specification.arguments.base.ObjectConditionalReadArguments
cn.herodotus.oss.specification.arguments.object.GetObjectArguments
- 所有已实现的接口:
cn.herodotus.engine.assistant.core.definition.domain.Entity,OssArguments,Serializable
- 直接已知子类:
DownloadObjectArguments
Description: 下载对象请求参数实体
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2023/8/15 13:40
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.herodotus.oss.specification.arguments.base.ObjectConditionalReadArguments
getLength, getMatchETag, getModifiedSince, getNotMatchEtag, getOffset, getUnmodifiedSince, setLength, setMatchETag, setModifiedSince, setNotMatchEtag, setOffset, setUnmodifiedSince, toString从类继承的方法 cn.herodotus.oss.specification.arguments.base.ObjectVersionArguments
getVersionId, setVersionId从类继承的方法 cn.herodotus.oss.specification.arguments.base.ObjectArguments
getObjectName, setObjectName从类继承的方法 cn.herodotus.oss.specification.arguments.base.BucketArguments
getBucketName, getRegion, setBucketName, setRegion从类继承的方法 cn.herodotus.oss.specification.arguments.base.BaseArguments
getExtraHeaders, getExtraQueryParams, setExtraHeaders, setExtraQueryParams
-
构造器详细资料
-
GetObjectArguments
public GetObjectArguments()
-