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 |
getApplicationVersionId()
Get The application version ID.
|
String |
getProjectId()
Get The project ID.
|
String |
getUserId()
Get The user’s unique ID.
|
String |
getUserIp()
Get The user’s IP address.
|
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 The user’s IP address.
|
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
- The user’s IP address.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.Copyright © 2022. All rights reserved.