@Generated public class ServingEndpoint extends Object
Constructor and Description |
---|
ServingEndpoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EndpointCoreConfigSummary |
getConfig() |
Long |
getCreationTimestamp() |
String |
getCreator() |
String |
getId() |
Long |
getLastUpdatedTimestamp() |
String |
getName() |
EndpointState |
getState() |
Collection<EndpointTag> |
getTags() |
String |
getTask() |
int |
hashCode() |
ServingEndpoint |
setConfig(EndpointCoreConfigSummary config) |
ServingEndpoint |
setCreationTimestamp(Long creationTimestamp) |
ServingEndpoint |
setCreator(String creator) |
ServingEndpoint |
setId(String id) |
ServingEndpoint |
setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
ServingEndpoint |
setName(String name) |
ServingEndpoint |
setState(EndpointState state) |
ServingEndpoint |
setTags(Collection<EndpointTag> tags) |
ServingEndpoint |
setTask(String task) |
String |
toString() |
public ServingEndpoint setConfig(EndpointCoreConfigSummary config)
public EndpointCoreConfigSummary getConfig()
public ServingEndpoint setCreationTimestamp(Long creationTimestamp)
public Long getCreationTimestamp()
public ServingEndpoint setCreator(String creator)
public String getCreator()
public ServingEndpoint setId(String id)
public String getId()
public ServingEndpoint setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
public Long getLastUpdatedTimestamp()
public ServingEndpoint setName(String name)
public String getName()
public ServingEndpoint setState(EndpointState state)
public EndpointState getState()
public ServingEndpoint setTags(Collection<EndpointTag> tags)
public Collection<EndpointTag> getTags()
public ServingEndpoint setTask(String task)
public String getTask()
Copyright © 2024. All rights reserved.