ApplicationGetOptions.withOcpDate(DateTime ocpDate) 方法
定义
Set the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.
public ApplicationGetOptions withOcpDate(DateTime ocpDate)
参数
- ocpDate
- DateTime
the ocpDate value to set
返回
the ApplicationGetOptions object itself.