类 Time
- java.lang.Object
-
- com.baidubce.services.bos.model.Time
-
public class Time extends Object
the conditonTime of Bucket Lifecycle.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDateGreaterThan()Gets dateGreaterThan of the conditonTime of Bucket Lifecycle.voidsetDateGreaterThan(String dateGreaterThan)Sets dateGreaterThan of the conditonTime of Bucket Lifecycle.StringtoString()TimewithDateGreaterThan(String dateGreaterThan)sets the dateGreaterThan of the conditonTime of Bucket Lifecycle.
-
-
-
构造器详细资料
-
Time
public Time()
Constructs a void Constructor for Time of Bucket Lifecycle.
-
Time
public Time(String dateGreaterThan)
Constructs a new Time object for Time of Bucket Lifecycle.- 参数:
dateGreaterThan-
-
-
方法详细资料
-
getDateGreaterThan
public String getDateGreaterThan()
Gets dateGreaterThan of the conditonTime of Bucket Lifecycle.- 返回:
- dateGreaterThan of the conditonTime of Bucket Lifecycle.
-
setDateGreaterThan
public void setDateGreaterThan(String dateGreaterThan)
Sets dateGreaterThan of the conditonTime of Bucket Lifecycle.- 参数:
dateGreaterThan- The dateGreaterThan of the conditonTime of Bucket Lifecycle.
-
withDateGreaterThan
public Time withDateGreaterThan(String dateGreaterThan)
sets the dateGreaterThan of the conditonTime of Bucket Lifecycle.- 参数:
dateGreaterThan- The dateGreaterThan of the conditonTime of Bucket Lifecycle.- 返回:
- this object
-
-