public class ApplyConcurrentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplyConcurrentRequest() |
ApplyConcurrentRequest(ApplyConcurrentRequest 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 |
getApplicationId()
Get Application ID, which is used only by the multi-application project to specify applications.
|
String |
getApplicationVersionId()
Get Application version ID.
|
String |
getProjectId()
Get Project ID.
|
String |
getUserId()
Get Unique user ID, which is customized by you and is not parsed by CAR.
|
String |
getUserIp()
Get Public IP address of the user's client, which is used for nearby scheduling.
|
void |
setApplicationId(String ApplicationId)
Set Application ID, which is used only by the multi-application project to specify applications.
|
void |
setApplicationVersionId(String ApplicationVersionId)
Set Application version ID.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setUserId(String UserId)
Set Unique user ID, which is customized by you and is not parsed by CAR.
|
void |
setUserIp(String UserIp)
Set Public IP address of the user's client, which is used for nearby scheduling.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplyConcurrentRequest()
public ApplyConcurrentRequest(ApplyConcurrentRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- Unique user ID, which is customized by you and is not parsed by CAR. Based on your needs, you can either define unique IDs for users or use timestamps to generate random IDs. Make sure the same ID is used when a user reconnects to your application.public String getUserIp()
public void setUserIp(String UserIp)
UserIp
- Public IP address of the user's client, which is used for nearby scheduling.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getApplicationVersionId()
public void setApplicationVersionId(String ApplicationVersionId)
ApplicationVersionId
- Application version ID. If the application of the current version is requested, you do not need to fill in this field. If the application of the other versions is requested, you need to specify the version through this field.public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- Application ID, which is used only by the multi-application project to specify applications. For a single-application project, this parameter is ignored, and the application bound to the project will be used.Copyright © 2024. All rights reserved.