Class UserProfile

    • Constructor Detail

      • UserProfile

        public UserProfile()
      • UserProfile

        public 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.
    • Method Detail

      • getProfileId

        public String getProfileId()
        Get 配置的id。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProfileId 配置的id。 注意:此字段可能返回 null,表示取不到有效值。
      • setProfileId

        public void setProfileId​(String ProfileId)
        Set 配置的id。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProfileId - 配置的id。 注意:此字段可能返回 null,表示取不到有效值。
      • getProfileType

        public String getProfileType()
        Get 配置类型。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProfileType 配置类型。 注意:此字段可能返回 null,表示取不到有效值。
      • setProfileType

        public void setProfileType​(String ProfileType)
        Set 配置类型。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProfileType - 配置类型。 注意:此字段可能返回 null,表示取不到有效值。
      • getProfileLevel

        public String getProfileLevel()
        Get 配置级别,"User"或"Instance"。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProfileLevel 配置级别,"User"或"Instance"。 注意:此字段可能返回 null,表示取不到有效值。
      • setProfileLevel

        public void setProfileLevel​(String ProfileLevel)
        Set 配置级别,"User"或"Instance"。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProfileLevel - 配置级别,"User"或"Instance"。 注意:此字段可能返回 null,表示取不到有效值。
      • getProfileName

        public String getProfileName()
        Get 配置名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProfileName 配置名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setProfileName

        public void setProfileName​(String ProfileName)
        Set 配置名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProfileName - 配置名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getProfileInfo

        public ProfileInfo getProfileInfo()
        Get 配置详情。
        Returns:
        ProfileInfo 配置详情。
      • setProfileInfo

        public void setProfileInfo​(ProfileInfo ProfileInfo)
        Set 配置详情。
        Parameters:
        ProfileInfo - 配置详情。