public class DescribePolicyGroupInfoConditionTpl extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupInfoConditionTpl() |
DescribePolicyGroupInfoConditionTpl(DescribePolicyGroupInfoConditionTpl 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 |
---|---|
Long |
getGroupId()
Get Policy group ID.
|
String |
getGroupName()
Get Policy group name.
|
Long |
getInsertTime()
Get Creation time.
|
Long |
getIsUnionRule()
Get Whether the 'AND' rule is used.
|
String |
getLastEditUin()
Get Uin that was last edited.
|
String |
getRemark()
Get Policy group remarks.
|
Long |
getUpdateTime()
Get Update time.
|
String |
getViewName()
Get Policy type.
|
void |
setGroupId(Long GroupId)
Set Policy group ID.
|
void |
setGroupName(String GroupName)
Set Policy group name.
|
void |
setInsertTime(Long InsertTime)
Set Creation time.
|
void |
setIsUnionRule(Long IsUnionRule)
Set Whether the 'AND' rule is used.
|
void |
setLastEditUin(String LastEditUin)
Set Uin that was last edited.
|
void |
setRemark(String Remark)
Set Policy group remarks.
|
void |
setUpdateTime(Long UpdateTime)
Set Update time.
|
void |
setViewName(String ViewName)
Set Policy type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePolicyGroupInfoConditionTpl()
public DescribePolicyGroupInfoConditionTpl(DescribePolicyGroupInfoConditionTpl source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Policy group ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Policy group name.public String getViewName()
public void setViewName(String ViewName)
ViewName
- Policy type.public String getRemark()
public void setRemark(String Remark)
Remark
- Policy group remarks.public String getLastEditUin()
public void setLastEditUin(String LastEditUin)
LastEditUin
- Uin that was last edited.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Update time.
Note: This field may return null, indicating that no valid value was found.public Long getInsertTime()
public void setInsertTime(Long InsertTime)
InsertTime
- Creation time.
Note: This field may return null, indicating that no valid value was found.public Long getIsUnionRule()
public void setIsUnionRule(Long IsUnionRule)
IsUnionRule
- Whether the 'AND' rule is used.
Note: This field may return null, indicating that no valid value was found.Copyright © 2023. All rights reserved.