public class LoginOriginIdRequest extends AbstractModel
| Constructor and Description | 
|---|
| LoginOriginIdRequest() | 
| LoginOriginIdRequest(LoginOriginIdRequest 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 | getOriginId()Get User's ID in the customer system, which should be unique under the same application | 
| Long | getSdkAppId()Get LCIC SdkAppId | 
| void | setOriginId(String OriginId)Set User's ID in the customer system, which should be unique under the same application | 
| void | setSdkAppId(Long SdkAppId)Set LCIC SdkAppId | 
| 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, toJsonStringpublic LoginOriginIdRequest()
public LoginOriginIdRequest(LoginOriginIdRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - LCIC SdkAppIdpublic String getOriginId()
public void setOriginId(String OriginId)
OriginId - User's ID in the customer system, which should be unique under the same applicationCopyright © 2023. All rights reserved.