public class DescribeUsgResponse extends AbstractModel
Constructor and Description |
---|
DescribeUsgResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
SgUnit[] |
getSgList()
Get 用户的安全组列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalCount()
Get 返回的安全组数量
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSgList(SgUnit[] SgList)
Set 用户的安全组列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCount(Long TotalCount)
Set 返回的安全组数量
|
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 SgUnit[] getSgList()
public void setSgList(SgUnit[] SgList)
SgList
- 用户的安全组列表
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 返回的安全组数量public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.