Class InferencePipelineCreateResponse.Project.GitRepo
-
- All Implemented Interfaces:
public final class InferencePipelineCreateResponse.Project.GitRepo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineCreateResponse.Project.GitRepo.BuilderA builder for GitRepo.
-
Method Summary
-
-
Method Detail
-
dateConnected
final OffsetDateTime dateConnected()
-
dateUpdated
final OffsetDateTime dateUpdated()
-
gitAccountId
final String gitAccountId()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_dateConnected
final JsonField<OffsetDateTime> _dateConnected()
Returns the raw JSON value of dateConnected.
Unlike dateConnected, this method doesn't throw if the JSON field has an unexpected type.
-
_dateUpdated
final JsonField<OffsetDateTime> _dateUpdated()
Returns the raw JSON value of dateUpdated.
Unlike dateUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_gitAccountId
final JsonField<String> _gitAccountId()
Returns the raw JSON value of gitAccountId.
Unlike gitAccountId, this method doesn't throw if the JSON field has an unexpected type.
-
_gitId
final JsonField<Long> _gitId()
Returns the raw JSON value of gitId.
Unlike gitId, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_private_
final JsonField<Boolean> _private_()
Returns the raw JSON value of private_.
Unlike private_, this method doesn't throw if the JSON field has an unexpected type.
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, this method doesn't throw if the JSON field has an unexpected type.
-
_slug
final JsonField<String> _slug()
Returns the raw JSON value of slug.
Unlike slug, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_branch
final JsonField<String> _branch()
Returns the raw JSON value of branch.
Unlike branch, this method doesn't throw if the JSON field has an unexpected type.
-
_rootDir
final JsonField<String> _rootDir()
Returns the raw JSON value of rootDir.
Unlike rootDir, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineCreateResponse.Project.GitRepo.Builder toBuilder()
-
validate
final InferencePipelineCreateResponse.Project.GitRepo validate()
-
builder
final static InferencePipelineCreateResponse.Project.GitRepo.Builder builder()
Returns a mutable builder for constructing an instance of GitRepo.
The following fields are required:
.id() .dateConnected() .dateUpdated() .gitAccountId() .gitId() .name() .private_() .projectId() .slug() .url()
-
-
-
-