public class V1ServiceAccountTokenProjectionFluentImpl<A extends V1ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements V1ServiceAccountTokenProjectionFluent<A>
_visitables
Constructor and Description |
---|
V1ServiceAccountTokenProjectionFluentImpl() |
V1ServiceAccountTokenProjectionFluentImpl(V1ServiceAccountTokenProjection instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAudience() |
Long |
getExpirationSeconds() |
String |
getPath() |
Boolean |
hasAudience() |
Boolean |
hasExpirationSeconds() |
Boolean |
hasPath() |
A |
withAudience(String audience) |
A |
withExpirationSeconds(Long expirationSeconds) |
A |
withNewExpirationSeconds(long arg1) |
A |
withNewExpirationSeconds(String arg1) |
A |
withPath(String path) |
public V1ServiceAccountTokenProjectionFluentImpl()
public V1ServiceAccountTokenProjectionFluentImpl(V1ServiceAccountTokenProjection instance)
public String getAudience()
getAudience
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withAudience(String audience)
withAudience
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public Boolean hasAudience()
hasAudience
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public Long getExpirationSeconds()
getExpirationSeconds
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withExpirationSeconds(Long expirationSeconds)
withExpirationSeconds
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public Boolean hasExpirationSeconds()
hasExpirationSeconds
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewExpirationSeconds(String arg1)
withNewExpirationSeconds
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewExpirationSeconds(long arg1)
withNewExpirationSeconds
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public String getPath()
getPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withPath(String path)
withPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public Boolean hasPath()
hasPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
Copyright © 2019. All rights reserved.