Class BatchUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.BatchUserInfo
-
public class BatchUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchUserInfo()BatchUserInfo(BatchUserInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOriginId()Get 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。LonggetSdkAppId()Get 低代码互动课堂的SdkAppId。StringgetUserId()Get 用户ID。 注意:此字段可能返回 null,表示取不到有效值。voidsetOriginId(String OriginId)Set 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。voidsetSdkAppId(Long SdkAppId)Set 低代码互动课堂的SdkAppId。voidsetUserId(String UserId)Set 用户ID。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BatchUserInfo
public BatchUserInfo()
-
BatchUserInfo
public BatchUserInfo(BatchUserInfo 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 低代码互动课堂的SdkAppId。- Returns:
- SdkAppId 低代码互动课堂的SdkAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码互动课堂的SdkAppId。- Parameters:
SdkAppId- 低代码互动课堂的SdkAppId。
-
getUserId
public String getUserId()
Get 用户ID。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserId 用户ID。 注意:此字段可能返回 null,表示取不到有效值。
-
setUserId
public void setUserId(String UserId)
Set 用户ID。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserId- 用户ID。 注意:此字段可能返回 null,表示取不到有效值。
-
getOriginId
public String getOriginId()
Get 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OriginId 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。
-
setOriginId
public void setOriginId(String OriginId)
Set 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OriginId- 用户在客户系统的Id。 若用户注册时该字段为空,则默认为 UserId 值一致。 注意:此字段可能返回 null,表示取不到有效值。
-
-