public class GetRepositoryResponse
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
GetRepositoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTime() |
String |
getDescription() |
String |
getPrivateRepositoryPath() |
String |
getProjectName() |
Integer |
getPullCount() |
String |
getRepositoryName() |
String |
getRepositoryPath() |
Integer |
getTagCount() |
String |
getUpdateTime() |
GetRepositoryResponse |
setCreationTime(String creationTime) |
GetRepositoryResponse |
setDescription(String description) |
GetRepositoryResponse |
setPrivateRepositoryPath(String privateRepositoryPath) |
GetRepositoryResponse |
setProjectName(String projectName) |
GetRepositoryResponse |
setPullCount(Integer pullCount) |
GetRepositoryResponse |
setRepositoryName(String repositoryName) |
GetRepositoryResponse |
setRepositoryPath(String repositoryPath) |
GetRepositoryResponse |
setTagCount(Integer tagCount) |
GetRepositoryResponse |
setUpdateTime(String updateTime) |
String |
toString() |
public String getProjectName()
public GetRepositoryResponse setProjectName(String projectName)
public String getRepositoryName()
public GetRepositoryResponse setRepositoryName(String repositoryName)
public String getDescription()
public GetRepositoryResponse setDescription(String description)
public String getRepositoryPath()
public GetRepositoryResponse setRepositoryPath(String repositoryPath)
public String getPrivateRepositoryPath()
public GetRepositoryResponse setPrivateRepositoryPath(String privateRepositoryPath)
public Integer getTagCount()
public GetRepositoryResponse setTagCount(Integer tagCount)
public Integer getPullCount()
public GetRepositoryResponse setPullCount(Integer pullCount)
public String getCreationTime()
public GetRepositoryResponse setCreationTime(String creationTime)
public String getUpdateTime()
public GetRepositoryResponse setUpdateTime(String updateTime)
Copyright © 2026. All rights reserved.