public static class DeleteRepositoryMemberResponse.Result extends Object
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.