com.baidubce.services.bos.model
Class Time

java.lang.Object
  extended by com.baidubce.services.bos.model.Time

public class Time
extends Object

the conditonTime of Bucket Lifecycle.


Constructor Summary
Time()
          Constructs a void Constructor for Time of Bucket Lifecycle.
Time(String dateGreaterThan)
          Constructs a new Time object for Time of Bucket Lifecycle.
 
Method Summary
 String getDateGreaterThan()
          Gets dateGreaterThan of the conditonTime of Bucket Lifecycle.
 void setDateGreaterThan(String dateGreaterThan)
          Sets dateGreaterThan of the conditonTime of Bucket Lifecycle.
 String toString()
           
 Time withDateGreaterThan(String dateGreaterThan)
          sets the dateGreaterThan of the conditonTime of Bucket Lifecycle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Parameters:
dateGreaterThan -
Method Detail

getDateGreaterThan

public String getDateGreaterThan()
Gets dateGreaterThan of the conditonTime of Bucket Lifecycle.

Returns:
dateGreaterThan of the conditonTime of Bucket Lifecycle.

setDateGreaterThan

public void setDateGreaterThan(String dateGreaterThan)
Sets dateGreaterThan of the conditonTime of Bucket Lifecycle.

Parameters:
dateGreaterThan - The dateGreaterThan of the conditonTime of Bucket Lifecycle.

withDateGreaterThan

public Time withDateGreaterThan(String dateGreaterThan)
sets the dateGreaterThan of the conditonTime of Bucket Lifecycle.

Parameters:
dateGreaterThan - The dateGreaterThan of the conditonTime of Bucket Lifecycle.
Returns:
this object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.