@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1GRPCAction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PORT |
static String |
SERIALIZED_NAME_SERVICE |
Constructor and Description |
---|
V1GRPCAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getPort()
Port number of the gRPC service.
|
String |
getService()
Service is the name of the service to place in the gRPC HealthCheckRequest (see
https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
int |
hashCode() |
V1GRPCAction |
port(Integer port) |
V1GRPCAction |
service(String service) |
void |
setPort(Integer port) |
void |
setService(String service) |
String |
toString() |
public static final String SERIALIZED_NAME_PORT
public static final String SERIALIZED_NAME_SERVICE
public V1GRPCAction port(Integer port)
public Integer getPort()
public void setPort(Integer port)
public V1GRPCAction service(String service)
@Nullable public String getService()
public void setService(String service)
Copyright © 2022. All rights reserved.