类 GetSnapshotListRequest
java.lang.Object
com.obs.services.model.GenericRequest
com.obs.services.model.BaseObjectRequest
com.obs.services.model.GetSnapshotListRequest
-
字段概要
从类继承的字段 com.obs.services.model.BaseObjectRequest
encodeHeaders, isIgnorePort, objectKey从类继承的字段 com.obs.services.model.GenericRequest
bucketName, cancelHandler, httpMethod, userHeaders -
构造器概要
构造器构造器说明GetSnapshotListRequest(String bucketName, String objectKey) ConstructorGetSnapshotListRequest(String bucketName, String objectKey, int maxKeys) ConstructorGetSnapshotListRequest(String bucketName, String objectKey, String marker) ConstructorGetSnapshotListRequest(String bucketName, String objectKey, String marker, int maxKeys) Main constructor - all field assignments happen here only -
方法概要
修饰符和类型方法说明Obtain the start position for listing snapshots.intObtain the maximum number of snapshots to be returned.Obtain the object key.voidSet the start position for listing snapshots.voidsetMaxKeys(int maxKeys) Set the maximum number of snapshots to be returned.voidsetObjectKey(String objectKey) Set the object key.toString()从类继承的方法 com.obs.services.model.BaseObjectRequest
getIsIgnorePort, isEncodeHeaders, setIsEncodeHeaders, setIsIgnorePort从类继承的方法 com.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getCancelHandler, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setCancelHandler, setRequesterPays, setUserHeaders
-
构造器详细资料
-
GetSnapshotListRequest
-
GetSnapshotListRequest
-
GetSnapshotListRequest
-
GetSnapshotListRequest
Main constructor - all field assignments happen here only- 参数:
bucketName- Bucket nameobjectKey- Object keymarker- Start position for listing snapshotsmaxKeys- Maximum number of snapshots to be returned
-
-
方法详细资料
-
getObjectKey
Obtain the object key.- 覆盖:
getObjectKey在类中BaseObjectRequest- 返回:
- Object key
-
setObjectKey
Set the object key.- 覆盖:
setObjectKey在类中BaseObjectRequest- 参数:
objectKey- Object key
-
getMarker
Obtain the start position for listing snapshots.- 返回:
- Start position marker
-
setMarker
Set the start position for listing snapshots.- 参数:
marker- Start position marker
-
getMaxKeys
public int getMaxKeys()Obtain the maximum number of snapshots to be returned.- 返回:
- Maximum number of snapshots
-
setMaxKeys
public void setMaxKeys(int maxKeys) Set the maximum number of snapshots to be returned.- 参数:
maxKeys- Maximum number of snapshots
-
toString
- 覆盖:
toString在类中BaseObjectRequest
-