@@ -33,7 +33,7 @@ std::string GetPolicyRequest::getPolicyType()const
|
||||
void GetPolicyRequest::setPolicyType(const std::string& policyType)
|
||||
{
|
||||
policyType_ = policyType;
|
||||
setParameter("PolicyType", policyType);
|
||||
setCoreParameter("PolicyType", policyType);
|
||||
}
|
||||
|
||||
std::string GetPolicyRequest::getPolicyName()const
|
||||
@@ -44,6 +44,6 @@ std::string GetPolicyRequest::getPolicyName()const
|
||||
void GetPolicyRequest::setPolicyName(const std::string& policyName)
|
||||
{
|
||||
policyName_ = policyName;
|
||||
setParameter("PolicyName", policyName);
|
||||
setCoreParameter("PolicyName", policyName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user