public class DescribeCodeRepositoryResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCodeRepositoryResponse() | 
| DescribeCodeRepositoryResponse(DescribeCodeRepositoryResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCodeRepositoryName()Get 存储库名称 | 
| String | getCreationTime()Get 创建时间 | 
| GitConfig | getGitConfig()Get Git存储配置 | 
| String | getLastModifiedTime()Get 更新时间 | 
| Boolean | getNoSecret()Get 是否有Git凭证 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setCodeRepositoryName(String CodeRepositoryName)Set 存储库名称 | 
| void | setCreationTime(String CreationTime)Set 创建时间 | 
| void | setGitConfig(GitConfig GitConfig)Set Git存储配置 | 
| void | setLastModifiedTime(String LastModifiedTime)Set 更新时间 | 
| void | setNoSecret(Boolean NoSecret)Set 是否有Git凭证 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCodeRepositoryResponse()
public DescribeCodeRepositoryResponse(DescribeCodeRepositoryResponse source)
public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - 创建时间public String getLastModifiedTime()
public void setLastModifiedTime(String LastModifiedTime)
LastModifiedTime - 更新时间public String getCodeRepositoryName()
public void setCodeRepositoryName(String CodeRepositoryName)
CodeRepositoryName - 存储库名称public GitConfig getGitConfig()
public void setGitConfig(GitConfig GitConfig)
GitConfig - Git存储配置public Boolean getNoSecret()
public void setNoSecret(Boolean NoSecret)
NoSecret - 是否有Git凭证public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.