Class UserAndGroup
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.UserAndGroup
-
public class UserAndGroup extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserAndGroup()UserAndGroup(UserAndGroup 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 StringgetUserGroup()Get 用户组 注意:此字段可能返回 null,表示取不到有效值。StringgetUserName()Get 用户名 注意:此字段可能返回 null,表示取不到有效值。voidsetUserGroup(String UserGroup)Set 用户组 注意:此字段可能返回 null,表示取不到有效值。voidsetUserName(String UserName)Set 用户名 注意:此字段可能返回 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
-
UserAndGroup
public UserAndGroup()
-
UserAndGroup
public UserAndGroup(UserAndGroup 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
-
getUserName
public String getUserName()
Get 用户名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserName 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
setUserName
public void setUserName(String UserName)
Set 用户名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserName- 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
getUserGroup
public String getUserGroup()
Get 用户组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserGroup 用户组 注意:此字段可能返回 null,表示取不到有效值。
-
setUserGroup
public void setUserGroup(String UserGroup)
Set 用户组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserGroup- 用户组 注意:此字段可能返回 null,表示取不到有效值。
-
-