Klasse ServiceMgmtMockedConditionsBasedCustomResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtMockedConditionsBasedCustomResponse
@Generated("io.github.primelib.primecodegen")
public class ServiceMgmtMockedConditionsBasedCustomResponse
extends Object
ServiceMgmtMockedConditionsBasedCustomResponse
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<ServiceMgmtMockedCondition> protected ServiceMgmtMockedResponse -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceMgmtMockedConditionsBasedCustomResponse(Consumer<ServiceMgmtMockedConditionsBasedCustomResponse> spec) Constructs a validated instance ofServiceMgmtMockedConditionsBasedCustomResponse.ServiceMgmtMockedConditionsBasedCustomResponse(List<ServiceMgmtMockedCondition> mockedConditionList, ServiceMgmtMockedResponse mockedResponse) Constructs a validated instance ofServiceMgmtMockedConditionsBasedCustomResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()mockedConditionList(List<ServiceMgmtMockedCondition> mockedConditionList) mockedResponse(ServiceMgmtMockedResponse mockedResponse) toString()
-
Felddetails
-
mockedConditionList
-
mockedResponse
-
-
Konstruktordetails
-
ServiceMgmtMockedConditionsBasedCustomResponse
public ServiceMgmtMockedConditionsBasedCustomResponse(Consumer<ServiceMgmtMockedConditionsBasedCustomResponse> spec) Constructs a validated instance ofServiceMgmtMockedConditionsBasedCustomResponse.- Parameter:
spec- the specification to process
-
ServiceMgmtMockedConditionsBasedCustomResponse
@Internal public ServiceMgmtMockedConditionsBasedCustomResponse(List<ServiceMgmtMockedCondition> mockedConditionList, ServiceMgmtMockedResponse mockedResponse) Constructs a validated instance ofServiceMgmtMockedConditionsBasedCustomResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceMgmtMockedConditionsBasedCustomResponse(Consumer)instead.- Parameter:
mockedConditionList- mockedConditionListmockedResponse- mockedResponse
-
ServiceMgmtMockedConditionsBasedCustomResponse
protected ServiceMgmtMockedConditionsBasedCustomResponse()
-
-
Methodendetails
-
mockedConditionList
-
mockedResponse
-
mockedConditionList
public ServiceMgmtMockedConditionsBasedCustomResponse mockedConditionList(List<ServiceMgmtMockedCondition> mockedConditionList) - Gibt zurück:
this.
-
mockedResponse
public ServiceMgmtMockedConditionsBasedCustomResponse mockedResponse(ServiceMgmtMockedResponse mockedResponse) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-