public interface V1alpha1CodeQualityProjectInfoFluent<A extends V1alpha1CodeQualityProjectInfoFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeAddress() |
org.joda.time.DateTime |
getLastAnalysisDate() |
String |
getProjectKey() |
String |
getProjectName() |
Boolean |
hasCodeAddress() |
Boolean |
hasLastAnalysisDate() |
Boolean |
hasProjectKey() |
Boolean |
hasProjectName() |
A |
withCodeAddress(String codeAddress) |
A |
withLastAnalysisDate(org.joda.time.DateTime lastAnalysisDate) |
A |
withNewCodeAddress(String arg1) |
A |
withNewCodeAddress(StringBuffer arg1) |
A |
withNewCodeAddress(StringBuilder arg1) |
A |
withNewLastAnalysisDate(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewLastAnalysisDate(long arg0) |
A |
withNewLastAnalysisDate(Object arg0) |
A |
withNewProjectKey(String arg1) |
A |
withNewProjectKey(StringBuffer arg1) |
A |
withNewProjectKey(StringBuilder arg1) |
A |
withNewProjectName(String arg1) |
A |
withNewProjectName(StringBuffer arg1) |
A |
withNewProjectName(StringBuilder arg1) |
A |
withProjectKey(String projectKey) |
A |
withProjectName(String projectName) |
String getCodeAddress()
Boolean hasCodeAddress()
A withNewCodeAddress(StringBuilder arg1)
A withNewCodeAddress(StringBuffer arg1)
org.joda.time.DateTime getLastAnalysisDate()
A withLastAnalysisDate(org.joda.time.DateTime lastAnalysisDate)
Boolean hasLastAnalysisDate()
A withNewLastAnalysisDate(int arg0, int arg1, int arg2, int arg3, int arg4)
A withNewLastAnalysisDate(long arg0)
String getProjectKey()
Boolean hasProjectKey()
A withNewProjectKey(StringBuilder arg1)
A withNewProjectKey(StringBuffer arg1)
String getProjectName()
Boolean hasProjectName()
A withNewProjectName(StringBuilder arg1)
A withNewProjectName(StringBuffer arg1)
Copyright © 2019. All rights reserved.