public class CreateSDKLoginTokenRequest extends AbstractModel
Constructor and Description |
---|
CreateSDKLoginTokenRequest() |
CreateSDKLoginTokenRequest(CreateSDKLoginTokenRequest 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 |
---|---|
Long |
getSdkAppId()
Get 应用ID。
|
String |
getSeatUserId()
Get 坐席账号。
|
void |
setSdkAppId(Long SdkAppId)
Set 应用ID。
|
void |
setSeatUserId(String SeatUserId)
Set 坐席账号。
|
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 CreateSDKLoginTokenRequest()
public CreateSDKLoginTokenRequest(CreateSDKLoginTokenRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用ID。public String getSeatUserId()
public void setSeatUserId(String SeatUserId)
SeatUserId
- 坐席账号。Copyright © 2022. All rights reserved.