public class GetRequestStatusRequest extends AbstractModel
Constructor and Description |
---|
GetRequestStatusRequest() |
GetRequestStatusRequest(GetRequestStatusRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 查询的结束时间,例如:2017-05-16 20:59:59。StartTime 为空时,EndTime 默认为当前时间;StartTime 有值时,需要同时传 EndTime。EndTime 需要晚于 StartTime。
|
String |
getFunctionName()
Get 函数名称
|
String |
getFunctionRequestId()
Get 需要查询状态的请求 id
|
String |
getNamespace()
Get 函数的所在的命名空间
|
String |
getStartTime()
Get 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 15min
|
void |
setEndTime(String EndTime)
Set 查询的结束时间,例如:2017-05-16 20:59:59。StartTime 为空时,EndTime 默认为当前时间;StartTime 有值时,需要同时传 EndTime。EndTime 需要晚于 StartTime。
|
void |
setFunctionName(String FunctionName)
Set 函数名称
|
void |
setFunctionRequestId(String FunctionRequestId)
Set 需要查询状态的请求 id
|
void |
setNamespace(String Namespace)
Set 函数的所在的命名空间
|
void |
setStartTime(String StartTime)
Set 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 15min
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetRequestStatusRequest()
public GetRequestStatusRequest(GetRequestStatusRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 函数名称public String getFunctionRequestId()
public void setFunctionRequestId(String FunctionRequestId)
FunctionRequestId
- 需要查询状态的请求 idpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 函数的所在的命名空间public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 15minpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 查询的结束时间,例如:2017-05-16 20:59:59。StartTime 为空时,EndTime 默认为当前时间;StartTime 有值时,需要同时传 EndTime。EndTime 需要晚于 StartTime。Copyright © 2022. All rights reserved.