public class CreateDevelopersRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dingCorpId |
String |
noticeUrl |
构造器和说明 |
---|
CreateDevelopersRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateDevelopersRequest |
build(Map<String,?> map) |
String |
getDingCorpId() |
String |
getNoticeUrl() |
CreateDevelopersRequest |
setDingCorpId(String dingCorpId) |
CreateDevelopersRequest |
setNoticeUrl(String noticeUrl) |
@NameInMap(value="dingCorpId") public String dingCorpId
@NameInMap(value="noticeUrl") public String noticeUrl
public static CreateDevelopersRequest build(Map<String,?> map) throws Exception
Exception
public CreateDevelopersRequest setDingCorpId(String dingCorpId)
public String getDingCorpId()
public CreateDevelopersRequest setNoticeUrl(String noticeUrl)
public String getNoticeUrl()
Copyright © 2021. All rights reserved.