public class CreateRouteResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
CreateRouteResponse() |
getResponseMetadata, setResponseMetadatapublic CreateRouteResponse apiSpec(ApiSpecForCreateRouteOutput apiSpec)
@Valid public @Valid ApiSpecForCreateRouteOutput getApiSpec()
public void setApiSpec(ApiSpecForCreateRouteOutput apiSpec)
public CreateRouteResponse authResourceType(String authResourceType)
public String getAuthResourceType()
public void setAuthResourceType(String authResourceType)
public CreateRouteResponse createdAt(Long createdAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public CreateRouteResponse description(String description)
public String getDescription()
public void setDescription(String description)
public CreateRouteResponse method(String method)
public String getMethod()
public void setMethod(String method)
public CreateRouteResponse path(String path)
public String getPath()
public void setPath(String path)
public CreateRouteResponse pathMatchType(String pathMatchType)
public String getPathMatchType()
public void setPathMatchType(String pathMatchType)
public CreateRouteResponse permissionPool(String permissionPool)
public String getPermissionPool()
public void setPermissionPool(String permissionPool)
public CreateRouteResponse priority(Integer priority)
public Integer getPriority()
public void setPriority(Integer priority)
public CreateRouteResponse resourceType(String resourceType)
public String getResourceType()
public void setResourceType(String resourceType)
public CreateRouteResponse routeName(String routeName)
public String getRouteName()
public void setRouteName(String routeName)
public CreateRouteResponse sourceTemplateId(String sourceTemplateId)
public String getSourceTemplateId()
public void setSourceTemplateId(String sourceTemplateId)
public CreateRouteResponse status(String status)
public String getStatus()
public void setStatus(String status)
public CreateRouteResponse updatedAt(Long updatedAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
Copyright © 2026. All rights reserved.