public static class HrmAuthResourcesQueryResponseBody.HrmAuthResourcesQueryResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
authorized |
String |
resourceId
example:
/signSetting/manage/*
|
| 构造器和说明 |
|---|
HrmAuthResourcesQueryResponseBodyResult() |
@NameInMap(value="authorized") public Boolean authorized
@NameInMap(value="resourceId") public String resourceId
/signSetting/manage/*
public static HrmAuthResourcesQueryResponseBody.HrmAuthResourcesQueryResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic HrmAuthResourcesQueryResponseBody.HrmAuthResourcesQueryResponseBodyResult setAuthorized(Boolean authorized)
public Boolean getAuthorized()
public HrmAuthResourcesQueryResponseBody.HrmAuthResourcesQueryResponseBodyResult setResourceId(String resourceId)
public String getResourceId()
Copyright © 2025. All rights reserved.