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 |
withNewAudience(String arg1) |
A |
withNewAudience(StringBuffer arg1) |
A |
withNewAudience(StringBuilder arg1) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder 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 A withNewAudience(String arg1)
withNewAudience
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewAudience(StringBuilder arg1)
withNewAudience
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewAudience(StringBuffer arg1)
withNewAudience
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 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>>
public A withNewPath(String arg1)
withNewPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface V1ServiceAccountTokenProjectionFluent<A extends V1ServiceAccountTokenProjectionFluent<A>>
Copyright © 2019. All rights reserved.