public class UserWorkloadGroup extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserWorkloadGroup() |
UserWorkloadGroup(UserWorkloadGroup 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 |
getUserName()
Get test
|
String |
getWorkloadGroupName()
Get normal
|
void |
setUserName(String UserName)
Set test
|
void |
setWorkloadGroupName(String WorkloadGroupName)
Set normal
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserWorkloadGroup()
public UserWorkloadGroup(UserWorkloadGroup source)
public String getUserName()
public void setUserName(String UserName)
UserName
- testpublic String getWorkloadGroupName()
public void setWorkloadGroupName(String WorkloadGroupName)
WorkloadGroupName
- normalCopyright © 2025. All rights reserved.