public class ApplyConcurrentRequest extends AbstractModel
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 The application version ID.
|
String |
getProjectId()
Get The project ID.
|
String |
getUserId()
Get The user’s unique ID.
|
String |
getUserIp()
Get Public IP of user’s application 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 The application version ID.
|
void |
setProjectId(String ProjectId)
Set The project ID.
|
void |
setUserId(String UserId)
Set The user’s unique ID.
|
void |
setUserIp(String UserIp)
Set Public IP of user’s application 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApplyConcurrentRequest()
public ApplyConcurrentRequest(ApplyConcurrentRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- The user’s unique ID. Tencent Cloud does not parse the ID. You need to manage your own user IDs. 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 of user’s application client, which is used for nearby scheduling.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- The project ID.public String getApplicationVersionId()
public void setApplicationVersionId(String ApplicationVersionId)
ApplicationVersionId
- The application version ID.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 © 2023. All rights reserved.