public class AppGroupExt extends AlipayObject
| 构造器和说明 |
|---|
AppGroupExt() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AppGroupRelationshipExt> |
getAppGroupRelationshipExt() |
Date |
getGmtCreate() |
Date |
getGmtModified() |
String |
getGroupId() |
String |
getGroupName() |
String |
getOwnerId() |
String |
getOwnerType() |
void |
setAppGroupRelationshipExt(List<AppGroupRelationshipExt> appGroupRelationshipExt) |
void |
setGmtCreate(Date gmtCreate) |
void |
setGmtModified(Date gmtModified) |
void |
setGroupId(String groupId) |
void |
setGroupName(String groupName) |
void |
setOwnerId(String ownerId) |
void |
setOwnerType(String ownerType) |
public List<AppGroupRelationshipExt> getAppGroupRelationshipExt()
public void setAppGroupRelationshipExt(List<AppGroupRelationshipExt> appGroupRelationshipExt)
public Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
public Date getGmtModified()
public void setGmtModified(Date gmtModified)
public String getGroupId()
public void setGroupId(String groupId)
public String getGroupName()
public void setGroupName(String groupName)
public String getOwnerId()
public void setOwnerId(String ownerId)
public String getOwnerType()
public void setOwnerType(String ownerType)
Copyright © 2023. All rights reserved.