Package io.fabric8.openshift.api.model
Class DeploymentLogOptionsFluent<A extends DeploymentLogOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.DeploymentLogOptionsFluent<A>
-
- Direct Known Subclasses:
DeploymentLogOptionsBuilder
public class DeploymentLogOptionsFluent<A extends DeploymentLogOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description DeploymentLogOptionsFluent()DeploymentLogOptionsFluent(DeploymentLogOptions instance)
-
Method Summary
-
-
-
Constructor Detail
-
DeploymentLogOptionsFluent
public DeploymentLogOptionsFluent()
-
DeploymentLogOptionsFluent
public DeploymentLogOptionsFluent(DeploymentLogOptions instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(DeploymentLogOptions instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeploymentLogOptionsFluent<A>>
-
getApiVersion
public String getApiVersion()
-
getContainer
public String getContainer()
-
getFollow
public Boolean getFollow()
-
getKind
public String getKind()
-
getLimitBytes
public Long getLimitBytes()
-
getNowait
public Boolean getNowait()
-
getPrevious
public Boolean getPrevious()
-
getSinceSeconds
public Long getSinceSeconds()
-
getSinceTime
public String getSinceTime()
-
getTailLines
public Long getTailLines()
-
getTimestamps
public Boolean getTimestamps()
-
getVersion
public Long getVersion()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiVersion
public boolean hasApiVersion()
-
hasContainer
public boolean hasContainer()
-
hasFollow
public boolean hasFollow()
-
hasKind
public boolean hasKind()
-
hasLimitBytes
public boolean hasLimitBytes()
-
hasNowait
public boolean hasNowait()
-
hasPrevious
public boolean hasPrevious()
-
hasSinceSeconds
public boolean hasSinceSeconds()
-
hasSinceTime
public boolean hasSinceTime()
-
hasTailLines
public boolean hasTailLines()
-
hasTimestamps
public boolean hasTimestamps()
-
hasVersion
public boolean hasVersion()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends DeploymentLogOptionsFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withFollow
public A withFollow()
-
withNowait
public A withNowait()
-
withPrevious
public A withPrevious()
-
withTimestamps
public A withTimestamps()
-
-