public class ProductVersionsParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductVersionsParams.ProductVersionsParamsBuilder<C extends ProductVersionsParams,B extends ProductVersionsParams.ProductVersionsParamsBuilder<C,B>> |
Modifier | Constructor and Description |
---|---|
protected |
ProductVersionsParams(ProductVersionsParams.ProductVersionsParamsBuilder<?,?> b) |
Modifier and Type | Method and Description |
---|---|
static ProductVersionsParams.ProductVersionsParamsBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel()
Channel identifier, e.g.
|
String |
getEnv()
Environment identifier, e.g.
|
int |
hashCode() |
void |
setChannel(String channel)
Channel identifier, e.g.
|
void |
setEnv(String env)
Environment identifier, e.g.
|
ProductVersionsParams.ProductVersionsParamsBuilder<?,?> |
toBuilder() |
String |
toString() |
protected ProductVersionsParams(ProductVersionsParams.ProductVersionsParamsBuilder<?,?> b)
public static ProductVersionsParams.ProductVersionsParamsBuilder<?,?> builder()
public ProductVersionsParams.ProductVersionsParamsBuilder<?,?> toBuilder()
public String getEnv()
public String getChannel()
public void setEnv(String env)
public void setChannel(String channel)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.