public static class DeleteRepositoryMemberResponse.Result extends Object
| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAccessLevel() |
String |
getCreatedAt() |
Long |
getId() |
String |
getMessage() |
Integer |
getNotificationLevel() |
Long |
getSourceId() |
String |
getSourceType() |
String |
getUpdatedAt() |
Long |
getUserId() |
void |
setAccessLevel(Integer accessLevel) |
void |
setCreatedAt(String createdAt) |
void |
setId(Long id) |
void |
setMessage(String message) |
void |
setNotificationLevel(Integer notificationLevel) |
void |
setSourceId(Long sourceId) |
void |
setSourceType(String sourceType) |
void |
setUpdatedAt(String updatedAt) |
void |
setUserId(Long userId) |
public Integer getAccessLevel()
public void setAccessLevel(Integer accessLevel)
public Long getId()
public void setId(Long id)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public Long getSourceId()
public void setSourceId(Long sourceId)
public String getSourceType()
public void setSourceType(String sourceType)
public Long getUserId()
public void setUserId(Long userId)
public Integer getNotificationLevel()
public void setNotificationLevel(Integer notificationLevel)
public String getMessage()
public void setMessage(String message)
Copyright © 2021. All rights reserved.