public static class ListGroupsResponse.ResultItem extends Object
| 构造器和说明 |
|---|
ResultItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getAccessLevel() |
String |
getCreatedAt() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getNameWithNamespace() |
Long |
getOwnerId() |
Long |
getParentId() |
String |
getPath() |
String |
getPathWithNamespace() |
String |
getType() |
String |
getUpdatedAt() |
String |
getVisibilityLevel() |
String |
getWebUrl() |
void |
setAccessLevel(Integer accessLevel) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setNameWithNamespace(String nameWithNamespace) |
void |
setOwnerId(Long ownerId) |
void |
setParentId(Long parentId) |
void |
setPath(String path) |
void |
setPathWithNamespace(String pathWithNamespace) |
void |
setType(String type) |
void |
setUpdatedAt(String updatedAt) |
void |
setVisibilityLevel(String visibilityLevel) |
void |
setWebUrl(String webUrl) |
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 Integer getAccessLevel()
public void setAccessLevel(Integer accessLevel)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public String getNameWithNamespace()
public void setNameWithNamespace(String nameWithNamespace)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Long getParentId()
public void setParentId(Long parentId)
public String getPath()
public void setPath(String path)
public String getPathWithNamespace()
public void setPathWithNamespace(String pathWithNamespace)
public String getType()
public void setType(String type)
public String getVisibilityLevel()
public void setVisibilityLevel(String visibilityLevel)
public String getWebUrl()
public void setWebUrl(String webUrl)
Copyright © 2021. All rights reserved.