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