public class DescribeScoresRequest extends AbstractModel
Constructor and Description |
---|
DescribeScoresRequest() |
DescribeScoresRequest(DescribeScoresRequest 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 End time
|
Long |
getID()
Get Project ID
|
Long |
getIsDemo()
Get This parameter has been disused.
|
String |
getStartTime()
Get Start time
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setID(Long ID)
Set Project ID
|
void |
setIsDemo(Long IsDemo)
Set This parameter has been disused.
|
void |
setStartTime(String StartTime)
Set Start time
|
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 DescribeScoresRequest()
public DescribeScoresRequest(DescribeScoresRequest source)
public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic Long getID()
public void setID(Long ID)
ID
- Project IDpublic Long getIsDemo()
public void setIsDemo(Long IsDemo)
IsDemo
- This parameter has been disused.Copyright © 2023. All rights reserved.