public class UserProfile extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UserProfile() | 
| UserProfile(UserProfile 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 | getProfileId()Get Configured ID
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| ProfileInfo | getProfileInfo()Get Configuration details | 
| String | getProfileLevel()Get Configuration level. | 
| String | getProfileName()Get Configuration name
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getProfileType()Get Configuration type
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setProfileId(String ProfileId)Set Configured ID
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setProfileInfo(ProfileInfo ProfileInfo)Set Configuration details | 
| void | setProfileLevel(String ProfileLevel)Set Configuration level. | 
| void | setProfileName(String ProfileName)Set Configuration name
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setProfileType(String ProfileType)Set Configuration type
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UserProfile()
public UserProfile(UserProfile source)
public String getProfileId()
public void setProfileId(String ProfileId)
ProfileId - Configured ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProfileType()
public void setProfileType(String ProfileType)
ProfileType - Configuration type
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProfileLevel()
public void setProfileLevel(String ProfileLevel)
ProfileLevel - Configuration level. Valid values: “User” or “Instance”
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProfileName()
public void setProfileName(String ProfileName)
ProfileName - Configuration name
Note: this field may return `null`, indicating that no valid values can be obtained.public ProfileInfo getProfileInfo()
public void setProfileInfo(ProfileInfo ProfileInfo)
ProfileInfo - Configuration detailsCopyright © 2025. All rights reserved.